create forgejo/app_ini/README.md and app.ini

This commit is contained in:
thhsh-local 2025-03-05 20:27:21 -05:00
parent 40c0cf1c3f
commit 37f0658bd6
Signed by: thhsh-local
SSH key fingerprint: SHA256:bLOq3d7dN1v5+W5U6pQekP0rBm0YUtC9qvh3TDYyAsg
2 changed files with 108 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# app.ini
## what
The `app.ini` file for Forgejo. See the [Forgejo Configuration Cheat Sheet](https://forgejo.org/docs/latest/admin/config-cheat-sheet/).
## where
On the `prod-sourcecamp-starcatsys` server, this file is located at `/etc/forgejo/app.ini`.
## env to ini
Some values in the file are shown as `<REDACTED - GITEA__SERVER__LFS_JWT_SECRET>` in place of a secret value. According to [forgejo/contrib/environment-to-ini](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/contrib/environment-to-ini), we should be able to use environment variables for these secrets instead of hard-coding them into the `app.ini` file.