wip layout & bookmarks
This commit is contained in:
@@ -21,15 +21,18 @@ in
|
|||||||
environmentFile = config.sops.secrets.homepage.path;
|
environmentFile = config.sops.secrets.homepage.path;
|
||||||
settings = {
|
settings = {
|
||||||
layout = {
|
layout = {
|
||||||
"Multimedia" = {
|
"multimedia" = {
|
||||||
|
tab = "servers";
|
||||||
style = "row";
|
style = "row";
|
||||||
columns = 2;
|
columns = 2;
|
||||||
};
|
};
|
||||||
"Piracy" = {
|
"piracy" = {
|
||||||
|
tab = "servers";
|
||||||
style = "row";
|
style = "row";
|
||||||
columns = 4;
|
columns = 4;
|
||||||
};
|
};
|
||||||
"Other" = {
|
"other" = {
|
||||||
|
tab = "chichis";
|
||||||
style = "row";
|
style = "row";
|
||||||
columns = 3;
|
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 (
|
nginx.virtualHosts."${cfg.host}" = lib.mkIf cfg.enableProxy (
|
||||||
proxyReverse cfg.hostName cfg.port // { }
|
proxyReverse cfg.hostName cfg.port // { }
|
||||||
|
|||||||
Reference in New Issue
Block a user