runner + forgejo fixed for actions (I hope)

This commit is contained in:
Lyn 2024-02-16 04:11:26 +01:00
parent 11f9fd42e7
commit 259a5266f4
2 changed files with 4 additions and 0 deletions

View file

@ -61,6 +61,7 @@ virtualisation.docker = {
services.gitea-actions-runner = {
instances = {
"shibepro-ci" = {
enable = true;
url = "https://git.shibe.pro";
name = "shibepro-ci";
token = "sDkclN4DPqxIF6bKlkLtkRuOtGuIcn9hEml1LPC6";

View file

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