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:
librelad 2026-05-22 11:26:42 +01:00
parent 2e4f4202e1
commit d0b7b1a32f
4 changed files with 3 additions and 9 deletions

View File

@ -60,8 +60,7 @@ dockerConfigSetupFileWithData()
# and Authelia takes precedence when installed.
tagsProcessorPortMiddlewares "$full_file_path" "$app_name"
# Per-port subdomains (DOMAINSUBNAME_TAG_1, _2, ...). The dynamic
# replacement for the single static HOST_NAME — one host per
# Per-port subdomains (DOMAINSUBNAME_TAG_1, _2, ...): one host per
# Traefik-managed port, so a container can serve unlimited hosts.
tagsProcessorPortSubdomains "$full_file_path" "$app_name"

View File

@ -13,8 +13,6 @@ setupDNSIP()
# STUB: meant to resolve the reachable IP of the given resolver
# (adguard/pihole) into $dns_ip_setup for updateDNS. Not implemented yet,
# so updateDNS falls back to CFG_DNS_SERVER_* upstreams. (Previously read
# CFG_<APP>_HOST_NAME here, which is unused — removed during the per-port
# subdomain refactor so HOST_NAME has no remaining DNS dependency.)
# so updateDNS falls back to CFG_DNS_SERVER_* upstreams.
:
}

View File

@ -7,9 +7,7 @@
# 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).
#
# This is the dynamic replacement for the old static, per-app
# 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.
# A single container can expose any number of hosts — one per Traefik-managed port.
#
# subdomain "" | "@" | "root" -> <domain> (apex / root of domain)
# subdomain "vault" -> vault.<domain> (single label)

View File

@ -18,7 +18,6 @@ setupHeadscaleVariables()
# Access the variables using variable indirection
headscale_domain="${!headscale_domain_var}"
headscale_setup="${!headscale_setup_var}"
# (HOST_NAME read dropped in the per-port subdomain refactor — it was unused.)
# UNFINISHED
}