From cd99df9dfe79a80e2f4b69a90fef87bc8d97499b Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Thu, 26 Feb 2026 23:48:45 -0600 Subject: [PATCH] relate: 5f31ea7f --RELATED_TO--> 6411013f --- ...s-symlink-repo-at-caldotfiles-on-gitea-5f31ea.md | 7 ++++++- ...TED_TO--home-lab-server-configs-versio-2bde6f.md | 13 +++++++++++++ ...-server-configs-version-control-system-641101.md | 8 +++++++- 3 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 graph/edges/dotfiles-symlink-repo-at-caldo--RELATED_TO--home-lab-server-configs-versio-2bde6f.md diff --git a/graph/configurations/dotfiles-symlink-repo-at-caldotfiles-on-gitea-5f31ea.md b/graph/configurations/dotfiles-symlink-repo-at-caldotfiles-on-gitea-5f31ea.md index e0628eeefd8..6a5febc5e37 100644 --- a/graph/configurations/dotfiles-symlink-repo-at-caldotfiles-on-gitea-5f31ea.md +++ b/graph/configurations/dotfiles-symlink-repo-at-caldotfiles-on-gitea-5f31ea.md @@ -6,7 +6,7 @@ tags: [dotfiles, symlink, workstation, gitea, configuration, claude-home] importance: 0.7 confidence: 0.8 created: "2026-02-27T05:47:49.295906+00:00" -updated: "2026-02-27T05:48:41.142101+00:00" +updated: "2026-02-27T05:48:45.399805+00:00" relations: - target: 4479674f-16de-4cfb-afc1-73042d4ab8db type: RELATED_TO @@ -23,6 +23,11 @@ relations: direction: outgoing strength: 0.8 edge_id: e51c5c3a-fc29-499c-8e3f-2d185014d780 + - target: 6411013f-4c3c-443c-9b0d-7843c8f9d96d + type: RELATED_TO + direction: outgoing + strength: 0.65 + edge_id: 2bde6f04-fb6e-4acd-a155-9cee3241ed71 --- # Dotfiles Symlink Repo — cal/dotfiles diff --git a/graph/edges/dotfiles-symlink-repo-at-caldo--RELATED_TO--home-lab-server-configs-versio-2bde6f.md b/graph/edges/dotfiles-symlink-repo-at-caldo--RELATED_TO--home-lab-server-configs-versio-2bde6f.md new file mode 100644 index 00000000000..4ffb4f5d5f3 --- /dev/null +++ b/graph/edges/dotfiles-symlink-repo-at-caldo--RELATED_TO--home-lab-server-configs-versio-2bde6f.md @@ -0,0 +1,13 @@ +--- +id: 2bde6f04-fb6e-4acd-a155-9cee3241ed71 +type: RELATED_TO +from_id: 5f31ea7f-9b53-427d-b601-ab98dabaa2e3 +from_title: "Dotfiles symlink repo at cal/dotfiles on Gitea" +to_id: 6411013f-4c3c-443c-9b0d-7843c8f9d96d +to_title: "Home lab server-configs version control system" +strength: 0.65 +created: "2026-02-27T05:48:45.399805+00:00" +updated: "2026-02-27T05:48:45.399805+00:00" +--- + +Both are version-controlled config management approaches for the homelab/workstation diff --git a/graph/solutions/home-lab-server-configs-version-control-system-641101.md b/graph/solutions/home-lab-server-configs-version-control-system-641101.md index 57b44598d8b..f7d1f299462 100644 --- a/graph/solutions/home-lab-server-configs-version-control-system-641101.md +++ b/graph/solutions/home-lab-server-configs-version-control-system-641101.md @@ -6,7 +6,13 @@ tags: [claude-home, homelab, docker, infrastructure, bash, configuration] importance: 0.7 confidence: 0.8 created: "2025-12-11T22:13:38.244020+00:00" -updated: "2025-12-11T22:13:38.244020+00:00" +updated: "2026-02-27T05:48:45.399805+00:00" +relations: + - target: 5f31ea7f-9b53-427d-b601-ab98dabaa2e3 + type: RELATED_TO + direction: incoming + strength: 0.65 + edge_id: 2bde6f04-fb6e-4acd-a155-9cee3241ed71 --- Created centralized configuration management for home lab infrastructure. Includes sync-configs.sh script for pull/push/diff/deploy operations across 9 hosts (Proxmox, VMs, LXCs, Akamai cloud). Tracks Docker Compose files and Proxmox VM/LXC configs. All secrets sanitized with ${VAR} references and .env.example templates. Key features: hosts.yml inventory, selective file sync (only compose files, not app data), deploy command for push+restart.