mirror of
https://github.com/YunoHost-Apps/joplin_ynh.git
synced 2024-09-03 19:36:03 +02:00
fix
This commit is contained in:
parent
9155fd2f36
commit
95050285f7
2 changed files with 5 additions and 1 deletions
|
@ -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__"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue