From c30a5ceadbba94affc4c8d03d6a1eb0438439d17 Mon Sep 17 00:00:00 2001 From: gyurix Date: Mon, 1 Sep 2025 10:17:54 +0200 Subject: [PATCH] Update SUBPATH details in template.json for clearer usage instructions --- matrix/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/template.json b/matrix/template.json index c2f44ad..bb13770 100644 --- a/matrix/template.json +++ b/matrix/template.json @@ -32,7 +32,7 @@ }, { "description": "Add domain subpath for matrix admin (e.g. admin)", - "details": "Optional - leave blank for none but keep in mind subpath will be required if you have other services using the same domain, for example matrix domain is the same as admin domain.", + "details": "Optional - leave blank for none but keep in mind subpath will be required if you have other services using the same domain, for example matrix domain is the same as admin domain you should set it '/admin/' now you can access it via https://domain.tld/admin/", "key": "SUBPATH", "value": "" },