nomad/gitea
Elara 1e27bfa170 Update domain 2023-07-29 21:32:34 -07:00
..
README.md Initial Commit 2022-09-09 16:37:09 -07:00
gitea.nomad Update domain 2023-07-29 21:32:34 -07:00

README.md

Gitea

This is the nomad file for Gitea, a git web interface.

This job requires one volume for Gitea's data. This volume should be called gitea-data and should be read/write, not readonly. Set the owner of the directory bound to the volume as 1002. The command that would be used for this is sudo chown 1002:1002 <volume directory>.

In the env stanza, there is an SSH domain. Set that to the local IP of your server so that you can use it to upload to git via SSH.