diff --git a/public/svgs/convertx.png b/public/svgs/convertx.png new file mode 100644 index 000000000..7f4c41e2e Binary files /dev/null and b/public/svgs/convertx.png differ diff --git a/templates/compose/convertx.yml b/templates/compose/convertx.yml new file mode 100644 index 000000000..6d4522ca1 --- /dev/null +++ b/templates/compose/convertx.yml @@ -0,0 +1,14 @@ +# documentation: https://github.com/C4illin/ConvertX +# slogan: A self-hosted online file converter. Supports over a thousand different formats. Written with TypeScript, Bun and Elysia. +# tags: converter,file,documents,files,directories, +# logo: svgs/convertx.svg +# port: 3000 +services: + convertx: + image: ghcr.io/c4illin/convertx + container_name: convertx + restart: unless-stopped + environment: + - JWT_SECRET=${SERVICE_PASSWORD_CONVERTXJWTSECRET} + volumes: + - "convertx:/app/data"