fix(kanboard): change traefik router name from it-tools to kanboard
This commit is contained in:
parent
e47da9661b
commit
26ebe3f1f3
|
@ -3,22 +3,23 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8010,
|
"port": 8010,
|
||||||
"id": "kanboard",
|
"id": "kanboard",
|
||||||
"description": "Kanboard is a free and open source Kanban project management software.",
|
"description": "Kanboard is a free and open source Kanban project management software.",
|
||||||
"tipi_version": 1,
|
"tipi_version": 1,
|
||||||
"version": "1.2.28",
|
"version": "1.2.28",
|
||||||
"categories": ["development"],
|
"categories": ["development"],
|
||||||
"short_desc": "Open Source Kanban Board",
|
"short_desc": "Open Source Kanban Board",
|
||||||
"author": "Frédéric Guillot",
|
"author": "Frédéric Guillot",
|
||||||
"source": "https://github.com/kanboard/kanboard",
|
"source": "https://github.com/kanboard/kanboard",
|
||||||
|
"website": "https://kanboard.org/",
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
{
|
{
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"label": "Enable Plugin Installer (true or false)",
|
"label": "Enable Plugin Installer (true or false)",
|
||||||
"max": 5,
|
"max": 5,
|
||||||
"min": 4,
|
"min": 4,
|
||||||
"required": true,
|
"required": true,
|
||||||
"env_variable": "PLUGIN_INSTALLER"
|
"env_variable": "PLUGIN_INSTALLER"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: "3.9"
|
version: '3.9'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
kanboard:
|
kanboard:
|
||||||
|
@ -16,8 +16,8 @@ services:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: ${APP_EXPOSED}
|
traefik.enable: ${APP_EXPOSED}
|
||||||
traefik.http.routers.it-tools.rule: Host(`${APP_DOMAIN}`)
|
traefik.http.routers.kanboard.rule: Host(`${APP_DOMAIN}`)
|
||||||
traefik.http.routers.it-tools.entrypoints: websecure
|
traefik.http.routers.kanboard.entrypoints: websecure
|
||||||
traefik.http.routers.it-tools.service: kanboard
|
traefik.http.routers.kanboard.service: kanboard
|
||||||
traefik.http.routers.it-tools.tls.certresolver: myresolver
|
traefik.http.routers.kanboard.tls.certresolver: myresolver
|
||||||
traefik.http.services.it-tools.loadbalancer.server.port: 80
|
traefik.http.services.kanboard.loadbalancer.server.port: 80
|
||||||
|
|
Loading…
Reference in New Issue
Block a user