diff --git a/forgejo/app_ini/README.md b/forgejo/app_ini/README.md index 41f202e..8f3c08f 100644 --- a/forgejo/app_ini/README.md +++ b/forgejo/app_ini/README.md @@ -5,5 +5,13 @@ The `app.ini` file for Forgejo. See the [Forgejo Configuration Cheat Sheet](http ## 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 `` 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. We're still experimenting with this feature. \ No newline at end of file +## redacted values +For security, secrets have been redacted from this file. StarCat team members can find these values in [1Password](https://start.1password.com/open/i?a=B5NVCNGFJBCCLCDCN5FKFPGVBI&v=35hhast2kp5lgw3iud374426oa&i=cibe7kghl7srjzhgjb2i3lq72y&h=starcatsys.1password.com). 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 +``` \ No newline at end of file