Skip to content

Commit

Permalink
gitea: default offline mode back to false as it makes setting other s…
Browse files Browse the repository at this point in the history
…ettings just complicated
  • Loading branch information
SuperSandro2000 committed May 27, 2024
1 parent 946efb7 commit 199ff03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/gitea.nix
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ in
security.DISABLE_GIT_HOOKS = true;
server = {
ENABLE_GZIP = true;
# The description of this setting is wrong and it doesn't control any CDN functionality but acts just as an override to the avatar federation.
# see https://github.com/go-gitea/gitea/issues/31112
OFFLINE_MODE = false;
ROOT_URL = "https://${cfg.settings.server.DOMAIN}/";
SSH_SERVER_CIPHERS = "[email protected], [email protected], [email protected]";
SSH_SERVER_KEY_EXCHANGES = "[email protected], ecdh-sha2-nistp521, ecdh-sha2-nistp384, ecdh-sha2-nistp256, diffie-hellman-group14-sha1";
Expand Down

0 comments on commit 199ff03

Please sign in to comment.