mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
Fix
This commit is contained in:
parent
aeda7b9f66
commit
aec43dbe71
4 changed files with 35 additions and 1 deletions
13
doc/DISCLAIMER.md
Normal file
13
doc/DISCLAIMER.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
## Limitations
|
||||
|
||||
## Additional information
|
||||
|
||||
### How to connect as external (non-SSOwat) users
|
||||
|
||||
You have to edit this file `/var/www/kanboard/config.php`, find the line `define('REVERSE_PROXY_AUTH', true);` and change it from `true` to `false`.
|
||||
**Warning** this disables the possibility to connect with SSOwat users. You will *only* be able to connect with Kanboard users created inside of Kanboard.
|
||||
Then you can connect.
|
||||
|
||||
**NB**: if you don't make that change, you will get the following error message "Access Forbidden".
|
||||
|
||||
This is due to a Kanboard limitation.
|
13
doc/DISCLAIMER_fr.md
Normal file
13
doc/DISCLAIMER_fr.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
## Limitations
|
||||
|
||||
## Informations additionnelles
|
||||
|
||||
### Comment se connecter en tant qu'utilisateurs externes (non SSOwat)
|
||||
|
||||
Vous devez éditer ce fichier `/var/www/kanboard/config.php`, trouver la ligne `define('REVERSE_PROXY_AUTH', true);` et la changer de `true` à `false`.
|
||||
**Attention** cela désactive la possibilité de se connecter avec les utilisateurs SSOwat. Vous ne pourrez *que* vous connecter avec les utilisateurs Kanboard créés à l'intérieur de Kanboard.
|
||||
Ensuite, vous pouvez vous connecter.
|
||||
|
||||
**NB**: si vous n'effectuez pas cette modification, vous obtiendrez le message d'erreur suivant "Accès interdit".
|
||||
|
||||
Cela est dû à une limitation de Kanboard.
|
BIN
doc/screenshots/board.png
Normal file
BIN
doc/screenshots/board.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
|
@ -7,7 +7,15 @@
|
|||
"fr": "Logiciel de gestion de projet Kanban"
|
||||
},
|
||||
"version": "1.2.19~ynh1",
|
||||
"url": "https://kanboard.net/",
|
||||
"url": "https://kanboard.net",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
"website": "https://kanboard.net",
|
||||
"demo": "https://demo.yunohost.org/kanboard/",
|
||||
"admindoc": "https://docs.kanboard.org/en/latest/",
|
||||
"userdoc": "https://yunohost.org/#/app_kanboard",
|
||||
"code": "https://github.com/kanboard/kanboard"
|
||||
},
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
"name": "",
|
||||
|
|
Loading…
Add table
Reference in a new issue