From b1037d5dfc2b846454f12e7a3ec5f83f7ab80b1d Mon Sep 17 00:00:00 2001 From: Luca Gambarotto Date: Sun, 14 Jan 2024 10:50:15 +0100 Subject: [PATCH] Added gitea readme file --- gitea/readme.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 gitea/readme.md diff --git a/gitea/readme.md b/gitea/readme.md new file mode 100644 index 0000000..653ef22 --- /dev/null +++ b/gitea/readme.md @@ -0,0 +1,27 @@ +# Gitea +https://about.gitea.com/ + + +## Setup +```bash +docker compose up -d +``` + +The web interface can be accessed via http://: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: + +```bash +/mnt/gitea/data/gitea/conf +``` + +```bash +- ROOT_URL = http://:3000/ ++ ROOT_URL = https:/// +``` + +Leave everything else unchanged! + +## Notes + +By default, the application will run as uid==1000 and gid==1000. \ No newline at end of file