1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lemmy_ynh.git synced 2024-09-03 19:36:09 +02:00

Merge pull request #63 from mdeabreu/patch-2

add inbox permission
This commit is contained in:
Éric Gaspar 2023-07-10 23:00:42 +02:00 committed by GitHub
commit 38e30e754e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,12 +62,19 @@ ram.runtime = "50M"
[resources.permissions]
main.url = "/"
api.url = "/api"
api.allowed = "visitors"
api.auth_header = false
api.show_tile = false
api.protected = true
inbox.url = "/inbox"
inbox.allowed = "visitors"
inbox.auth_header = false
inbox.show_tile = false
inbox.protected = true
[resources.apt]
packages = "postgresql espeak"