mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
4dce2be3d43c8d7be1f12a026d6e5804f942c8b6
- Sites now start as drafts (published: false) — hidden from public - Publish endpoint makes site live at demo.junv.cc/<name> - Unpublish hides it back to draft - Preview endpoint serves draft HTML to authenticated users - Caddy blocks .draft/.bak files (defense-in-depth) - Backward compatible: existing sites default to published - sync_visibility() handles all state transitions
Home docker
Containers my home media server set up
Fix home-server running out of disk
# Remove dangling images
sudo k3s crictl rmi --prune
# Clean stopped containers
sudo k3s crictl rm $(sudo k3s crictl ps -a -q --state exited)
Languages
Python
30.9%
Shell
27.2%
HCL
21.5%
HTML
19%
Dockerfile
1.3%
Other
0.1%