Update SUBPATH details in template.json for clearer usage instructions #51

Merged
gyurix merged 1 commits from dev into main 2025-09-01 08:18:32 +00:00
Showing only changes of commit c30a5ceadb - Show all commits

View File

@@ -32,7 +32,7 @@
}, },
{ {
"description": "Add domain subpath for matrix admin (e.g. admin)", "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", "key": "SUBPATH",
"value": "" "value": ""
}, },