2023-01-31 08:51:19 +01:00
|
|
|
{
|
|
|
|
|
jellyfin = {
|
|
|
|
|
domain = "jf.mc-fucker.cool";
|
|
|
|
|
port = "8096";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
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";
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
zabbix = {
|
|
|
|
|
domain = "zbx.mc-fucker.cool";
|
|
|
|
|
db = "zabbix";
|
|
|
|
|
port = "8999";
|
|
|
|
|
};
|
|
|
|
|
}
|
|
|
|
|
# vim: set et ts=2 sw=2 ai:
|