diff --git a/.github/workflows/build-and-push-docker-multiarch-image.yml b/.github/workflows/build-and-push-docker-multiarch-image.yml index 7a742ca..82ff023 100644 --- a/.github/workflows/build-and-push-docker-multiarch-image.yml +++ b/.github/workflows/build-and-push-docker-multiarch-image.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest env: DOCKER_IMAGE: network-multitool - DOCKERHUB_ORGNAME: praqma + DOCKERHUB_ORGNAME: wbitt DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} # # DOCKERHUB_USERNAME and DOCKERHUB_TOKEN are to be set in the GITHUB WEB UI, diff --git a/entrypoint.sh b/entrypoint.sh index a115f5e..c4f365c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -90,7 +90,7 @@ if [ -z "${MOUNT_CHECK}" ] ; then CONTAINER_IP=$(ip -j route get 1 | jq -r '.[0] .prefsrc') # Reduced the information in just one line. It overwrites the default text. - echo -e "Praqma Network MultiTool (with NGINX) - ${HOSTNAME} - ${CONTAINER_IP} - HTTP: ${HTTP_PORT:-1180} - HTTPS: ${HTTPS_PORT:-11443}" | tee ${WEB_ROOT}/index.html + echo -e "WBITT Network MultiTool (with NGINX) - ${HOSTNAME} - ${CONTAINER_IP} - HTTP: ${HTTP_PORT:-1180} - HTTPS: ${HTTPS_PORT:-11443} . (Formerly praqma/network-multitool)" | tee ${WEB_ROOT}/index.html else echo "The directory ${WEB_ROOT} is a volume mount. Will not over-write index.html ." diff --git a/index.html b/index.html index 72f5175..37a1183 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -Praqma Network MultiTool based on nginx:alpine +WBITT Network MultiTool based on Alpine Linux