1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00

Merge pull request #128 from YunoHost-Apps/NGINX

Fix  #127
This commit is contained in:
Éric Gaspar 2022-01-03 18:13:25 +01:00 committed by GitHub
commit e74103e3e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Kanban project management software
**Shipped version:** 1.2.21~ynh2
**Shipped version:** 1.2.21~ynh3
**Demo:** https://demo.yunohost.org/kanboard/

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Logiciel de gestion de projet Kanban
**Version incluse :** 1.2.21~ynh2
**Version incluse :** 1.2.21~ynh3
**Démo :** https://demo.yunohost.org/kanboard/

View file

@ -9,7 +9,7 @@ location __PATH__/ {
try_files $uri $uri/ /index.php?$args;
# Override CSP header to make SSOWAT user panel compatible with kanboard
more_set_headers "Content-Security-Policy: default-src 'self' 'unsafe-eval' data:";
more_set_headers "Content-Security-Policy: default-src 'self' 'unsafe-eval' data:; style-src 'self' 'unsafe-inline'";
location __PATH__/(?:kanboard|config.php|config.default.php) {
deny all;

View file

@ -6,7 +6,7 @@
"en": "Kanban project management software",
"fr": "Logiciel de gestion de projet Kanban"
},
"version": "1.2.21~ynh2",
"version": "1.2.21~ynh3",
"url": "https://kanboard.net",
"upstream": {
"license": "MIT",