Commit graph

12 commits

Author SHA1 Message Date
b896bfcb79 docs: document static host IP and DHCP pool for external access
Record the final networking setup: host static 192.168.1.2 (netplan),
HA/Samba macvlan .246/.247, DHCP pool narrowed to .11-.245 so the
statics stay protected, and why static-at-host beats DHCP reservation
on the NOS router. Hard-code 192.168.1.2 in the port-forward table.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 21:46:45 +01:00
7e898d7b22 upgrade Home Assistant 2024.5.4 → 2026.5.4
Bump the homeassistant image to 2026.5.4 (latest 2026.5 patch) and adjust
the healthcheck for modern HA:

- swap the probe from /api/ (now requires auth, returned 401 → spurious
  "unhealthy") to the auth-free /manifest.json
- set start_period to 2m; the recorder schema migration (43→48) completed
  in milliseconds on this 149M SQLite DB, so the temporary 30m headroom
  used during the upgrade is no longer needed

Verified post-upgrade: container healthy, version 2026.5.4, local
/manifest.json 200, reverse proxy 200, trusted_proxies /12 validated.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 15:52:21 +01:00
a36751b7ca retarget HA upgrade plan to 2026.5.4 (latest 2026.5 patch)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 14:41:42 +01:00
c2279a5785 expose homeassistant on macvlan + publish HA and forgejo HTTP ports
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 14:24:34 +01:00
a0272c2c10 add Home Assistant 2024.5.4 → 2026.5.0 upgrade plan
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-04 14:24:34 +01:00
54a0d0f232 add Caddy HTTPS reverse proxy with Let's Encrypt via DuckDNS DNS-01
- Custom Caddy image with duckdns DNS provider plugin for automatic TLS
- ha-padriano.duckdns.org → Home Assistant, git-padriano.duckdns.org → Forgejo
- Move homeassistant and forgejo onto internal bridge network
- Update README to reflect HTTPS setup, new URLs, and setup steps

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-11 22:30:47 +01:00
2ad7697142 fix samba write permissions and document UID requirement
The dperson/samba image uses UID/GID 1001 internally regardless of the
USERID env var. The host share directory must be owned by 1001:1001 for
writes to succeed. Add force user/group to smb.conf as an extra safety
net, and document the chown step in the README.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-09 22:34:52 +01:00
bf2d9e40fd add SMB backup plan
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-09 22:28:49 +01:00
c134eb3d7a add samba SMB share container on macvlan network
- New dperson/samba service at 192.168.1.247 via macvlan_lan network
- Avoids port 445 conflict with existing timemachine container
- Shares /home/padriano/share as authenticated [Share] over SMB2/3
- Avahi service file for Finder sidebar discovery

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-09 21:45:01 +01:00
530b988a46 SMB share plan 2026-05-09 21:19:06 +01:00
9f223dbab4 Replace IP address with hostname
Use 'server' hostname instead of 192.168.1.116 throughout README for
consistency with the Forgejo config.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-09 15:47:58 +01:00
e56ea087a8 Initial commit
Home server Docker Compose stack with Forgejo, Home Assistant, DuckDNS, and Time Machine services.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-09 15:45:56 +01:00