-
Notifications
You must be signed in to change notification settings - Fork 97
/
kanboard.json
46 lines (46 loc) · 1.67 KB
/
kanboard.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
40
41
42
43
44
45
46
{
"Kanboard": {
"containers": {
"kanboard": {
"image": "kanboard/kanboard",
"launch_order": 1,
"ports": {
"80": {
"description": "Kanboard HTTP port. You may need to open it on your firewall if you want access from outside your local network. Suggested default: 8080.",
"host_default": 8080,
"label": "HTTP port",
"procotol": "tcp",
"ui": true
},
"443": {
"description": "Kanboard HTTPS port. Suggested default: 4443",
"host_default": 4443,
"label": "HTTPS port",
"protocol": "tcp"
}
},
"volumes": {
"/var/www/app/data": {
"description": "Choose a Share for Kanboard Application data (sqlite database, attachments).",
"label": "Data Storage"
},
"/var/www/app/plugins": {
"description": "Choose a Share for any Kanboard plugins.",
"label": "Plugin Storage"
},
"/etc/nginx/ssl": {
"description": "Choose a Share for your SSL certificate (if using one).",
"label": "SSL Certificate Storage"
}
}
}
},
"description": "Kanboard is a free and open source Kanban project management software.<p>Based on the official docker image: <a href='https://hub.docker.com/r/kanboard/kanboard' target='_blank'>https://hub.docker.com/r/kanboard/kanboard</a>, available for amd64 and arm64 architecture.",
"more_info": "Initial username/password is set up as admin/admin.",
"ui": {
"slug": ""
},
"website": "https://kanboard.org/",
"version": "1.1"
}
}