2023-01-31 08:51:19 +01:00
|
|
|
{
|
2023-01-31 16:25:23 +01:00
|
|
|
|
2023-04-29 20:33:25 +02:00
|
|
|
arrstack = {
|
2023-05-25 13:54:58 +02:00
|
|
|
bazarr = {
|
|
|
|
|
port = "6767";
|
|
|
|
|
};
|
2023-04-29 20:33:25 +02:00
|
|
|
radarr = {
|
|
|
|
|
port = "7878";
|
|
|
|
|
};
|
|
|
|
|
sonarr = {
|
|
|
|
|
port = "8989";
|
|
|
|
|
};
|
|
|
|
|
sabnzbd = {
|
|
|
|
|
port = "9191";
|
|
|
|
|
};
|
|
|
|
|
};
|
2023-06-27 12:08:35 +02:00
|
|
|
|
|
|
|
|
authentik = {
|
|
|
|
|
dbPort = "54320";
|
|
|
|
|
domain = "auth.mc-fucker.cool";
|
|
|
|
|
port = "9000";
|
|
|
|
|
};
|
2023-04-29 20:33:25 +02:00
|
|
|
|
2023-04-24 04:41:25 +02:00
|
|
|
bookstack = {
|
|
|
|
|
db = "bookstack";
|
2023-05-31 15:26:09 +02:00
|
|
|
db_host = "100.64.0.13";
|
2023-04-24 04:41:25 +02:00
|
|
|
domain = "docs.mc-fucker.cool";
|
2023-04-29 20:33:25 +02:00
|
|
|
port = "8086";
|
2023-04-24 04:41:25 +02:00
|
|
|
};
|
|
|
|
|
|
2023-01-31 16:48:31 +01:00
|
|
|
ihatemoney = {
|
|
|
|
|
db = "ihatemoney";
|
|
|
|
|
domain = "geld.mc-fucker.cool";
|
|
|
|
|
port = "8000";
|
|
|
|
|
};
|
|
|
|
|
|
2023-01-31 16:25:23 +01:00
|
|
|
invidious = {
|
|
|
|
|
domain = "yt.mc-fucker.cool";
|
|
|
|
|
db_user = "kemal";
|
|
|
|
|
db = "invidious";
|
|
|
|
|
pw = "sicher";
|
|
|
|
|
};
|
|
|
|
|
|
2023-01-31 08:51:19 +01:00
|
|
|
jellyfin = {
|
|
|
|
|
domain = "jf.mc-fucker.cool";
|
|
|
|
|
port = "8096";
|
|
|
|
|
};
|
|
|
|
|
|
2023-06-22 08:20:20 +02:00
|
|
|
lldap = {
|
2023-06-22 16:05:36 +02:00
|
|
|
domain = "user.mc-fucker.cool";
|
|
|
|
|
webPort = "17170";
|
2023-06-22 08:20:20 +02:00
|
|
|
};
|
|
|
|
|
|
2023-05-31 15:26:09 +02:00
|
|
|
mail = {
|
2023-06-22 08:20:20 +02:00
|
|
|
host = "mc-fucker.cool";
|
2023-05-31 15:26:09 +02:00
|
|
|
port = "587";
|
|
|
|
|
};
|
|
|
|
|
|
2023-04-24 04:37:58 +02:00
|
|
|
mariadb = {
|
|
|
|
|
port = "3306";
|
|
|
|
|
};
|
|
|
|
|
|
2023-01-31 08:51:19 +01:00
|
|
|
podman = {
|
|
|
|
|
extraOptions = [
|
|
|
|
|
"-l=io.containers.autoupdate=registry"
|
2023-01-31 11:29:05 +01:00
|
|
|
"--dns=100.100.100.100"
|
|
|
|
|
"--dns-search=mc-fucker.vpn.mc-fucker.cool"
|
2023-01-31 08:51:19 +01:00
|
|
|
];
|
|
|
|
|
hostIP = "10.88.0.1";
|
|
|
|
|
};
|
|
|
|
|
|
2023-01-31 16:48:31 +01:00
|
|
|
tandoor = {
|
|
|
|
|
db = "tandoor";
|
|
|
|
|
domain = "kochen.mc-fucker.cool";
|
|
|
|
|
port = "8080";
|
|
|
|
|
};
|
|
|
|
|
|
2023-01-31 08:51:19 +01:00
|
|
|
zabbix = {
|
|
|
|
|
domain = "zbx.mc-fucker.cool";
|
|
|
|
|
db = "zabbix";
|
|
|
|
|
port = "8999";
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
# vim: set et ts=2 sw=2 ai:
|