mirror of
https://github.com/YunoHost-Apps/lemmy_ynh.git
synced 2024-09-03 19:36:09 +02:00
commit
3208d2aff0
1 changed files with 7 additions and 2 deletions
|
@ -44,8 +44,8 @@ ram.runtime = "50M"
|
|||
autoupdate.strategy = "latest_github_commit"
|
||||
|
||||
[resources.sources.lemmy-translations]
|
||||
url = "https://github.com/LemmyNet/lemmy-translations/archive/5a9d44656e2658ab7cb2dbec3fd1bfaf57654533.tar.gz"
|
||||
sha256 = "bb5178c6fd1d1423de525ca02805449b038747b17d9555141207f28d8600c511"
|
||||
url = "https://github.com/LemmyNet/lemmy-translations/archive/f9ed0698944cb6d44dc733677a4634b7bc916536.tar.gz"
|
||||
sha256 = "5adc6b03f1507a9fa040a20f67959cd32622182b1168c31851b529f11557ddd6"
|
||||
autoupdate.upstream = "https://github.com/LemmyNet/lemmy-translations/"
|
||||
autoupdate.strategy = "latest_github_commit"
|
||||
|
||||
|
@ -62,6 +62,11 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
api.url = "/api"
|
||||
api.allowed = "visitors"
|
||||
api.auth_header = false
|
||||
api.show_tile = false
|
||||
api.protected = true
|
||||
|
||||
[resources.apt]
|
||||
packages = "postgresql espeak"
|
||||
|
|
Loading…
Add table
Reference in a new issue