Enable offline mode for Forgejo to disable use of CDN and Gravatar

This commit is contained in:
June 2024-01-24 20:17:59 +01:00
parent a0e92ff92a
commit e18b840d20
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -28,6 +28,7 @@
ROOT_URL = "https://git.hamburg.ccc.de/";
# LOCAL_ROOT_URL is apparently what Forgejo uses to access itself.
# Doesn't need to be set.
OFFLINE_MODE = true;
};
admin = {
DISABLE_REGULAR_ORG_CREATION = false;