Standardize DOMAIN key across service and template JSON files

This commit is contained in:
gyurix
2025-05-05 11:37:47 +02:00
parent 7705cb90f5
commit 05f3633dd7
27 changed files with 37 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
{
"main": {
"SERVICE_NAME": "vaultwarden",
"DOMAIN": "#VAULTWARDEN_DOMAIN"
"DOMAIN": "#DOMAIN"
},
"containers": [
{
@@ -29,7 +29,7 @@
"PORT": "80"
},
{
"DOMAIN": "#VAULTWARDEN_DOMAIN"
"DOMAIN": "#DOMAIN"
},
{
"SMARTHOST_PROXY_PATH": "/smarthost-domains"

View File

@@ -1,7 +1,7 @@
{
"main": {
"SERVICE_NAME": "vaultwarden",
"DOMAIN": "#VAULTWARDEN_DOMAIN"
"DOMAIN": "#DOMAIN"
},
"containers": [
{

View File

@@ -37,7 +37,7 @@
},
{
"description": "Please add VaultWarden domain:",
"key": "VAULTWARDEN_DOMAIN",
"key": "DOMAIN",
"value": "",
"required": "true"
},