style: tidy comments — drop historical/removed-X notes
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: librelad <librelad@digitalangels.vip>
This commit is contained in:
parent
2e4f4202e1
commit
d0b7b1a32f
@ -60,8 +60,7 @@ dockerConfigSetupFileWithData()
|
|||||||
# and Authelia takes precedence when installed.
|
# and Authelia takes precedence when installed.
|
||||||
tagsProcessorPortMiddlewares "$full_file_path" "$app_name"
|
tagsProcessorPortMiddlewares "$full_file_path" "$app_name"
|
||||||
|
|
||||||
# Per-port subdomains (DOMAINSUBNAME_TAG_1, _2, ...). The dynamic
|
# Per-port subdomains (DOMAINSUBNAME_TAG_1, _2, ...): one host per
|
||||||
# replacement for the single static HOST_NAME — one host per
|
|
||||||
# Traefik-managed port, so a container can serve unlimited hosts.
|
# Traefik-managed port, so a container can serve unlimited hosts.
|
||||||
tagsProcessorPortSubdomains "$full_file_path" "$app_name"
|
tagsProcessorPortSubdomains "$full_file_path" "$app_name"
|
||||||
|
|
||||||
|
|||||||
@ -13,8 +13,6 @@ setupDNSIP()
|
|||||||
|
|
||||||
# STUB: meant to resolve the reachable IP of the given resolver
|
# STUB: meant to resolve the reachable IP of the given resolver
|
||||||
# (adguard/pihole) into $dns_ip_setup for updateDNS. Not implemented yet,
|
# (adguard/pihole) into $dns_ip_setup for updateDNS. Not implemented yet,
|
||||||
# so updateDNS falls back to CFG_DNS_SERVER_* upstreams. (Previously read
|
# so updateDNS falls back to CFG_DNS_SERVER_* upstreams.
|
||||||
# CFG_<APP>_HOST_NAME here, which is unused — removed during the per-port
|
|
||||||
# subdomain refactor so HOST_NAME has no remaining DNS dependency.)
|
|
||||||
:
|
:
|
||||||
}
|
}
|
||||||
|
|||||||
@ -7,9 +7,7 @@
|
|||||||
# fully-qualified host for that port's Traefik router, derived from the port's
|
# fully-qualified host for that port's Traefik router, derived from the port's
|
||||||
# `subdomain` column (the 11th field of the 12-col PORT format).
|
# `subdomain` column (the 11th field of the 12-col PORT format).
|
||||||
#
|
#
|
||||||
# This is the dynamic replacement for the old static, per-app
|
# A single container can expose any number of hosts — one per Traefik-managed port.
|
||||||
# CFG_<APP>_HOST_NAME model: a single container can now expose any number of
|
|
||||||
# hosts — one per Traefik-managed port — instead of being limited to one.
|
|
||||||
#
|
#
|
||||||
# subdomain "" | "@" | "root" -> <domain> (apex / root of domain)
|
# subdomain "" | "@" | "root" -> <domain> (apex / root of domain)
|
||||||
# subdomain "vault" -> vault.<domain> (single label)
|
# subdomain "vault" -> vault.<domain> (single label)
|
||||||
|
|||||||
@ -18,7 +18,6 @@ setupHeadscaleVariables()
|
|||||||
# Access the variables using variable indirection
|
# Access the variables using variable indirection
|
||||||
headscale_domain="${!headscale_domain_var}"
|
headscale_domain="${!headscale_domain_var}"
|
||||||
headscale_setup="${!headscale_setup_var}"
|
headscale_setup="${!headscale_setup_var}"
|
||||||
# (HOST_NAME read dropped in the per-port subdomain refactor — it was unused.)
|
|
||||||
|
|
||||||
# UNFINISHED
|
# UNFINISHED
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user