From 2f5a6d7d6d96cfc43a3f48734f797768f7af94b6 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 3 Nov 2024 19:44:19 +0800 Subject: fix(forgejo): change the way to save secrets. --- tools/aio/modules/config.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tools') diff --git a/tools/aio/modules/config.py b/tools/aio/modules/config.py index 52f656a..962e418 100644 --- a/tools/aio/modules/config.py +++ b/tools/aio/modules/config.py @@ -55,14 +55,6 @@ config_var_list: list = [ "v2ray user id", generate_uuid), ConfigVar("CRUPEST_V2RAY_PATH", "v2ray path, which will be prefixed by _", generate_uuid), - ConfigVar("CRUPEST_FORGEJO_SECURITY_KEY", - "Forgejo secret key.", generate_uuid), - ConfigVar("CRUPEST_FORGEJO_SECURITY_INTERNAL_TOKEN", - "Forgejo secret internal token.", generate_uuid), - ConfigVar("CRUPEST_FORGEJO_LFS_JWT_SECRET", - "Forgejo LFS JWT secret.", generate_uuid), - ConfigVar("CRUPEST_FORGEJO_OAUTH2_JWT_SECRET", - "Forgejo OAUTH2 JWT secret..", generate_uuid), ConfigVar("CRUPEST_FORGEJO_MAILER_USER", "Forgejo SMTP user.", "Please input your Forgejo SMTP user."), ConfigVar("CRUPEST_FORGEJO_MAILER_PASSWD", -- cgit v1.2.3