Update domain keys in configuration files for consistency and clarity

This commit is contained in:
gyurix
2025-09-01 10:05:22 +02:00
parent 2129a7e8f9
commit daaa19d32a
3 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
{
"main": {
"SERVICE_NAME": "matrix",
"DOMAIN": "#DOMAIN_ADMIN"
"DOMAIN": "#ADMINDOMAIN"
},
"containers": [
{
@@ -29,7 +29,7 @@
"PORT": "80"
},
{
"DOMAIN": "#DOMAINADMIN"
"DOMAIN": "#ADMINDOMAIN"
},
{
"SMARTHOST_PROXY_PATH": "/smarthost-domains"

View File

@@ -22,8 +22,8 @@
},
"matrixadmin": {
"REACT_APP_SERVER": "https://#DOMAIN",
"BASE_PATH": "/synapse-admin",
"DOMAINADMIN": "#DOMAINADMIN",
"BASE_PATH": "#ADMINDOMAIN",
"ADMINDOMAIN": "#ADMINDOMAIN",
"SUBPATH": "#SUBPATH"
}
}

View File

@@ -26,14 +26,14 @@
},
{
"description": "Add matrix server admin domain",
"key": "DOMAIN_ADMIN",
"key": "ADMINDOMAIN",
"value": "",
"required": "true"
},
{
"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.",
"key": "SUB_PATH",
"key": "SUBPATH",
"value": ""
},
{