runner + forgejo fixed for actions (I hope)
This commit is contained in:
parent
61674d3cb7
commit
2cad72678d
2 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||||
|
|
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue