wip layout & bookmarks
This commit is contained in:
@@ -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 // { }
|
||||
|
||||
Reference in New Issue
Block a user