From 0f12e17175825c0b02208ccebfe7c1e2eef0eca3 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Mon, 8 Jun 2026 13:39:53 +0200 Subject: [PATCH] docs: rework repo-name references for renames deploy-felhom-compose -> felhom-controller, proxmox-controller -> felhom-agent in README.md and CLAUDE.md. Hub source (templatefetcher.go) intentionally left untouched per scope; its raw-template URL is flagged separately for the operator. Co-Authored-By: Claude Opus 4.8 (1M context) --- CLAUDE.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 9ecfa4f..2a9e1a4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -56,7 +56,7 @@ E:\git\felhom.eu\ (or /e/git/felhom.eu/ in Git Bash) Related repos (same parent directory): ``` -E:\git\deploy-felhom-compose\ # felhom-controller Go app + deploy scripts +E:\git\felhom-controller\ # felhom-controller Go app + deploy scripts E:\git\app-catalog-felhom.eu\ # Docker Compose templates per app E:\git\homelab-manifests\ # k3s cluster manifests (dooplex.hu services) E:\git\misc-scripts\ # Helper scripts (build scripts, repo collector) diff --git a/README.md b/README.md index c2b0a4c..eed5015 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ Every page includes: | Repository | Purpose | |------------|---------| | [app-catalog-felhom.eu](https://gitea.dooplex.hu/admin/app-catalog-felhom.eu) | Docker Compose templates + .felhom.yml metadata for 45+ apps | -| [deploy-felhom-compose](https://gitea.dooplex.hu/admin/deploy-felhom-compose) | felhom-controller Go app + customer deploy scripts | +| [felhom-controller](https://gitea.dooplex.hu/admin/felhom-controller) | felhom-controller Go app + customer deploy scripts | | [deploy-portainer](https://gitea.dooplex.hu/admin/deploy-portainer) | Legacy — Portainer-based deploy scripts (deprecated) | | [homelab-manifests](https://gitea.dooplex.hu/admin/homelab-manifests) | k3s cluster manifests for dooplex.hu services | | [misc-scripts](https://gitea.dooplex.hu/admin/misc-scripts) | Utility scripts (collect-repos.sh, etc.) |