homepage stuff
This commit is contained in:
parent
d85f79d1f7
commit
5a803e258f
|
@ -29,10 +29,38 @@ in {
|
||||||
services = [{
|
services = [{
|
||||||
"Media" = [{
|
"Media" = [{
|
||||||
"Jellyfin" = mkIf srv.media.jellyfin.enable {
|
"Jellyfin" = mkIf srv.media.jellyfin.enable {
|
||||||
|
icon = "jellyfin.svg";
|
||||||
description = "Media server";
|
description = "Media server";
|
||||||
href = "https://jellyfin.sako.box";
|
href = "https://jellyfin.sako.box";
|
||||||
};
|
};
|
||||||
}];
|
}];
|
||||||
|
"Services" = [{
|
||||||
|
"Forgejo" = mkIf srv.services.forgejo.enable {
|
||||||
|
icon = "forgejo.svg";
|
||||||
|
description = "Selfhosted Git Forge";
|
||||||
|
href = "https://git.sako.lol";
|
||||||
|
};
|
||||||
|
"Akkoma" = mkIf srv.services.fedi.akkoma.enable {
|
||||||
|
icon = "akkoma.svg";
|
||||||
|
description = "Selfhosted Fediverse thing";
|
||||||
|
href = "https://fedi.sako.lol";
|
||||||
|
};
|
||||||
|
"Redlib" = mkIf srv.services.local.redlib.enable {
|
||||||
|
icon = "redlib.svg";
|
||||||
|
description = "privacy friendly reddit frontend";
|
||||||
|
href = "https://redlib.sako.box";
|
||||||
|
};
|
||||||
|
"Nextcloud" = mkIf srv.services.local.nextcloud.enable {
|
||||||
|
icon = "nextcloud.svg";
|
||||||
|
description = "cloud";
|
||||||
|
href = "https://nextcloud.sako.box";
|
||||||
|
};
|
||||||
|
"Site" = mkIf srv.services.sakosite.enable {
|
||||||
|
icon = "https://sako.lol/icon.png";
|
||||||
|
description = "personal site";
|
||||||
|
href = "https://sako.lol";
|
||||||
|
};
|
||||||
|
}];
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue