diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-09-14 18:40:59 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-09-14 18:40:59 +0000 |
| commit | 908e477ff884d787d240a9b95e7c9303c0379adc (patch) | |
| tree | a232ee4728f3cf649fb167d7d7f0ffaca3d88123 /content | |
| parent | update forgejo vars (diff) | |
fixed forgejo env var
Diffstat (limited to 'content')
| -rw-r--r-- | content/theses/self-sufficiency/git-forge.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/theses/self-sufficiency/git-forge.md b/content/theses/self-sufficiency/git-forge.md index e589ccf..33649b3 100644 --- a/content/theses/self-sufficiency/git-forge.md +++ b/content/theses/self-sufficiency/git-forge.md @@ -55,7 +55,7 @@ Open `forgejo/default.nix` in any text editor, and copy the following }; service = { - DISABLE_REGISTRATION = false; + DISABLE_REGISTRATION = true; DEFAULT_KEEP_EMAIL_PRIVATE = true; REQUIRE_SIGNIN_VIEW = false; REGISTER_EMAIL_CONFIRM = false; |
