This commit is contained in:
2025-09-19 01:21:32 -06:00
parent 9a5d209cfe
commit 3d16556312
5 changed files with 9 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
header = false;
tab = "servers";
style = "row";
columns = 2;
columns = 4;
};
piracy = {
header = false;
@@ -26,7 +26,7 @@
header = false;
tab = "servers";
style = "row";
columns = 2;
columns = 3;
};
"server bookmarks" = {
header = false;

View File

@@ -11,6 +11,8 @@ in
}
{
multimedia = [
{ inherit (services) plex; }
{ inherit (services) jellyfin; }
{ inherit (services) audiobookshelf; }
{ inherit (services) kavita; }
];
@@ -29,10 +31,9 @@ in
}
{
main = [
{ inherit (services) plex; }
{ inherit (services) jellyfin; }
{ inherit (services) gitea; }
{ inherit (services) nextcloud; }
{ inherit (services) gitea; }
{ inherit (services) mealie; }
];
}
]