Merge pull request #4359 from Ryanb58/tbrazelton/adding-convertx-service

Added convertx service.
This commit is contained in:
🏔️ Peak
2024-11-22 22:16:00 +01:00
committed by GitHub
2 changed files with 14 additions and 0 deletions

BIN
public/svgs/convertx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@@ -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"