From f9ad1e9c6ccf72b318485bff2b8b2500cdff10c5 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 18 Aug 2023 19:25:35 +0200 Subject: [PATCH] Update manifest --- manifest.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6b6eb05..d4eb351 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,10 +47,10 @@ ram.runtime = "50M" default = false [resources] - [resources.sources.main] - url = "https://github.com/matrix-org/dendrite/archive/refs/tags/v0.13.1.tar.gz" - sha256 = "d3217759c5abef155c4e3f9cbbfb3361725cf2e17457b4478c9a4c84ff6881ea" - autoupdate.strategy = "latest_github_tag" + [resources.sources.main] + url = "https://github.com/matrix-org/dendrite/archive/refs/tags/v0.13.1.tar.gz" + sha256 = "d3217759c5abef155c4e3f9cbbfb3361725cf2e17457b4478c9a4c84ff6881ea" + autoupdate.strategy = "latest_github_tag" [resources.ports] main.default = 8008 @@ -64,7 +64,9 @@ ram.runtime = "50M" [resources.permissions] main.url = "/" + main.allowed = "visitors" main.show_tile = false + server_api.url = "__DOMAIN__/_matrix" server_api.label = "Server access for client apps." server_api.show_tile = false