1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/joplin_ynh.git synced 2024-09-03 19:36:03 +02:00
This commit is contained in:
Éric Gaspar 2023-12-09 00:03:25 +01:00
parent 9155fd2f36
commit 95050285f7
2 changed files with 5 additions and 1 deletions

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
Environment="APP_BASE_URL=https://__DOMAIN__"
Environment="APP_BASE_URL=https://__DOMAIN____PATH__"
Environment="APP_PORT=__PORT__"
Environment="DB_CLIENT=pg"
Environment="POSTGRES_PASSWORD=__DB_PWD__"

View file

@ -34,6 +34,10 @@ ram.runtime = "50M"
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/joplin"
[install.init_main_permission]
type = "group"
default = "visitors"