Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikslevin/docker
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.
https://github.com/erikslevin/docker
docker gotify homelab mariadb pihole-blocklists self-hosted snowflake valtwarden watchtower
Last synced: 4 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/erikslevin/docker
- Owner: ErikSlevin
- Created: 2022-12-25T18:30:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T23:25:50.000Z (about 1 year ago)
- Last Synced: 2023-10-03T03:12:29.946Z (about 1 year ago)
- Topics: docker, gotify, homelab, mariadb, pihole-blocklists, self-hosted, snowflake, valtwarden, watchtower
- Language: Python
- Homepage:
- Size: 2.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homelab Zusammenfassung
![GitHub last commit](https://img.shields.io/github/last-commit/erikslevin/docker)* [cturra](https://github.com/ErikSlevin/docker/tree/main/cturra): NTP-Zeitserver für das Heimnetzwerk.
* [gotify](https://github.com/ErikSlevin/docker/tree/main/gotify): Self-Hosted Benachrichtigungsdienst
* [grafana](https://github.com/ErikSlevin/docker/tree/main/grafana): Monitoring & Visualisierung
* [heimdall](https://github.com/ErikSlevin/docker/tree/main/heimdall): Self-Hosted Dashboard
* [mariadb](https://github.com/ErikSlevin/docker/tree/main/mariadb): Relationales Open-Source-Datenbankmanagementsystem
* [phpmyadmin](https://github.com/ErikSlevin/docker/tree/main/phpmyadmin): Frontend für die Administration von MySQL-Datenbanken
* [pi-hole](https://github.com/ErikSlevin/docker/tree/main/pi-hole): Seldhosted Werbeblocker für das Heimnetzwerk.
* [snowflake](https://github.com/ErikSlevin/docker/tree/main/snowflake): Tor-Proxy: ermöglicht Menschen, trotz Netzsperren auf das Internet zuzugreifen
* [tandoor](https://github.com/ErikSlevin/docker/tree/main/tandoor): Selbstverwaltete Online-Rezeptdatenbank, die Wochenpläne erzeugt, Einkaufslisten generiert.
* [tasmoadmin](https://github.com/ErikSlevin/docker/tree/main/tasmoadmin): Geräte mit Tasmota Firmware über ein zentrales Webinterface verwalten.
* [traefik](https://github.com/ErikSlevin/docker/tree/main/traefik): Reverse-Proxy und Load-Balancer
* [uptime-kuma](https://github.com/ErikSlevin/docker/tree/main/uptime-kuma): Self-Hosted Monitoring Tool
* [valtwarden](https://github.com/ErikSlevin/docker/tree/main/valtwarden): Selfhosted Passwort-Tresor mit Zugriff von Unterwegs!
* [watchtower](https://github.com/ErikSlevin/docker/tree/main/watchtower): Automatische aktualisierung von Docker Containern## Backup and Restore
```
docker run --rm --volumes-from heimdall -v $(pwd):/backup busybox tar cvfz /backup/2023-08-24-heimdall-backup.tar /config
``````
docker run --rm --volumes-from heimdall -v $(pwd):/home/erik busybox sh -c "cd /config && tar xvf /home/erik/2023-08-24-heimdall-backup.tar --strip 1"
```