mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
commit
e3ca005fab
1 changed files with 6 additions and 4 deletions
|
@ -48,10 +48,10 @@ ram.runtime = "50M"
|
||||||
default = false
|
default = false
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/matrix-org/dendrite/archive/refs/tags/v0.13.1.tar.gz"
|
url = "https://github.com/matrix-org/dendrite/archive/refs/tags/v0.13.1.tar.gz"
|
||||||
sha256 = "d3217759c5abef155c4e3f9cbbfb3361725cf2e17457b4478c9a4c84ff6881ea"
|
sha256 = "d3217759c5abef155c4e3f9cbbfb3361725cf2e17457b4478c9a4c84ff6881ea"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
main.default = 8008
|
main.default = 8008
|
||||||
|
@ -65,7 +65,9 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources.permissions]
|
[resources.permissions]
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
main.allowed = "visitors"
|
||||||
main.show_tile = false
|
main.show_tile = false
|
||||||
|
|
||||||
server_api.url = "__DOMAIN__/_matrix"
|
server_api.url = "__DOMAIN__/_matrix"
|
||||||
server_api.label = "Server access for client apps."
|
server_api.label = "Server access for client apps."
|
||||||
server_api.show_tile = false
|
server_api.show_tile = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue