Refactor lidarr-mb-gap to enhance functionality and improve configuration handling

This commit is contained in:
Danilo Reyes
2025-11-11 18:14:58 -06:00
parent 978dd75ea3
commit b6341b79a6

View File

@@ -54,5 +54,59 @@
}
];
}
{
gpt = [
{
abbr = "GPT";
href = "http://127.0.0.1:8080";
description = "";
}
];
}
{
syncthing-workstation = [
{
abbr = "SW";
href = "http://workstation:8384";
description = "";
}
];
}
{
syncthing-server = [
{
abbr = "SS";
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 = "";
}
];
}
];
}