https://github.com/librephoenix/selfhosted-templates
Some self-hosted template bundles using docker-compose
https://github.com/librephoenix/selfhosted-templates
docker docker-compose docker-compose-template freshrss gitea heimdall homelab nextcloud pi-hole self-hosted template templates wireguard
Last synced: about 2 months ago
JSON representation
Some self-hosted template bundles using docker-compose
- Host: GitHub
- URL: https://github.com/librephoenix/selfhosted-templates
- Owner: librephoenix
- License: mit
- Created: 2023-07-22T03:22:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-22T03:32:49.000Z (over 2 years ago)
- Last Synced: 2025-06-30T22:36:42.900Z (9 months ago)
- Topics: docker, docker-compose, docker-compose-template, freshrss, gitea, heimdall, homelab, nextcloud, pi-hole, self-hosted, template, templates, wireguard
- Language: Dockerfile
- Homepage:
- Size: 1.53 MB
- Stars: 15
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+title: Self-hosted Docker Compose Setup Templates
#+author: Emmet
This is a repo I'm using to stash templated information about my self-hosted homelab.
[[img/self-hosted-dashboard.png]]
Inside here are templates I've crafted through experimenting with self-hosting many different services.
I have 3 templates currently:
- [[./homelab][homelab]] - These included self-hosted cloud services such as [[https://nextcloud.com/][Nextcloud]], [[https://syncthing.net/][Syncthing]], [[https://about.gitea.com/][Gitea]], [[https://freshrss.org/][FreshRSS]], and a personal dashboard ([[https://heimdall.site/][Heimdall]])
- [[./network][network]] - These include network goodies such as [[https://pi-hole.net/][Pi-hole]] (network-level adblock) and [[https://www.wireguard.com/][Wiregaurd]] (to VPN into my home network)
- [[./gameservers][gameservers]] - What it sounds like, self-hosted servers for games like [[https://www.minecraft.net/en-us][Minecraft]], [[https://terraria.org/][Terraria]], etc...
** Server Setup
For details on how I prepare my Linux servers, see [[./setup.org][setup.org]].
** Docker-compose (Services) Setup
For details on how I configure docker-compose for my various self-hosted services, visit the respective directory:
- [[./homelab][homelab]]
- [[./network][network]]
- [[./gameservers][gameservers]]