diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2024-01-04 23:41:00 +0100 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2024-01-04 23:41:00 +0100 |
commit | cc878a2bdaa55bac563aa47b44c1d892667b866d (patch) | |
tree | 84102024ea2cd9ea841807b652f231a080a674f0 | |
parent | 9e095d152d1a527357028ad4aa905f57ebcb15a6 (diff) | |
download | ansible_collection-cc878a2bdaa55bac563aa47b44c1d892667b866d.tar.gz |
readme
-rw-r--r-- | roles/gitea/Readme.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/gitea/Readme.md b/roles/gitea/Readme.md index c306d1b..dbc555d 100644 --- a/roles/gitea/Readme.md +++ b/roles/gitea/Readme.md @@ -2,7 +2,10 @@ normal gitea `app.ini` config parameters can be passed under `config.` -Available vars: `jwt_sec.content`, `int_tok.content`, `sec_key.content` +Available vars: `jwt_sec.content`, `int_tok.content`, `sec_key.content`. +These vars are base64 encoded and can be decoded with the `b64decode` filter. +This only matters for the `JWT_SECRET`. + ```yaml --- |