Refactor lidarr-mb-gap to enhance functionality and improve configuration handling
This commit is contained in:
@@ -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 = "";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user