self_hosting_docker/gitea
Luca Gambarotto b1037d5dfc Added gitea readme file 2024-01-14 10:50:15 +01:00
..
docker-compose.yaml Added bokstack, gitea, komga and nextcloud 2024-01-14 10:38:12 +01:00
readme.md Added gitea readme file 2024-01-14 10:50:15 +01:00

readme.md

Gitea

https://about.gitea.com/

Setup

docker compose up -d

The web interface can be accessed via http://<ip_address>:3000. Do not use reverse proxy during the initial configuration.

After the configuration process has been completed and the reverse proxy has been set up, change the ROOT_URL of the application in the configuration file:

/mnt/gitea/data/gitea/conf
- ROOT_URL = http://<ip_address>:3000/
+ ROOT_URL = https://<domain>/

Leave everything else unchanged!

Notes

By default, the application will run as uid==1000 and gid==1000.