fix
This commit is contained in:
@@ -35,9 +35,14 @@ let
|
|||||||
};
|
};
|
||||||
})
|
})
|
||||||
(lib.optional (serverCfg.containers?miniflux) {
|
(lib.optional (serverCfg.containers?miniflux) {
|
||||||
RSS={
|
Miniflux={
|
||||||
icon = "miniflux.png";
|
icon = "miniflux.png";
|
||||||
href = "https://${serverCfg.containers.miniflux.subdomain}.${serverCfg.domain}";
|
href = "https://${serverCfg.containers.miniflux.subdomain}.${serverCfg.domain}";
|
||||||
|
widget = {
|
||||||
|
type="miniflux";
|
||||||
|
url = "http://miniflux-server";
|
||||||
|
key = "\${MINIFLUX_API}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];}
|
];}
|
||||||
@@ -49,7 +54,7 @@ let
|
|||||||
widget = {
|
widget = {
|
||||||
type="nextcloud";
|
type="nextcloud";
|
||||||
url = "http://nextcloud-server";
|
url = "http://nextcloud-server";
|
||||||
key = "\${NEXTCLOUD}";
|
key = "\${NEXTCLOUD_API}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
@@ -71,6 +76,11 @@ let
|
|||||||
Gitea={
|
Gitea={
|
||||||
icon = "gitea.png";
|
icon = "gitea.png";
|
||||||
href = "https://${serverCfg.containers.gitea.subdomain}.${serverCfg.domain}";
|
href = "https://${serverCfg.containers.gitea.subdomain}.${serverCfg.domain}";
|
||||||
|
widget = {
|
||||||
|
type="gitea";
|
||||||
|
url = "http://gitea-server";
|
||||||
|
key = "\${GITEA_API}";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];}
|
];}
|
||||||
@@ -79,6 +89,12 @@ let
|
|||||||
Authentik={
|
Authentik={
|
||||||
icon = "authentik.png";
|
icon = "authentik.png";
|
||||||
href = "https://${serverCfg.containers.authentik.subdomain}.${serverCfg.domain}";
|
href = "https://${serverCfg.containers.authentik.subdomain}.${serverCfg.domain}";
|
||||||
|
widget = {
|
||||||
|
type = "authentik";
|
||||||
|
url = "http://authentik-server";
|
||||||
|
key = "\${AUTHENTIK_API}";
|
||||||
|
version = "2";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
(lib.optional (serverCfg.containers?influx) {
|
(lib.optional (serverCfg.containers?influx) {
|
||||||
@@ -97,6 +113,11 @@ let
|
|||||||
Transmission={
|
Transmission={
|
||||||
icon = "transmission.png";
|
icon = "transmission.png";
|
||||||
href = "https://${serverCfg.containers.transmission.subdomain}.${serverCfg.domain}/transmission";
|
href = "https://${serverCfg.containers.transmission.subdomain}.${serverCfg.domain}/transmission";
|
||||||
|
widget = {
|
||||||
|
type = "transmission";
|
||||||
|
url = "http://transmission-server";
|
||||||
|
rpcUrl = "/transmission/";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
];}
|
];}
|
||||||
|
|||||||
Reference in New Issue
Block a user