mirror of
https://github.com/YunoHost-Apps/lemmy_ynh.git
synced 2024-09-03 19:36:09 +02:00
commit
38e30e754e
1 changed files with 7 additions and 0 deletions
|
@ -62,12 +62,19 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
api.url = "/api"
|
api.url = "/api"
|
||||||
api.allowed = "visitors"
|
api.allowed = "visitors"
|
||||||
api.auth_header = false
|
api.auth_header = false
|
||||||
api.show_tile = false
|
api.show_tile = false
|
||||||
api.protected = true
|
api.protected = true
|
||||||
|
|
||||||
|
inbox.url = "/inbox"
|
||||||
|
inbox.allowed = "visitors"
|
||||||
|
inbox.auth_header = false
|
||||||
|
inbox.show_tile = false
|
||||||
|
inbox.protected = true
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "postgresql espeak"
|
packages = "postgresql espeak"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue