From 3d573b10f903c9ce252d7c6f80be788a79fcc275 Mon Sep 17 00:00:00 2001 From: krateng Date: Wed, 15 Dec 2021 22:57:43 +0100 Subject: [PATCH] Automated Dockerhub Readme updates --- .github/workflows/dockerhub.yml | 8 ++++++++ pip.Dockerfile => Dockerfile-pypi | 0 README.md | 2 ++ 3 files changed, 10 insertions(+) rename pip.Dockerfile => Dockerfile-pypi (100%) diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index b7b18fb..5192aa5 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -38,3 +38,11 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + + - name: Update Readme and short description + uses: peter-evans/dockerhub-description@v2 + with: + username: ${{ secrets.DOCKERHUB_USERNAME }} + password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} + repository: krateng/maloja + short-description: ${{ github.event.repository.description }} diff --git a/pip.Dockerfile b/Dockerfile-pypi similarity index 100% rename from pip.Dockerfile rename to Dockerfile-pypi diff --git a/README.md b/README.md index 601a234..ac15d26 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,8 @@ Of note for docker users are these settings which should be passed as environmen * Mount a [volume](https://docs.docker.com/engine/reference/builder/#volume) to the specified directory to access these files outside the container (and to make them persistent) * `MALOJA_FORCE_PASSWORD` -- Set an admin password for maloja +Be aware that Maloja uses IPv6 per default. Also make sure to bind the web port (default 42010). + #### From Source The [`Dockerfile`](Dockerfile) builds Maloja from source. Images are available on [**Dockerhub**](https://hub.docker.com/r/krateng/maloja):