Correct the Gitea host in docs: cubecraftcreations -> cubecraftlabs
Both CLAUDE.md and print_log_context.md named the mirror as code.cubecraftcreations.com. The actual `origin` is https://code.cubecraftlabs.com/overseer/Home-Assistant.git, and the documented host returns 404 for that repo path, so anyone following the docs to find or clone the mirror was sent to the wrong server. Record the full origin URL in CLAUDE.md rather than just the hostname, so the next reader does not have to infer the path. Note this is only about the git host. cubecraftcreations.com is used elsewhere in this setup and is left alone. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||
|
||||
## What this repo is
|
||||
|
||||
The Home Assistant configuration directory (`/config` on the live HAOS host, mirrored to this git repo). It is **configuration, not application code** — there is no build or test suite. "Running" a change means HA loads it; validation is by config-check and reload, not unit tests. The repo is also mirrored to a self-hosted Gitea at `code.cubecraftcreations.com`.
|
||||
The Home Assistant configuration directory (`/config` on the live HAOS host, mirrored to this git repo). It is **configuration, not application code** — there is no build or test suite. "Running" a change means HA loads it; validation is by config-check and reload, not unit tests. The repo is also mirrored to a self-hosted Gitea at `code.cubecraftlabs.com` (`origin` is `https://code.cubecraftlabs.com/overseer/Home-Assistant.git`).
|
||||
|
||||
Edits here only take effect after they reach the live host and HA reloads the affected domain. There is no compile step; a malformed YAML file breaks the domain it belongs to (or all of HA if it's `configuration.yaml`).
|
||||
|
||||
|
||||
@@ -55,6 +55,6 @@ The finish automation condition checks `| length == 36` on the stored ID.
|
||||
## HA Setup
|
||||
|
||||
- HAOS on x86 server
|
||||
- Gitea repo at code.cubecraftcreations.com (username: overseer)
|
||||
- Gitea repo at code.cubecraftlabs.com (username: overseer)
|
||||
- IoT VLAN: 192.168.69.x, Main: 192.168.1.x
|
||||
- ~150 devices, UniFi networking
|
||||
|
||||
Reference in New Issue
Block a user