-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathdashy.json
39 lines (39 loc) · 1.61 KB
/
dashy.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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/"
}
}