wip layout & bookmarks

This commit is contained in:
2024-09-29 00:40:07 -06:00
parent 0f0acb01b8
commit 3e8aa1818b

View File

@@ -21,15 +21,18 @@ in
environmentFile = config.sops.secrets.homepage.path;
settings = {
layout = {
"Multimedia" = {
"multimedia" = {
tab = "servers";
style = "row";
columns = 2;
};
"Piracy" = {
"piracy" = {
tab = "servers";
style = "row";
columns = 4;
};
"Other" = {
"other" = {
tab = "chichis";
style = "row";
columns = 3;
};
@@ -87,6 +90,50 @@ in
];
}
];
bookmarks = [
{
servers = [
{
shiori = [
{
abbr = "SH";
href = "https://bookmarks.servidos.lat/";
}
];
maloja = [
{
abbr = "ML";
href = "https://maloja.servidos.lat/";
}
];
microbin = [
{
abbr = "CP";
href = "https://copy.servidos.lat/";
}
];
multi-scrobbpler = [
{
abbr = "MS";
href = "https://scrobble.servidos.lat/";
}
];
ryot = [
{
abbr = "RT";
href = "https://tracker.servidos.lat/";
}
];
vaultwarden = [
{
abbr = "VW";
href = "https://vault.servidos.lat";
}
];
}
];
}
];
};
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (
proxyReverse cfg.hostName cfg.port // { }