From aadf516d42d41d1400f7bd16a6886109f7a7706b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 18 Aug 2022 05:30:02 +0000 Subject: [PATCH 1/2] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93a4c7b..4bdf383 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Vikunja is a self-hosted open-source to-do list application for all platforms. **Shipped version:** 0.19.0~ynh1 + **Demo:** https://try.vikunja.io/login ## Screenshots diff --git a/README_fr.md b/README_fr.md index b975191..f09d6e8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,8 @@ Vikunja est une application de liste de tâches Open Source auto-hébergée pour - CalDAV - Links -**Version incluse :** 0.19.0~ynh1 +**Version incluse :** 0.19.0~ynh1 + **Démo :** https://try.vikunja.io/login From 6973f1a5a13b1276c01135fc3fc95d66c3107414 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 18 Aug 2022 07:31:59 +0200 Subject: [PATCH 2/2] Cleaning --- conf/nginx.conf | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 702f78d..a11bfb8 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,7 +1,7 @@ location / { # Path to source - alias __FINALPATH__/ ; + alias __FINALPATH__/; try_files $uri $uri/ /; diff --git a/scripts/_common.sh b/scripts/_common.sh index 4d4651e..b99d9d1 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="postgresql apt-transport-https" +pkg_dependencies="postgresql" #================================================= # PERSONAL HELPERS