{"id":22890130,"url":"https://github.com/tobias-kaerst-software/homeserver","last_synced_at":"2026-03-05T04:04:06.805Z","repository":{"id":246564742,"uuid":"820033444","full_name":"tobias-kaerst-software/homeserver","owner":"tobias-kaerst-software","description":"Ansible script to setup a configurable homeserver instance including features like media management, document storage, dns add blocker and much more 🔥","archived":false,"fork":false,"pushed_at":"2025-05-04T14:33:27.000Z","size":2889,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-15T22:47:22.587Z","etag":null,"topics":["adguard","ansible","grafana","homepage","jellyfin","paperless","radarr","sonarr","traefik"],"latest_commit_sha":null,"homepage":"","language":"Jinja","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/tobias-kaerst-software.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,"zenodo":null}},"created_at":"2024-06-25T16:58:59.000Z","updated_at":"2025-05-04T14:33:30.000Z","dependencies_parsed_at":"2024-06-28T18:35:00.325Z","dependency_job_id":"f624388e-27c7-4acd-8e43-fc516ed6c3d0","html_url":"https://github.com/tobias-kaerst-software/homeserver","commit_stats":null,"previous_names":["tobias-kaerst-software/homeserver"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tobias-kaerst-software/homeserver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobias-kaerst-software%2Fhomeserver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobias-kaerst-software%2Fhomeserver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobias-kaerst-software%2Fhomeserver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobias-kaerst-software%2Fhomeserver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tobias-kaerst-software","download_url":"https://codeload.github.com/tobias-kaerst-software/homeserver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tobias-kaerst-software%2Fhomeserver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30109080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:40:26.266Z","status":"ssl_error","status_checked_at":"2026-03-05T03:39:15.902Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["adguard","ansible","grafana","homepage","jellyfin","paperless","radarr","sonarr","traefik"],"created_at":"2024-12-13T21:59:00.711Z","updated_at":"2026-03-05T04:04:06.775Z","avatar_url":"https://github.com/tobias-kaerst-software.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e 📜 This software is intended to be used for media files you own the rights for. The author of the repository\n\u003e is not responsible for any misuse of this software.\n\n# Ansible Homeserver\n\n👇 Ansible script to setup a configurable homeserver instance including features like media management, document storage, dns add blocker and much more 🔥\n\n\u003e 🚧 This project and it's documentation is still in development. Use at your own risk.\n\nTodo:\n\n- Immich\n- Kitchenowl\n- https://docs.ryot.io\n\n- https://www.authelia.com/reference/guides/generating-secure-values/#generating-a-random-alphanumeric-string\n\n## Mount drive\n\n```bash\n# Identify the new disk on the system\nsudo parted -l | grep Error\n\n# Chose partition standard\nsudo parted /dev/sda mklabel gpt\n\n# Create new partition\nsudo parted -a opt /dev/sda mkpart primary ext4 0% 100%\n\n# Create filesystem for partition\nsudo mkfs.ext4 -L datapartition /dev/sda1\n\n# Create filesystem mount point\nsudo mkdir -p /mnt/data\n\n# Mounting on boot\nsudo nano /etc/fstab\n$ LABEL=datapartition /mnt/data ext4 defaults 0 2\n\n# Remount the drives\nsudo systemctl daemon-reload\nsudo mount -a\n```\n\n```\nsudo mount -t cifs -o vers=2.0,username=devtobias,password=Uj9caErAnXBta2o //Homeserver/data /mnt/nas/\n```\n\nhttps://phoenixnap.com/kb/ubuntu-samba\nhttps://www.digitalocean.com/community/tutorials/how-to-partition-and-format-storage-devices-in-linux\n\n## Manual steps (Backups)\n\n### Uptime Kuma\n\nDatabase can just be imported, since no users are managed within:\n\n- kuma.db\n\n### Radarr\n\nDatabase can just be imported, since no users are managed within, just basic credentials via Authelia:\n\n- radarr.db\n- config.xml\n\n# ⚖ License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobias-kaerst-software%2Fhomeserver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftobias-kaerst-software%2Fhomeserver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftobias-kaerst-software%2Fhomeserver/lists"}