{"id":16293261,"url":"https://github.com/jackblk/homelab","last_synced_at":"2025-10-25T23:43:15.819Z","repository":{"id":130959027,"uuid":"449966029","full_name":"jackblk/homelab","owner":"jackblk","description":"my homelab config","archived":false,"fork":false,"pushed_at":"2025-05-31T04:44:46.000Z","size":57,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-31T16:14:16.428Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/jackblk.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-20T05:25:41.000Z","updated_at":"2025-05-31T04:44:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"ba41ffab-49a8-4608-96c7-68481543535b","html_url":"https://github.com/jackblk/homelab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackblk%2Fhomelab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackblk%2Fhomelab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackblk%2Fhomelab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackblk%2Fhomelab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackblk","download_url":"https://codeload.github.com/jackblk/homelab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackblk%2Fhomelab/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259236303,"owners_count":22826303,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-10T20:10:40.379Z","updated_at":"2025-10-25T23:43:15.812Z","avatar_url":"https://github.com/jackblk.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homelab\n\nMy private homelab :).\n\n## Media server\n\n```bash\n# Create data folder\nsudo mkdir /data2/server\nsudo chown -R $USER:$USER /data2/server\n\n# Clone repo\ncd /data2/server\ngit clone https://github.com/jackblk/homelab.git\ncd /data2/server/homelab\n\n# Create .env file, edit it\ncp .env.example .env\n\n# Run\nmake\n\n# Stop\nmake stop-media\n```\n\nThen:\n\n* Configure Radarr, Sonarr, and Bazarr, Jackett, qBitTorrent and Jellyfin to use the media server.\n* Configure hardware acceleration for Jellyfin.\n* Configure Nginx proxy manager, DDClient for domains, DNS stuff.\n* Configure heimdall for dashboard.\n\n## Hardware Acceleration\n\nFor VAAPI:\n\n```bash\n# for my intel igpu sandy bridge 2xxx\nsudo apt install libva-dev i965-va-driver\n```\n\nSet supported codecs to decode with VAAPI by checking `vainfo`.\nVA API device should be `/dev/dri/renderD128` or `/dev/dri/renderD129` based on your GPU.\n\nFor [newer Intel iGPU](https://jellyfin.org/docs/general/administration/hardware-acceleration.html#va-api-hardware-acceleration-on-debianubuntu):\n\n```bash\nsudo apt install software-properties-common -y\nsudo apt-add-repository non-free -y\nsudo apt-get update\nsudo apt install vainfo intel-media-va-driver-non-free\n```\n\n## Adguard Home\n\n```shell\n# run\nmake dns-adguardhome\n\n# stop\nmake dns-adguardhome-stop\n```\n\n# Misc\n\n* [DDClient to update DDNS](https://blog.jswart.xyz/posts/cloudflare-dynamic-dns/)\n* [Jellyfin Let's Encrypt and Docker](https://jellyfin.org/docs/general/networking/letsencrypt.html#lets-encrypt-and-docker)\n* [linuxserver/swag](https://docs.linuxserver.io/images/docker-swag#parameters)\n\n## Folder structure\n\nOn host:\n\n```\nmedia -\u003e for sonarr, radarr\n├── torrents -\u003e for qbit\n│  ├── movies\n│  └── shows\n└── media -\u003e for jellyfin\n    ├── movies\n    └── shows\n```\n\nOn container:\n\n```\ndata\n├── torrents\n│  ├── movies\n│  ├── music\n│  └── tv\n└── media\n   ├── movies\n   ├── music\n   └── tv\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackblk%2Fhomelab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackblk%2Fhomelab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackblk%2Fhomelab/lists"}