-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathdashy.json
More file actions
35 lines (35 loc) · 1.25 KB
/
dashy.json
File metadata and controls
35 lines (35 loc) · 1.25 KB
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
{
"Dashy": {
"description": "<p>A self-hostable personal dashboard. Organize your web bookmarks in a neat way.</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><p>Based on the <a href='https://github.com/Lissy93/dashy' target='_blank'>offical OCI image</a>, available for amd64 and arm64 architecture.</p>",
"version": "1.0",
"website": "https://dashy.to/",
"more_info": "Documentation under: <a href='https://dashy.to/docs' target='_blank'>https://dashy.to/docs</a>",
"containers": {
"dashy": {
"image": "lissy93/dashy",
"tag": "latest",
"launch_order": 1,
"ports": {
"8080": {
"description": "Dashy's Web-UI port number.",
"label": "Web UI [e.g. 8080]",
"host_default": 8080,
"ui": true
}
},
"volumes": {
"/app/user-data/": {
"description": "Location of Dashy's configuration files on the host.",
"label": "Config Directory [e.g. dashy-config]"
}
},
"opts": [
[
"-e",
"NODE_ENV=production"
]
]
}
}
}
}