Lidarr etc
This commit is contained in:
@@ -26,5 +26,9 @@
|
||||
pingbox = {
|
||||
};
|
||||
|
||||
ranni = {};
|
||||
ranni = {
|
||||
imports = [
|
||||
./gitea
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user