dwyl / gitea-server

🍵 Step-by-step instructions for deploying Gitea on Fly.io
https://gitea-server.fly.dev/
GNU General Public License v2.0
9 stars 3 forks source link

Gitea configuration #4

Closed SimonLab closed 2 years ago

SimonLab commented 2 years ago

The configuration file is located at /data/gitea/conf/app.ini file on the gitea-server Fly application wher data is the name of the mounted volume. You can edit this file by

If you want to use vim you first need to install it. apk update then apk add vim as the gitea image run on Alpine the package manager is apk.

see: https://docs.gitea.io/en-us/config-cheat-sheet/ for configuration values