Install Kanboard plugins
This commit is contained in:
parent
83f664057b
commit
2165c44e18
@ -10,6 +10,22 @@ wget https://github.com/kanboard/kanboard/releases/download/v1.0.47/kanboard-1.0
|
|||||||
unzip /srv/kanboard.zip -d /srv
|
unzip /srv/kanboard.zip -d /srv
|
||||||
rm -f /srv/kanboard.zip
|
rm -f /srv/kanboard.zip
|
||||||
|
|
||||||
|
# Install plugins
|
||||||
|
git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_overwrite_translation /srv/kanboard/plugins/Overwrite_translation
|
||||||
|
git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_coverimage /srv/kanboard/plugins/Coverimage
|
||||||
|
git clone --depth=1 https://github.com/BlueTeck/kanboard_plugin_metadata /srv/kanboard/plugins/Metadata
|
||||||
|
git clone --depth=1 https://github.com/eSkiSo/Subtaskdate /srv/kanboard/plugins/Subtaskdate
|
||||||
|
git clone --depth=1 https://github.com/kanboard/plugin-budget /srv/kanboard/plugins/Budget
|
||||||
|
git clone --depth=1 https://github.com/kanboard/plugin-calendar /srv/kanboard/plugins/Calendar
|
||||||
|
git clone --depth=1 https://github.com/kanboard/plugin-chat /srv/kanboard/plugins/Chat
|
||||||
|
git clone --depth=1 https://github.com/kanboard/plugin-gantt /srv/kanboard/plugins/Gantt
|
||||||
|
git clone --depth=1 https://github.com/kanboard/plugin-gravatar /srv/kanboard/plugins/Gravatar
|
||||||
|
git clone --depth=1 https://github.com/kanboard/plugin-registration /srv/kanboard/plugins/Registration
|
||||||
|
git clone --depth=1 https://github.com/kanboard/plugin-sms-2fa /srv/kanboard/plugins/SmsTwoFactor
|
||||||
|
git clone --depth=1 https://github.com/kanboard/plugin-task-board-date /srv/kanboard/plugins/TaskBoardDate
|
||||||
|
git clone --depth=1 https://github.com/oliviermaridat/kanboard-milestone-plugin /srv/kanboard/plugins/Milestone
|
||||||
|
git clone --depth=1 https://github.com/xavividal/kanboard-plugin-relationgraph /srv/kanboard/plugins/Relationgraph
|
||||||
|
|
||||||
# Populate database
|
# Populate database
|
||||||
export KANBOARD_PWD=$(head -c 18 /dev/urandom | base64)
|
export KANBOARD_PWD=$(head -c 18 /dev/urandom | base64)
|
||||||
envsubst <${SOURCE_DIR}/kanboard/tmp/kanboard-createdb.sql >/tmp/kanboard-createdb.sql
|
envsubst <${SOURCE_DIR}/kanboard/tmp/kanboard-createdb.sql >/tmp/kanboard-createdb.sql
|
||||||
|
Loading…
Reference in New Issue
Block a user