{"id":35218213,"url":"https://github.com/chutch3/homelab","last_synced_at":"2026-05-25T03:07:32.047Z","repository":{"id":202740627,"uuid":"628080124","full_name":"chutch3/homelab","owner":"chutch3","description":"Turn spare hardware into a production homelab. Ansible playbooks for Docker Swarm, Traefik, and 30+ services with automated setup and DNS.","archived":false,"fork":false,"pushed_at":"2026-01-26T16:50:09.000Z","size":1889,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-27T03:03:57.747Z","etag":null,"topics":["ansible","ansible-playbooks","automation","cluster","devops","dns-automation","docker-compose","docker-swarm","homelab","infrastructure-as-code","multi-node","self-hosted","ssl-certificates","taskfile","traefik"],"latest_commit_sha":null,"homepage":"https://codyhutchens.com/homelab/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chutch3.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-14T21:38:45.000Z","updated_at":"2026-01-26T16:50:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae33cac4-3af3-4b8d-a158-4c0606970100","html_url":"https://github.com/chutch3/homelab","commit_stats":null,"previous_names":["chutch3/homelab","chutch3/selfhosted.sh"],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/chutch3/homelab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chutch3%2Fhomelab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chutch3%2Fhomelab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chutch3%2Fhomelab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chutch3%2Fhomelab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chutch3","download_url":"https://codeload.github.com/chutch3/homelab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chutch3%2Fhomelab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30329697,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T05:25:20.737Z","status":"ssl_error","status_checked_at":"2026-03-10T05:25:17.430Z","response_time":106,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible","ansible-playbooks","automation","cluster","devops","dns-automation","docker-compose","docker-swarm","homelab","infrastructure-as-code","multi-node","self-hosted","ssl-certificates","taskfile","traefik"],"created_at":"2025-12-29T23:03:24.019Z","updated_at":"2026-05-25T03:07:32.042Z","avatar_url":"https://github.com/chutch3.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homelab\n\nA Docker Swarm platform for self-hosted services. Deploys 37+ pre-configured services with automatic SSL, centralized SSO, monitoring, and automated backups.\n\n![License](https://img.shields.io/badge/license-MIT-blue.svg)\n![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?logo=docker\u0026logoColor=white)\n\n---\n\n## What's Included\n\n**Infrastructure**\n- Technitium DNS — primary local DNS with optional Pi-hole secondary for failover\n- Traefik — reverse proxy with automatic SSL via Cloudflare\n- Authentik — identity provider and SSO\n- Prometheus + Grafana + Loki — metrics, dashboards, and log aggregation\n- Uptime Kuma — uptime monitoring\n- Kopia — encrypted backups to Backblaze B2\n\n**Applications**\n- Homepage, Actual Budget, Home Assistant, Node-RED, CryptPad, Mealie, Excalidraw, FreshRSS\n- PhotoPrism, Immich, Emby, Komga (comics/manga)\n- Sonarr, Radarr, Prowlarr, Profilarr, qBittorrent, Deluge, SABnzbd, NZBGet\n- Forgejo (Git + CI/CD), GitHub Actions Runner, Code-server (VS Code in browser)\n- Vaultwarden, LibreChat, Kiwix (offline Wikipedia + Stack Overflow)\n\n---\n\n## Requirements\n\n- Docker with Compose v2\n- [Taskfile](https://taskfile.dev/installation/)\n- Domain name with Cloudflare DNS management\n- Cloudflare API token for DNS-01 challenge\n\n---\n\n## Quick Start\n\n```bash\ngit clone https://github.com/chutch3/homelab.git\ncd homelab\n\ncp .env.example .env\nnano .env  # set your domain, Cloudflare token, and passwords\n\ncp ansible/inventory/03-hosts.yml.example ansible/inventory/02-hosts.yml\nnano ansible/inventory/02-hosts.yml  # add your nodes\n```\n\n```bash\ntask ansible:install     # install Ansible and dependencies\ntask ansible:bootstrap   # install Docker on all nodes\ntask ansible:cluster:init  # initialize Docker Swarm\ntask ansible:deploy      # deploy all services\n```\n\nThen visit `https://homepage.yourdomain.com`.\n\n---\n\n## Common Commands\n\n```bash\n# Deploy or redeploy a single service\ntask ansible:deploy:stack -- -e \"stack_name=sonarr\"\n\n# Tear down a service (preserves data)\ntask ansible:teardown:stack -- -e \"stack_name=sonarr\"\n\n# Configure DNS records\ntask ansible:dns:configure\n\n# Check cluster status\ntask ansible:cluster:status\n\n# Run tests and linting\ntask check\n```\n\n---\n\n## Documentation\n\nFull documentation: [chutch3.github.io/homelab](https://chutch3.github.io/homelab/)\n\n- [Getting Started](https://chutch3.github.io/homelab/getting-started/quick-start/)\n- [Configuration](https://chutch3.github.io/homelab/getting-started/configuration/)\n- [Architecture](https://chutch3.github.io/homelab/architecture/overview/)\n- [Service Management](https://chutch3.github.io/homelab/user-guide/service-management/)\n- [Troubleshooting](https://chutch3.github.io/homelab/troubleshooting/)\n\n---\n\n## License\n\nMIT — see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchutch3%2Fhomelab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchutch3%2Fhomelab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchutch3%2Fhomelab/lists"}