runner + forgejo fixed for actions (I hope)

This commit is contained in:
hannes 2024-02-16 04:11:26 +01:00
parent 4da8ad6819
commit 0344beb795
2 changed files with 4 additions and 0 deletions

View file

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

View file

@ -82,6 +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]
ENABLED = true;
}; };
settings.service.DISABLE_REGISTRATION = true; settings.service.DISABLE_REGISTRATION = true;
database = { database = {