浏览代码

Merge branch 'kanboard-plugins'

DricomDragon 5 年之前
父节点
当前提交
cfaafe399a
共有 2 个文件被更改,包括 26 次插入0 次删除
  1. 22 0
      Guides/kanboard.md
  2. 4 0
      Install/Templates/config.php

+ 22 - 0
Guides/kanboard.md

@@ -14,6 +14,28 @@ Use script `install-kanboard` in the folder `Install` in this repository.
 
 ### GitHub authentication
 
+Use the GitHub authentification plugin.
+
 ### Website domain
 
 In _Settings/Application Settings_.
+
+## Plugins
+
+### Install
+
+Go to the plugins settings (you should be logged as an admin).
+
+### Useful plugins
+
+[GitHub authentication](https://github.com/kanboard/plugin-github-auth)
+
+[Gogs webhook](https://github.com/kanboard/plugin-gogs-webhook)
+
+[Mattermost notification](https://github.com/kanboard/plugin-mattermost)
+
+[Zulip notifications](https://github.com/ptr0x01/kanboard-plugin-zulip)
+
+[Signal notification](https://github.com/stratmaster/kanboard-plugin-signal)
+
+[SMS two factor authentication](https://github.com/kanboard/plugin-sms-2fa)

+ 4 - 0
Install/Templates/config.php

@@ -8,3 +8,7 @@ define('DB_USERNAME', 'kanboard_app');
 define('DB_PASSWORD', 'pot4toes!');
 define('DB_HOSTNAME', 'localhost');
 define('DB_NAME', 'kanboard_db');
+
+// Plugins
+define('PLUGINS_DIR', 'data/plugins');
+define('PLUGIN_INSTALLER', true);