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
Go to file
Stephan Porada dc145c3375 Update .gitignore 2024-02-24 13:26:30 +01:00
firefly Edit live.env.tpl 2021-12-05 14:08:54 +01:00
gitea Remove clutter 2021-04-29 11:26:15 +02:00
grocy Update docker-compose.yml of grocy 2023-10-29 08:41:49 +01:00
nextcloud Update Nexctloud to 27 2023-10-29 08:05:54 +01:00
osp Kind of working commit... 2021-05-09 08:44:58 +02:00
traefik Add grocy and remove unused services 2022-03-13 10:51:30 +01:00
ts3 Change lables 2021-05-02 14:24:19 +02:00
wordpress Downgrade maraiadb tag 10 to 10.5 2021-07-14 22:22:04 +02:00
.gitignore Update .gitignore 2024-02-24 13:26:30 +01:00
README.md Update 'README.md' 2021-04-26 10:16:54 +02:00

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)

  1. Create a user named compute on your server. compute needs a home directory.
  2. Create a services directory in the home directory of compute with mkdir service.
  3. navigat into services with cd services.
  4. Clone this git into services with git clone https://gitea.sporada.eu/sporada/selfhosted-traefik.git.
  5. For every service copy the live.env.tpl to live.env file and edit it accordingly. 'cp live.env.tpl live.env'
  6. Navigate into the traefik with cd traefikfolder and start traefik withdocker-compose --env-file live.env up`
  7. Could be that you have to create some networks manually before starting everything.
  8. Navigate into the other service folders and start every service with docker-compose --env-file live.env up after additional setup steps have been completed. (See netxt step!)
  9. Every serveice hase an additional README.md where the specific setup steps for the service is explained. Like creating the .env file etc. Follow those steps and then start the service as said above.