2026-02-01 19:53:38 +01:00
2026-02-01 19:53:38 +01:00
2026-02-01 18:34:18 +01:00
2026-02-01 18:28:44 +01:00

gitea pages server

Mit diesem Server möchte ich ein selbst gehostetes Pendant zu github pages erstellen.

Das Ziel ist einen Webserver zu haben auf den ich einfach content deployen kann direkt aus einem gitea repository.

Setup

I assume that you have a server where docker is installed with a running instance of traefik.

  • Create a new directory, e.g.: /containers/pages
  • Place the docker compose file into this directory
  • Change the docker-compose.yml file to your needs and environment.
  • get the needed container image: docker compose pull.
  • spin the container up: docker compose up -d

Check the logs, if everything runs smoothly:

docker compose logs -f

If you want to stop the container again, use:

docker compose down
Description
Ein Server um meine gitea pages zu hosten.
Readme 29 KiB
Languages
HTML 100%