diff --git a/README.md b/README.md index 2ef9047..90e24f0 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.2~ynh1 + **Demo:** https://try.vikunja.io/login ## Screenshots diff --git a/README_fr.md b/README_fr.md index ef0a5a5..b6446ce 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,6 +26,7 @@ Vikunja est une application de liste de tâches Open Source auto-hébergée pour - CalDAV - Links + **Version incluse :** 0.19.2~ynh1 **Démo :** https://try.vikunja.io/login 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