2025-04-28 00:36:43 +01:00
|
|
|
{ config }:
|
|
|
|
|
2025-04-27 20:58:35 +01:00
|
|
|
[
|
|
|
|
{
|
|
|
|
"Media" = [
|
|
|
|
{
|
|
|
|
"Jellyfin" = {
|
|
|
|
href = "https://jellyfin.oliverdavies.uk";
|
2025-04-28 00:36:43 +01:00
|
|
|
icon = "jellyfin";
|
|
|
|
description = "The Free Software Media System";
|
|
|
|
siteMonitor = "http://localhost:8096";
|
2025-04-27 20:58:35 +01:00
|
|
|
};
|
|
|
|
}
|
|
|
|
];
|
|
|
|
}
|
2025-04-28 00:26:30 +01:00
|
|
|
|
|
|
|
{
|
|
|
|
"Services" = [
|
|
|
|
{
|
2025-04-28 00:36:43 +01:00
|
|
|
"Paperless-ngx" =
|
|
|
|
let
|
|
|
|
cfg = config.services.paperless;
|
|
|
|
in
|
|
|
|
{
|
|
|
|
description = "Document management system";
|
|
|
|
href = cfg.settings.PAPERLESS_URL;
|
|
|
|
icon = "paperless";
|
|
|
|
siteMonitor = "http://localhost:${toString cfg.port}";
|
|
|
|
};
|
2025-04-28 00:26:30 +01:00
|
|
|
}
|
|
|
|
];
|
|
|
|
}
|
2025-04-27 20:58:35 +01:00
|
|
|
]
|