Files
NixOS/modules/servers/homepage/bookmarks/servers.nix
2026-02-01 19:56:53 -06:00

113 lines
1.9 KiB
Nix

{
"server bookmarks" = [
{
analytics = [
{
abbr = "AN";
href = "https://analytics.lebubu.org";
description = "";
}
];
}
{
maloja = [
{
abbr = "ML";
href = "https://maloja.lebubu.org/";
description = "";
}
];
}
{
microbin = [
{
abbr = "CP";
href = "https://copy.lebubu.org/";
description = "";
}
];
}
{
multi-scrobbler = [
{
abbr = "MS";
href = "https://scrobble.lebubu.org/";
description = "";
}
];
}
{
yamtrack = [
{
abbr = "YT";
href = "https://tracker.lebubu.org/";
description = "";
}
];
}
{
vaultwarden = [
{
abbr = "VW";
href = "https://vault.lebubu.org";
description = "";
}
];
}
{
gpt = [
{
abbr = "GPT";
href = "http://127.0.0.1:8080";
description = "";
}
];
}
{
syncthing-workstation = [
{
abbr = "STW";
href = "http://workstation:8384";
description = "";
}
];
}
{
syncthing-server = [
{
abbr = "STS";
href = "http://server:8384";
description = "";
}
];
}
{
music-report = [
{
abbr = "MR";
href = "https://mb-report.lebubu.org";
description = "";
}
];
}
{
portfolio = [
{
abbr = "PF";
href = "https://danilo-reyes.com";
description = "";
}
];
}
{
webref = [
{
abbr = "WR";
href = "https://webref.lebubu.org";
description = "";
}
];
}
];
}