mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
d4484e675001a99935b4718ea5fcca52ce0b58b3
- Caddy as static file server + reverse proxy - FastAPI management API with Pocket ID SSO - Web UI at demo.junv.cc/admin - Agent API with Bearer token auth - Demo sites accessible at demo.junv.cc/<folder-name> - NFS PVC for persistent storage - Enable/disable per-site
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%