mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-08 20:15:03 +10:00
950fa76eea8624b9b2e7184abaf64ddefffa7ce3
- New _db.py module with sqlite3-based persistence - Auto-migrate from sites.json on first run - All writes now use _db.insert/update/delete directly - Sites default to draft (published: false) on creation The sites.json file is kept as .json.migrated for safety
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%