forgejo: enable actions

This commit is contained in:
notohh 2023-06-06 00:09:09 -04:00
parent 84411fc8a9
commit 8a44463847
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -5,6 +5,10 @@
appName = "forgejo"; appName = "forgejo";
stateDir = "/sakura/forgejo"; stateDir = "/sakura/forgejo";
settings = { settings = {
actions = {
ENABLED = true;
DEFAULT_ACTIONS_URL = "https://gitea.com";
};
service.DISABLE_REGISTRATION = true; service.DISABLE_REGISTRATION = true;
server = { server = {
HTTP_PORT = 3000; HTTP_PORT = 3000;