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