mirror of
https://github.com/YunoHost-Apps/vikunja_ynh.git
synced 2024-09-03 18:06:26 +02:00
Merge branch 'master' into vnext
This commit is contained in:
commit
8cc29eaa96
4 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
location / {
|
||||
|
||||
# Path to source
|
||||
alias __FINALPATH__/ ;
|
||||
alias __FINALPATH__/;
|
||||
|
||||
try_files $uri $uri/ /;
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#=================================================
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="postgresql apt-transport-https"
|
||||
pkg_dependencies="postgresql"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Reference in a new issue