From cc878a2bdaa55bac563aa47b44c1d892667b866d Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 4 Jan 2024 23:41:00 +0100 Subject: readme --- roles/gitea/Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'roles/gitea/Readme.md') 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 --- -- cgit v1.2.3