Deploy a versatile, self-hosted file conversion platform that handles over a thousand different formats directly on your own infrastructure. This solution provides a fast and private alternative to public cloud converters, ensuring your sensitive documents, images, and media files never leave your control.
Key capabilities include:
services:
convertx:
image: ghcr.io/c4illin/convertx
container_name: convertx
restart: unless-stopped
ports:
- "3000:3000"
environment:
- JWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234 # will use randomUUID() if unset
# - HTTP_ALLOWED=true # uncomment this if accessing it over a non-https connection
volumes:
- ./data:/app/dataJWT_SECRET=aLongAndSecretStringUsedToSignTheJSONWebToken1234Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago