From 121cde818503f302a96fbf4db99f711970fa715d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 6 Jun 2023 23:59:39 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index 8e1d4d5..8673bef 100644 --- a/manifest.toml +++ b/manifest.toml @@ -80,14 +80,17 @@ ram.runtime = "50M" [resources.data_dir] [resources.permissions] + main.url = "/" #main.url = "__DOMAIN__/_matrix/cas_server.php/login" #main.show_tile=false #main.auth_header = true + server_api.url = "__DOMAIN__/_matrix" server_api.allowed = "visitors" server_api.show_tile = false server_api.auth_header = false server_api.protected = true + admin_api.url = "__DOMAIN__/_synapse" admin_api.allowed = "visitors" admin_api.show_tile = false