From de2d3ac266fdc1a781acdc771c2081d1debab684 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 15 Aug 2021 23:35:28 +0200 Subject: [PATCH 1/4] Update nginx.conf --- conf/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 5f95212..665ba1c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ location / { - # Path to source + # Path to source alias __FINALPATH__/ ; # Force usage of https @@ -17,6 +17,6 @@ location / { } location ~* ^/(api|dav|\.well-known)/ { - proxy_pass http://127.0.0.1:__PORT__; - client_max_body_size 20M; - } + proxy_pass http://127.0.0.1:__PORT__; + client_max_body_size 20M; +} From 48bf2168f097136c5f1b1a5fdb3f712135834004 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 20 Aug 2021 08:15:48 +0200 Subject: [PATCH 2/4] fix --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 1e035bd..6812e5f 100644 --- a/scripts/install +++ b/scripts/install @@ -161,6 +161,8 @@ then ynh_permission_update --permission="main" --add="visitors" fi +ynh_permission_create --permission="api" --url="/api" --allowed="visitors" --auth_header="false" --show_tile="false" --protected="true" + #================================================= # RELOAD NGINX #================================================= From 335d23a95d2af319e44a5ee2d0f19fd41fb68cfb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 20 Aug 2021 12:36:22 +0200 Subject: [PATCH 3/4] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ef639f2..2fab966 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted To-Do list application", "fr": "Application de liste de tâches auto-hébergée" }, - "version": "0.17.1~ynh2", + "version": "0.17.1~ynh3", "url": "https://vikunja.io/", "upstream": { "license": "GPL-3.0", From 0989d68220e2e5eee5acd5eae09dffdaad93651b Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Fri, 20 Aug 2021 10:36:28 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3791e38..db51bcc 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Self-hosted To-Do list application -**Shipped version:** 0.17.1~ynh2 +**Shipped version:** 0.17.1~ynh3 **Demo:** https://try.vikunja.io/login diff --git a/README_fr.md b/README_fr.md index 90b6aa1..0fc31c8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Application de liste de tâches auto-hébergée -**Version incluse :** 0.17.1~ynh2 +**Version incluse :** 0.17.1~ynh3 **Démo :** https://try.vikunja.io/login