diff --git a/caddy-static/ports.sh b/caddy-static/ports.sh new file mode 100755 index 0000000..0a899c5 --- /dev/null +++ b/caddy-static/ports.sh @@ -0,0 +1,4 @@ +#!/bin/bash +source "${AGENT_PATH}/common.sh" + +echo "${HTTP_PORT:-8080}" diff --git a/immich/ports.sh b/immich/ports.sh new file mode 100755 index 0000000..5b9e75d --- /dev/null +++ b/immich/ports.sh @@ -0,0 +1,4 @@ +#!/bin/bash +source "${AGENT_PATH}/common.sh" + +echo "${WEB_PORT:-2283}" diff --git a/scrutiny/ports.sh b/scrutiny/ports.sh new file mode 100755 index 0000000..50ef79e --- /dev/null +++ b/scrutiny/ports.sh @@ -0,0 +1,4 @@ +#!/bin/bash +source "${AGENT_PATH}/common.sh" + +echo "${WEB_PORT:-8080}"