mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-08 20:15:03 +10:00
cbb50ac9414ddc0235258bccb9dbf0e215d3309c
- ArgoCD 'home-apps' app tracks the home-apps/ directory at root level only - Move k8s-manifest.yaml to home-apps/demo-service.yaml (sibling of other apps) - Keep source code (Dockerfile, service.py, etc.) in home-apps/demo-service/ subdirectory - Update workflow to update the new path - Also fix imagePullSecrets placement (pod-level not container-level)
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%