This is a setup/guide/repo for self hosting services like nextcloud, gitea etc. to avoid using SaaSS I have no control over.
I use Traefik and docker-compose to self hoste services.
Inspired by: https://github.com/awesome-selfhosted/awesome-selfhosted
gitea | ||
nextcloud | ||
nginx-rtmp | ||
traefik | ||
ts3 | ||
wordpress | ||
README.md |
selfhosted-traefik
This is a setup/guide/repo for self hosting services like nextcloud, gitea etc. to avoid using SaaSS I have no control over. I use Traefik and docker-compose to self hoste services. Inspired by: https://github.com/awesome-selfhosted/awesome-selfhosted
Installation/Setup guide (WIP)
- Create a user named compute on your server with a home directory.
- Create a services directory in computes home directory with
mkdir service
cd services
- Clone this git into services.
git clone https://gitea.sporada.eu/sporada/selfhosted-traefik.git
- For every service copy the live.env.tpl to live.env file and edit it accordingly.
- Navigate into the traefik folder and start traefik with
docker-compose --env-file live.env up
- Navigate into the other service folders and start every service with
docker-compose --env-file live.env up