You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# docker-compose.ymlservices:
convertx:
image: ghcr.io/c4illin/convertxcontainer_name: convertxrestart: unless-stoppedports:
- "3000:3000"environment:
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unsetvolumes:
- convertx:/app/data
Envs
Name
Default
Description
JWT_SECRET
when unset it will use the value from randomUUID()
A long and secret string used to sign the JSON Web Token
ACCOUNT_REGISTRATION
false
Allow users to register accounts
HTTP_ALLOWED
false
Allow HTTP connections, only set this to true locally
ALLOW_UNAUTHENTICATED
false
Allow unauthenticated users to use the service, only set this to true locally
AUTO_DELETE_EVERY_N_HOURS
24
Checks every n hours for files older then n hours and deletes them, set to 0 to disable
WEBROOT
""
The address to the root path setting this to "/convert" will serve the website on "example.com/convert/"
The text was updated successfully, but these errors were encountered:
douglasg14b
changed the title
[App Request] ConvertX Self hosted general fole conversion tool
[App Request] ConvertX Self hosted general file conversion tool
Dec 6, 2024
https://github.com/C4illin/ConvertX
Envs
The text was updated successfully, but these errors were encountered: