Added pingvin and vaultwarden

This commit is contained in:
2025-04-29 17:35:13 +02:00
parent b6a91b7dcb
commit 40a5f794ea
11 changed files with 239 additions and 2 deletions

View File

@@ -81,6 +81,15 @@ in {
container = "immich-server";
};
}
{
"Pingvin" = {
href = "https://share.tbmrs.nl";
description = "File sharing";
icon = "pingvin-share";
server = "podman";
container = "pingvin-share";
};
}
];
}
];