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": { "main": {
"SERVICE_NAME": "leantime", "SERVICE_NAME": "leantime",
"DOMAIN": "#LEANTIME_DOMAIN" "DOMAIN": "#DOMAIN"
}, },
"containers": [ "containers": [
{ {
@@ -32,7 +32,7 @@
"LOCATION": "#LEANTIME_LOCATION_PATH" "LOCATION": "#LEANTIME_LOCATION_PATH"
}, },
{ {
"DOMAIN": "#LEANTIME_DOMAIN" "DOMAIN": "#DOMAIN"
}, },
{ {
"SMARTHOST_PROXY_PATH": "/smarthost-domains" "SMARTHOST_PROXY_PATH": "/smarthost-domains"

View File

@@ -1,7 +1,7 @@
{ {
"main": { "main": {
"SERVICE_NAME": "leantime", "SERVICE_NAME": "leantime",
"DOMAIN": "#LEANTIME_DOMAIN" "DOMAIN": "#DOMAIN"
}, },
"containers": [ "containers": [
{ {
@@ -150,7 +150,7 @@
"LEAN_PORT": "80" "LEAN_PORT": "80"
}, },
{ {
"LEAN_APP_URL": "https://#LEANTIME_DOMAIN" "LEAN_APP_URL": "https://#DOMAIN"
}, },
{ {
"LEAN_APP_DIR": "leantime/" "LEAN_APP_DIR": "leantime/"

View File

@@ -3,7 +3,7 @@
"fields": [ "fields": [
{ {
"description": "Please add LeanTime domain:", "description": "Please add LeanTime domain:",
"key": "LEANTIME_DOMAIN", "key": "DOMAIN",
"value": "", "value": "",
"required": "true" "required": "true"
}, },

View File

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

View File

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

View File

@@ -3,7 +3,7 @@
"fields": [ "fields": [
{ {
"description": "Please add your filebrowser domain:", "description": "Please add your filebrowser domain:",
"key": "FILEBROWSER_DOMAIN", "key": "DOMAIN",
"value": "", "value": "",
"required": "true" "required": "true"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"main": { "main": {
"SERVICE_NAME": "guacamole", "SERVICE_NAME": "guacamole",
"DOMAIN": "#GUACAMOLE_DOMAIN" "DOMAIN": "#DOMAIN"
}, },
"containers": [ "containers": [
{ {
@@ -29,7 +29,7 @@
"PORT": "8080/guacamole/" "PORT": "8080/guacamole/"
}, },
{ {
"DOMAIN": "#GUACAMOLE_DOMAIN" "DOMAIN": "#DOMAIN"
}, },
{ {
"SMARTHOST_PROXY_PATH": "/smarthost-domains" "SMARTHOST_PROXY_PATH": "/smarthost-domains"

View File

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

View File

@@ -3,7 +3,7 @@
"fields": [ "fields": [
{ {
"description": "Please add Guacamole domain:", "description": "Please add Guacamole domain:",
"key": "GUACAMOLE_DOMAIN", "key": "DOMAIN",
"value": "", "value": "",
"required": "true" "required": "true"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"main": { "main": {
"SERVICE_NAME": "immich", "SERVICE_NAME": "immich",
"DOMAIN": "#IMMICH_DOMAIN" "DOMAIN": "#DOMAIN"
}, },
"containers": [ "containers": [
{ {
@@ -29,7 +29,7 @@
"PORT": "2283" "PORT": "2283"
}, },
{ {
"DOMAIN": "#IMMICH_DOMAIN" "DOMAIN": "#DOMAIN"
}, },
{ {
"SMARTHOST_PROXY_PATH": "/smarthost-domains" "SMARTHOST_PROXY_PATH": "/smarthost-domains"

View File

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

View File

@@ -3,7 +3,7 @@
"fields": [ "fields": [
{ {
"description": "Please add Immich domain:", "description": "Please add Immich domain:",
"key": "IMMICH_DOMAIN", "key": "DOMAIN",
"value": "", "value": "",
"required": "true" "required": "true"
}, },

View File

@@ -1,7 +1,7 @@
{ {
"main": { "main": {
"SERVICE_NAME": "jellyfin", "SERVICE_NAME": "jellyfin",
"DOMAIN": "#JELLYFIN_DOMAIN" "DOMAIN": "#DOMAIN"
}, },
"containers": [ "containers": [
{ {
@@ -29,7 +29,7 @@
"PORT": "8096" "PORT": "8096"
}, },
{ {
"DOMAIN": "#JELLYFIN_DOMAIN" "DOMAIN": "#DOMAIN"
}, },
{ {
"SMARTHOST_PROXY_PATH": "/smarthost-domains" "SMARTHOST_PROXY_PATH": "/smarthost-domains"

View File

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

View File

@@ -3,7 +3,7 @@
"fields": [ "fields": [
{ {
"description": "Please add your Jellyfin domain:", "description": "Please add your Jellyfin domain:",
"key": "JELLYFIN_DOMAIN", "key": "DOMAIN",
"value": "" "value": ""
} }
] ]

View File

@@ -1,7 +1,7 @@
{ {
"main": { "main": {
"SERVICE_NAME": "leantime", "SERVICE_NAME": "leantime",
"DOMAIN": "#LEANTIME_DOMAIN" "DOMAIN": "#DOMAIN"
}, },
"containers": [ "containers": [
{ {
@@ -32,7 +32,7 @@
"LOCATION": "#LEANTIME_LOCATION_PATH" "LOCATION": "#LEANTIME_LOCATION_PATH"
}, },
{ {
"DOMAIN": "#LEANTIME_DOMAIN" "DOMAIN": "#DOMAIN"
}, },
{ {
"SMARTHOST_PROXY_PATH": "/smarthost-domains" "SMARTHOST_PROXY_PATH": "/smarthost-domains"

View File

@@ -1,7 +1,7 @@
{ {
"main": { "main": {
"SERVICE_NAME": "leantime", "SERVICE_NAME": "leantime",
"DOMAIN": "#LEANTIME_DOMAIN" "DOMAIN": "#DOMAIN"
}, },
"containers": [ "containers": [
{ {
@@ -150,7 +150,7 @@
"LEAN_PORT": "80" "LEAN_PORT": "80"
}, },
{ {
"LEAN_APP_URL": "https://#LEANTIME_DOMAIN" "LEAN_APP_URL": "https://#DOMAIN"
}, },
{ {
"LEAN_APP_DIR": "leantime/" "LEAN_APP_DIR": "leantime/"

View File

@@ -3,7 +3,7 @@
"fields": [ "fields": [
{ {
"description": "Please add LeanTime domain:", "description": "Please add LeanTime domain:",
"key": "LEANTIME_DOMAIN", "key": "DOMAIN",
"value": "", "value": "",
"required": "true" "required": "true"
}, },

View File

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

View File

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

View File

@@ -45,7 +45,7 @@
}, },
{ {
"description": "Please add Outline domain:", "description": "Please add Outline domain:",
"key": "OUTLINE_DOMAIN", "key": "DOMAIN",
"value": "", "value": "",
"required": "true" "required": "true"
} }

View File

@@ -1,7 +1,7 @@
{ {
"main": { "main": {
"SERVICE_NAME": "transmission", "SERVICE_NAME": "transmission",
"DOMAIN": "#TRANSMISSION_DOMAIN" "DOMAIN": "#DOMAIN"
}, },
"containers": [ "containers": [
{ {
@@ -29,7 +29,7 @@
"PORT": "9091" "PORT": "9091"
}, },
{ {
"DOMAIN": "#TRANSMISSION_DOMAIN" "DOMAIN": "#DOMAIN"
}, },
{ {
"SMARTHOST_PROXY_PATH": "/smarthost-domains" "SMARTHOST_PROXY_PATH": "/smarthost-domains"

View File

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

View File

@@ -3,7 +3,7 @@
"fields": [ "fields": [
{ {
"description": "Please add your transmission domain:", "description": "Please add your transmission domain:",
"key": "TRANSMISSION_DOMAIN", "key": "DOMAIN",
"value": "", "value": "",
"required": "true" "required": "true"
}, },

View File

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

View File

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

View File

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