Skip to content

Commit

Permalink
Merge pull request #4359 from Ryanb58/tbrazelton/adding-convertx-service
Browse files Browse the repository at this point in the history
Added convertx service.
  • Loading branch information
peaklabs-dev authored Nov 22, 2024
2 parents 5b15799 + dc2db13 commit 9f9b0d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Binary file added public/svgs/convertx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions templates/compose/convertx.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 9f9b0d0

Please sign in to comment.