actions enabled on Forgejo server side

This commit is contained in:
Lyn 2024-02-16 04:22:38 +01:00
parent 2cad72678d
commit 846975f994

View file

@ -82,9 +82,9 @@
DOMAIN = "git.shibe.pro"; DOMAIN = "git.shibe.pro";
HTTP_PORT = 48540; HTTP_PORT = 48540;
OFFLINE_MODE = true; # disable gravatar, CDN OFFLINE_MODE = true; # disable gravatar, CDN
[actions] };
settings.actions = {
ENABLED = true; ENABLED = true;
}; };
settings.service.DISABLE_REGISTRATION = true; settings.service.DISABLE_REGISTRATION = true;
database = { database = {