{"id":19453637,"url":"https://github.com/erikslevin/docker","last_synced_at":"2025-09-14T07:31:03.946Z","repository":{"id":167729674,"uuid":"582114719","full_name":"ErikSlevin/docker","owner":"ErikSlevin","description":"Docker-compose files for my homelab, including categories like: time server, notifications, monitoring and dashboard, database management, ad-blocking, proxy services, recipe database, firmware management, reverse proxy, monitoring tools, password management, and container updates.","archived":true,"fork":false,"pushed_at":"2023-10-01T23:25:50.000Z","size":2655,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T10:20:45.475Z","etag":null,"topics":["docker","gotify","homelab","mariadb","pihole-blocklists","self-hosted","snowflake","valtwarden","watchtower"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ErikSlevin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-12-25T18:30:17.000Z","updated_at":"2024-11-14T11:10:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"261789ae-289f-40e0-820b-c6579e6a44a1","html_url":"https://github.com/ErikSlevin/docker","commit_stats":null,"previous_names":["erikslevin/docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ErikSlevin/docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikSlevin%2Fdocker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikSlevin%2Fdocker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikSlevin%2Fdocker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikSlevin%2Fdocker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ErikSlevin","download_url":"https://codeload.github.com/ErikSlevin/docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ErikSlevin%2Fdocker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275076531,"owners_count":25401314,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","gotify","homelab","mariadb","pihole-blocklists","self-hosted","snowflake","valtwarden","watchtower"],"created_at":"2024-11-10T17:05:14.942Z","updated_at":"2025-09-14T07:31:03.443Z","avatar_url":"https://github.com/ErikSlevin.png","language":"Python","readme":"# Homelab Zusammenfassung\n![GitHub last commit](https://img.shields.io/github/last-commit/erikslevin/docker) \n\n* [cturra](https://github.com/ErikSlevin/docker/tree/main/cturra): NTP-Zeitserver für das Heimnetzwerk. \n* [gotify](https://github.com/ErikSlevin/docker/tree/main/gotify): Self-Hosted Benachrichtigungsdienst\n* [grafana](https://github.com/ErikSlevin/docker/tree/main/grafana): Monitoring \u0026 Visualisierung\n* [heimdall](https://github.com/ErikSlevin/docker/tree/main/heimdall): Self-Hosted Dashboard\n* [mariadb](https://github.com/ErikSlevin/docker/tree/main/mariadb): Relationales Open-Source-Datenbankmanagementsystem\n* [phpmyadmin](https://github.com/ErikSlevin/docker/tree/main/phpmyadmin): Frontend für die Administration von MySQL-Datenbanken \n* [pi-hole](https://github.com/ErikSlevin/docker/tree/main/pi-hole): Seldhosted Werbeblocker für das Heimnetzwerk.\n* [snowflake](https://github.com/ErikSlevin/docker/tree/main/snowflake): Tor-Proxy: ermöglicht Menschen, trotz Netzsperren auf das Internet zuzugreifen\n* [tandoor](https://github.com/ErikSlevin/docker/tree/main/tandoor): Selbstverwaltete Online-Rezeptdatenbank, die Wochenpläne erzeugt, Einkaufslisten generiert.\n* [tasmoadmin](https://github.com/ErikSlevin/docker/tree/main/tasmoadmin): Geräte mit Tasmota Firmware über ein zentrales Webinterface verwalten.\n* [traefik](https://github.com/ErikSlevin/docker/tree/main/traefik): Reverse-Proxy und Load-Balancer\n* [uptime-kuma](https://github.com/ErikSlevin/docker/tree/main/uptime-kuma): Self-Hosted Monitoring Tool\n* [valtwarden](https://github.com/ErikSlevin/docker/tree/main/valtwarden): Selfhosted Passwort-Tresor mit Zugriff von Unterwegs!\n* [watchtower](https://github.com/ErikSlevin/docker/tree/main/watchtower): Automatische aktualisierung von Docker Containern\n\n## Backup and Restore\n\n```\ndocker run --rm --volumes-from heimdall -v $(pwd):/backup busybox tar cvfz /backup/2023-08-24-heimdall-backup.tar /config\n```\n\n```\ndocker run --rm --volumes-from heimdall -v $(pwd):/home/erik busybox sh -c \"cd /config \u0026\u0026 tar xvf /home/erik/2023-08-24-heimdall-backup.tar --strip 1\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikslevin%2Fdocker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferikslevin%2Fdocker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferikslevin%2Fdocker/lists"}