openneo-code/files/secrets/README
Emi Matchu 8628ab45c8 Extract config secrets into separate files
I'm glad I read the docs and found the canonical way to do this before
inventing some custom thing!!
2024-01-14 23:59:18 -08:00

10 lines
305 B
Text

This folder should have three files:
- internal_token
- lfs_jwt_secret
- oauth2_jwt_secret
Each of these should contain a long securely-generated token, which will be
copied to /etc/forgejo/secrets, and loaded by app.ini.
These are secret information, so they're not committed to this public codebase!