feat: fernium server

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-05-16 14:21:55 -03:00
parent 38c0b65dea
commit 20903dd109
2 changed files with 11 additions and 2 deletions

View File

@@ -129,6 +129,11 @@ in {
"/:/mnt/host:ro"
];
};
ferdium-server = {
image = "linuxserver/ferdium:6.7.3";
autoStart = true;
ports = ["${toString secrets.services.ferdium-server.port}:3000"];
};
muse-discord-bot = {
image = "codetheweb/muse:latest";
autoStart = true;