Creating and using self-hosted KanBoard based on https://kanboard.org.
Download the latest build from Docker and configure the mountpoints as below. Also, follow the setup to create the folders and set appropriate permissions:
Also, map ports so that they are not automatically assigned.
Next, run the image, create a bash Terminal and edit data/config.php with the following:
<?php
defined('ENABLE_URL_REWRITE') or define('ENABLE_URL_REWRITE', true);
defined('LOG_DRIVER') or define('LOG_DRIVER', 'system');
define('PLUGIN_INSTALLER', true);
Note that there is no closing statement on the PHP entry.
Now, restart the image and good to go.
Installed Plugins so far are:
- Customizer
- Bigboard
- Calendar
- Gantt