Establish clean homelab infrastructure baseline
Reorganize the brownfield repository, remove retired and generated artifacts, harden ignore rules, and record the GitOps/IaC redesign.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Copy to .env and adjust per host. Do not commit the real .env.
|
||||
|
||||
# A stable name for THIS Docker host; becomes the `host` log stream label and the
|
||||
# `host` label on its scraped metrics (keep it consistent with the VMStaticScrape).
|
||||
HOST_LABEL=docker-01
|
||||
|
||||
# VictoriaLogs Elasticsearch-bulk ingest endpoint, reached over the tailnet
|
||||
# (exposed by ../logs/vlogs-ingress.yaml). Confirm the tailnet FQDN after applying.
|
||||
VLOGS_ENDPOINT=https://vlogs.tail7e769.ts.net/insert/elasticsearch/
|
||||
Reference in New Issue
Block a user