Set up ConverX

This commit is contained in:
2026-09-03 08:40:16 +02:00
parent 45c7682af1
commit eacd760dfe
2 changed files with 16 additions and 0 deletions
+11
View File
@@ -58,6 +58,17 @@
PHOTOVIEW_LISTEN_PORT = "4001";
};
};
# File converter
convertx = {
image = "c4illin/convertx@sha256:b515b04bfd25298a5cdc775b2fcd48b9399bab658ce13e2598b65df1b16098c8";
ports = [ "127.0.0.1:9292:3000" ];
volumes = [ "/vault/convertx:/app/data" ];
environment = {
AUTO_DELETE_EVERY_N_HOURS = "0";
FFMPEG_ARGS = "-hwaccel vaapi";
LIBVA_DRIVER_NAME = "iHD";
};
};
};
};
};
+5
View File
@@ -174,6 +174,11 @@
forceSSL = true;
locations."/".proxyPass = "http://localhost:9191/";
};
"convert.psydnd.org" = {
useACMEHost = "psydnd.org";
forceSSL = true;
locations."/".proxyPass = "http://localhost:9292/";
};
};
};