Built on docker compose and deployed privately via tailscale.
Extend tailscale.yaml
in the root directory and specify hostname
to automatically add the subdomain for the stack to the tailnet.
Refer to README under each stack for detailed operation information.
Uses immich
Uses Actual
Uses ESPHome
This project uses git subtree.
Add subtree to remote
git remote add -f 'remote-alias' 'remote-url'
Add subtree
git subtree add --prefix 'local-path' 'remote-alias' branch --squash
Update subtree
git fetch 'remote-alias' 'branch'
git subtree pull --prefix 'local-path' 'remote-alias' 'branch' --squash