Lidarr etc

This commit is contained in:
2025-05-22 23:44:05 +01:00
parent 27047ed38f
commit f1ae7a7f08
19 changed files with 177 additions and 158 deletions

View File

@@ -26,5 +26,9 @@
pingbox = {
};
ranni = {};
ranni = {
imports = [
./gitea
];
};
}

View File

@@ -10,23 +10,6 @@
group = "gitea";
};
gitea_actions_runner_token = {
file = ../../secrets/gitea_actions_runner_token.age;
};
};
services.gitea-actions-runner = {
instances = {
primary = {
enable = true;
name = "actions-runner";
url = config.services.gitea.settings.server.ROOT_URL;
tokenFile = config.age.secrets.gitea_actions_runner_token.path;
labels = [
"ubuntu-latest:docker://node:16-bullseye"
];
};
};
};
services.gitea = {
@@ -46,6 +29,7 @@
server = {
ROOT_URL = "https://git.broccoli.town/";
HTTP_PORT = 3030;
HTTP_ADDR = "127.0.0.1";
DOMAIN = "git.broccoli.town";
};
service = {
@@ -64,9 +48,6 @@
SMTP_PORT = 587;
USER = "apikey";
};
actions = {
ENABLED = true;
};
};
mailerPasswordFile = config.age.secrets.sendmail_email_key_gitea.path;
};