From c6001b47ddef572ecdc9b8204ac199b8b26907b7 Mon Sep 17 00:00:00 2001 From: Gabe Date: Mon, 16 Mar 2026 23:51:59 +0000 Subject: [PATCH] Update File_Containers/convertx/compose.yaml --- File_Containers/convertx/compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/File_Containers/convertx/compose.yaml b/File_Containers/convertx/compose.yaml index aec3068..38ca46d 100644 --- a/File_Containers/convertx/compose.yaml +++ b/File_Containers/convertx/compose.yaml @@ -8,5 +8,7 @@ services: environment: - JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset # - HTTP_ALLOWED=true # uncomment this if accessing it over a non-https connection + #- ACCOUNT_REGISTRATION=false + #- ALLOW_UNAUTHENTICATED=faslse #Allow unauthenticated users to use the service, only set this to true locally volumes: - srv/docker/convertx/data:/app/data \ No newline at end of file