Files
NixOS/modules/servers/homepage/bookmarks/servers.nix
Danilo Reyes e7308ff031 servers
2025-11-21 23:20:47 -06:00

113 lines
1.9 KiB
Nix

{
"server bookmarks" = [
{
readeck = [
{
abbr = "RD";
href = "https://laters.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 = "";
}
];
}
{
ryot = [
{
abbr = "RT";
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 = "";
}
];
}
];
}