feat: add option for unauthenticated file conversions #114
This commit is contained in:
parent
8ca4f1587d
commit
f0d0e43929
3 changed files with 48 additions and 16 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue