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
flyctl ssh console
run bash to make is easier to work with the ssh terminal (just having the autocomplete feature is nice)
vi /data/gitea/conf/app.ini
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.
The configuration file is located at
/data/gitea/conf/app.ini
file on thegitea-server
Fly application wherdata
is the name of the mounted volume. You can edit this file byflyctl ssh console
bash
to make is easier to work with the ssh terminal (just having the autocomplete feature is nice)vi /data/gitea/conf/app.ini
If you want to use
vim
you first need to install it.apk update
thenapk add vim
as the gitea image run on Alpine the package manager isapk
.see: https://docs.gitea.io/en-us/config-cheat-sheet/ for configuration values