more services
This commit is contained in:
@@ -52,6 +52,12 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
(lib.optional (serverCfg.containers?ethercalc) {
|
||||||
|
Ethercalc={
|
||||||
|
icon = "ethercalc.png";
|
||||||
|
href = "https://${serverCfg.containers.ethercalc.subdomain}.${serverCfg.domain}";
|
||||||
|
};
|
||||||
|
})
|
||||||
(lib.optional (serverCfg.containers?etherpad) {
|
(lib.optional (serverCfg.containers?etherpad) {
|
||||||
Etherpad={
|
Etherpad={
|
||||||
icon = "etherpad.png";
|
icon = "etherpad.png";
|
||||||
@@ -80,6 +86,18 @@ let
|
|||||||
href = "https://${serverCfg.containers.influx.subdomain}.${serverCfg.domain}";
|
href = "https://${serverCfg.containers.influx.subdomain}.${serverCfg.domain}";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
(lib.optional (serverCfg.containers?handbrake) {
|
||||||
|
Handbrake={
|
||||||
|
icon = "handbrake.png";
|
||||||
|
href = "https://${serverCfg.containers.handbrake.subdomain}.${serverCfg.domain}";
|
||||||
|
};
|
||||||
|
})
|
||||||
|
(lib.optional (serverCfg.containers?transmission) {
|
||||||
|
Transmission={
|
||||||
|
icon = "transmission.png";
|
||||||
|
href = "https://${serverCfg.containers.transmission.subdomain}.${serverCfg.domain}/transmission";
|
||||||
|
};
|
||||||
|
})
|
||||||
];}
|
];}
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
|
|||||||
Reference in New Issue
Block a user