feat: add option for unauthenticated file conversions #114

This commit is contained in:
C4illin 2024-08-23 15:09:49 +02:00
parent 8ca4f1587d
commit f0d0e43929
3 changed files with 48 additions and 16 deletions

View file

@ -45,6 +45,7 @@ services:
- ACCOUNT_REGISTRATION=false # true or false, doesn't matter for the first account (e.g. keep this to false if you only want one account)
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() by default
- HTTP_ALLOWED=false # setting this to true is unsafe, only set this to true locally
- ALLOW_UNAUTHENTICATED=false # allows anyone to use the service without logging in, only set this to true locally
volumes:
- convertx:/app/data
```