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