Ansible automation for your homelab, managed through Git. Runs on your local network โ your data never leaves your LAN.
Run it
docker run -d --network host \ -e APP_URL=http://localhost:8080 \ -v ./data:/app/data \ -v ./workspace:/app/workspace \ ghcr.io/ekkuleivonen/racksmith-client:latest
Open http://localhost:8080
How it works