Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dashy #421

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Dashy #421

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions dashy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"Dashy": {
"containers": {
"dashy": {
"image": "lissy93/dashy",
"tag": "latest",
"launch_order": 1,
"opts": [
[
"-e",
"NODE_ENV=production"
]
],
"ports": {
"8080": {
"description": "Dashy's web UI. Port number.",
"host_default": 8080,
"label": "Web UI Port",
"ui": true
}
},
"volumes": {
"/app/user-data/": {
"description": "Location of Dashy's configuration files on the host.",
"label": "Config Directory"
}
}
}
},
"description": "<p>Dashy - A self-hostable personal dashboard. Organize your web bookmarks in a neat way.</p> <p>Based on the offical docker image: <a href='https://github.com/Lissy93/dashy' target='_blank'>https://github.com/Lissy93/dashy</a>, available for amd64 and arm64 architecture.</p> <p>After the first start it is necessary to use the <strong>Save to Disk</strong> option. Dashy will then create the conf.yml on the defined share volume.</p>",
"more_info" : "Documentation under: <a href='https://dashy.to/docs' target='_blank'>https://dashy.to/docs</a>",
"version": "1.0",
"ui": {
"https": false,
"slug": ""
},
"website": "https://dashy.to/"
}
}
1 change: 1 addition & 0 deletions root.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"Calibre": "calibre.json",
"Collabora Online": "collabora-online.json",
"COPS": "cops.json",
"Dashy": "dashy.json",
"Deluge": "deluge.json",
"Dropbox": "dropbox.json",
"DuckDNS": "duckdns.json",
Expand Down