mirror of
https://github.com/YunoHost-Apps/kanboard_ynh.git
synced 2024-09-03 19:36:17 +02:00
1.2.29
This commit is contained in:
parent
de6c6af24b
commit
fb5816e3dc
3 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
### 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`.
|
||||
You have to edit this file `__INSTALL_DIR__/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.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
### 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`.
|
||||
Vous devez éditer ce fichier `__INSTALL_DIR__/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.
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Kanboard"
|
|||
description.en = "Kanban project management software"
|
||||
description.fr = "Logiciel de gestion de projet Kanban"
|
||||
|
||||
version = "1.2.27~ynh4"
|
||||
version = "1.2.29~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -17,7 +17,7 @@ admindoc = "https://docs.kanboard.org/en/latest/"
|
|||
code = "https://github.com/kanboard/kanboard"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.15"
|
||||
yunohost = ">= 11.1.19"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
@ -46,8 +46,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.27.tar.gz"
|
||||
sha256 = "e452bc6113407a0c6f230f532b53e6170a8542bc7a495ea631543cc7c02c64b3"
|
||||
url = "https://github.com/kanboard/kanboard/archive/refs/tags/v1.2.29.tar.gz"
|
||||
sha256 = "bd5a67e5054054be7a9d6ef6b75f2e5b813da5592d96c4dea0c8fff6b6e36451"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
@ -61,7 +61,7 @@ ram.runtime = "50M"
|
|||
ics.allowed = "visitors"
|
||||
|
||||
[resources.apt]
|
||||
packages = "mariadb-server php8.0-fpm php8.0-opcache php8.0-curl php8.0-gd php8.0-zip php8.0-xml php8.0-mbstring php8.0-mysql php8.0-ldap"
|
||||
packages = "mariadb-server php8.2-fpm php8.2-opcache php8.2-curl php8.2-gd php8.2-zip php8.2-xml php8.2-mbstring php8.2-mysql php8.2-ldap"
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Reference in a new issue