forked from CCCHH/nix-infra
Enable offline mode for Forgejo to disable use of CDN and Gravatar
This commit is contained in:
parent
a0e92ff92a
commit
e18b840d20
|
@ -28,6 +28,7 @@
|
||||||
ROOT_URL = "https://git.hamburg.ccc.de/";
|
ROOT_URL = "https://git.hamburg.ccc.de/";
|
||||||
# LOCAL_ROOT_URL is apparently what Forgejo uses to access itself.
|
# LOCAL_ROOT_URL is apparently what Forgejo uses to access itself.
|
||||||
# Doesn't need to be set.
|
# Doesn't need to be set.
|
||||||
|
OFFLINE_MODE = true;
|
||||||
};
|
};
|
||||||
admin = {
|
admin = {
|
||||||
DISABLE_REGULAR_ORG_CREATION = false;
|
DISABLE_REGULAR_ORG_CREATION = false;
|
||||||
|
|
Loading…
Reference in a new issue