|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
[](https://github.com/C4illin/ConvertX/actions/workflows/docker-publish.yml)
|
|
[](https://github.com/C4illin/ConvertX/actions/workflows/docker-publish.yml)
|
|
[](https://github.com/C4illin/ConvertX/pkgs/container/ConvertX)
|
|
[](https://github.com/C4illin/ConvertX/pkgs/container/ConvertX)
|
|
-
|
|
|
|
|
|
+[](https://hub.docker.com/r/c4illin/convertx)
|
|
[](https://github.com/C4illin/ConvertX/pkgs/container/convertx)
|
|
[](https://github.com/C4illin/ConvertX/pkgs/container/convertx)
|
|

|
|

|
|

|
|

|
|
@@ -81,6 +81,21 @@ All are optional, JWT_SECRET is recommended to be set.
|
|
> [!WARNING]
|
|
> [!WARNING]
|
|
> If you can't login, make sure you are accessing the service over https or set HTTP_ALLOWED=true
|
|
> If you can't login, make sure you are accessing the service over https or set HTTP_ALLOWED=true
|
|
|
|
|
|
|
|
+### Docker images
|
|
|
|
+
|
|
|
|
+There is a `:latest` tag that is updated with every release and a `:main` tag that is updated with every push to the main branch. `:latest` is recommended for normal use.
|
|
|
|
+
|
|
|
|
+The image is available on [GitHub Container Registry](https://github.com/C4illin/ConvertX/pkgs/container/ConvertX) and [Docker Hub](https://hub.docker.com/r/c4illin/convertx).
|
|
|
|
+
|
|
|
|
+| Image | What it is |
|
|
|
|
+|-------|------------|
|
|
|
|
+| `image: ghcr.io/c4illin/convertx` | The latest release on ghcr |
|
|
|
|
+| `image: ghcr.io/c4illin/convertx:main` | The latest commit on ghcr |
|
|
|
|
+| `image: c4illin/convertx` | The latest release on docker hub |
|
|
|
|
+| `image: c4illin/convertx:main` | The latest commit on docker hub |
|
|
|
|
+
|
|
|
|
+<!-- Dockerhub was introduced in 0.9.0 and older releases -->
|
|
|
|
+
|
|
### Tutorial
|
|
### Tutorial
|
|
|
|
|
|
Tutorial in french: <https://belginux.com/installer-convertx-avec-docker/>
|
|
Tutorial in french: <https://belginux.com/installer-convertx-avec-docker/>
|