git-server/forgejo/app_ini/README.md
2025-07-03 14:35:47 -04:00

801 B

app.ini

what

The app.ini file for Forgejo. See the Forgejo Configuration Cheat Sheet.

where

On the prod-sourcecamp-starcatsys server, this file is located at /etc/forgejo/app.ini.

redacted values

For security, secrets have been redacted from this file. StarCat team members can find these values in 1Password. Soon, these values will be autofilled from Vault when the container starts.

making changes

After making changes to Forgejo's app.ini file, restart the Forgejo service with

sudo systemctl stop forgejo.service
sudo systemctl start forgejo.service