Merge branch 'main' into release-please--branches--main--components--convertx-frontend

This commit is contained in:
Emrik Östling 2024-05-30 16:45:23 +02:00 committed by GitHub
commit 1712fea1d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,8 @@
![ConvertX](images/logo.png)
# ConvertX
[![Docker](https://github.com/C4illin/ConvertX/actions/workflows/docker-publish.yml/badge.svg?branch=main)](https://github.com/C4illin/ConvertX/actions/workflows/docker-publish.yml)
![GitHub Release](https://img.shields.io/github/v/release/C4illin/ConvertX)
![GitHub commits since latest release](https://img.shields.io/github/commits-since/C4illin/ConvertX/latest)
A self-hosted online file converter. Supports 831 different formats. Written with Typescript, Bun and Elysia.
@ -28,7 +30,7 @@ A self-hosted online file converter. Supports 831 different formats. Written wit
# docker-compose.yml
services:
convertx:
image: ghcr.io/c4illin/convertx:main
image: ghcr.io/c4illin/convertx
ports:
- "3000:3000"
environment: # Defaults are listed below. All are optional.