Enable Plugins by default because it seems not to work work with custom field
This commit is contained in:
parent
bce26e650a
commit
cd5512209e
|
@ -12,13 +12,5 @@
|
||||||
"author": "Frédéric Guillot",
|
"author": "Frédéric Guillot",
|
||||||
"source": "https://github.com/kanboard/kanboard",
|
"source": "https://github.com/kanboard/kanboard",
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
{
|
|
||||||
"type": "text",
|
|
||||||
"label": "Enable Plugin Installer (TRUE or FALSE)",
|
|
||||||
"max": 5,
|
|
||||||
"min": 4,
|
|
||||||
"required": true,
|
|
||||||
"env_variable": "PLUGIN_INSTALLER"
|
|
||||||
}
|
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -5,7 +5,7 @@ services:
|
||||||
container_name: kanboard
|
container_name: kanboard
|
||||||
image: kanboard/kanboard:v1.2.28
|
image: kanboard/kanboard:v1.2.28
|
||||||
environment:
|
environment:
|
||||||
- PLUGIN_INSTALLER = ${PLUGIN_INSTALLER}
|
- PLUGIN_INSTALLER = true
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
@ -6,6 +6,9 @@ Kanboard is a free and open source Kanban project management software.
|
||||||
Username: admin
|
Username: admin
|
||||||
Password: admin
|
Password: admin
|
||||||
|
|
||||||
|
## Hint
|
||||||
|
**Plugins currently not installable via Kanboard Web Interface**
|
||||||
|
|
||||||
- Kanban Board
|
- Kanban Board
|
||||||
- Visualize your work
|
- Visualize your work
|
||||||
- Limit your work in progress to focus on your goal
|
- Limit your work in progress to focus on your goal
|
||||||
|
|
Loading…
Reference in New Issue
Block a user