mirror of
https://github.com/YunoHost-Apps/penpot_ynh.git
synced 2024-09-03 19:56:56 +02:00
Add mail user.
This commit is contained in:
parent
ca07d6c040
commit
e00e34abb9
1 changed files with 2 additions and 0 deletions
|
@ -60,12 +60,14 @@ ram.runtime = "50M"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
allow_email = true
|
||||||
|
|
||||||
[resources.install_dir]
|
[resources.install_dir]
|
||||||
|
|
||||||
[resources.data_dir]
|
[resources.data_dir]
|
||||||
subdirs = ["assets"]
|
subdirs = ["assets"]
|
||||||
group = "www-data:rx"
|
group = "www-data:rx"
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue