feat: forgejo test

This commit is contained in:
Nick 2025-01-18 18:45:45 -06:00
parent 653446757c
commit a4a6a568d5

View file

@ -38,7 +38,7 @@ in
HTTP_PORT = service.ports.port0; HTTP_PORT = service.ports.port0;
}; };
# If you need to start from scratch, don't forget to turn this off again # If you need to start from scratch, don't forget to turn this off again
service.DISABLE_REGISTRATION = true; service.DISABLE_REGISTRATION = false;
actions = { actions = {
ENABLED = true; ENABLED = true;
DEFAULT_ACTIONS_URL = "github"; DEFAULT_ACTIONS_URL = "github";