diff --git a/seed/forgejo/dictionaries/31_forgejo.xml b/seed/forgejo/dictionaries/31_forgejo.xml
index 290b6c47..3e8799fa 100644
--- a/seed/forgejo/dictionaries/31_forgejo.xml
+++ b/seed/forgejo/dictionaries/31_forgejo.xml
@@ -27,6 +27,7 @@
+
@@ -98,6 +99,15 @@
43
forgejo_lfs_jwt_secret
+
+ domain_name_eth0
+ jwt_secret
+ forgejo
+ cleartext
+ hide_secret
+ 43
+ forgejo_jwt_secret
+
revprox_client_external_domainnames
revprox_client_location
diff --git a/seed/forgejo/templates/app.ini b/seed/forgejo/templates/app.ini
index 0cc7e43a..a50266bb 100644
--- a/seed/forgejo/templates/app.ini
+++ b/seed/forgejo/templates/app.ini
@@ -586,7 +586,7 @@ PASSWORD_HASH_ALGO = pbkdf2
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;GNUNUX [oauth2]
+[oauth2]
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
@@ -604,6 +604,9 @@ PASSWORD_HASH_ALGO = pbkdf2
;; OAuth2 authentication secret for access and refresh tokens, change this yourself to a unique string. CLI generate option is helpful in this case. https://docs.gitea.io/en-us/command-line/#generate
;; This setting is only needed if JWT_SIGNING_ALGORITHM is set to HS256, HS384 or HS512.
;JWT_SECRET =
+;>GNUNUX
+JWT_SECRET = {{ general.forgejo.forgejo_jwt_secret }}
+;