From 41a128cf49bb3bd7f40675a7d518c79bafcd3aba Mon Sep 17 00:00:00 2001 From: j Date: Thu, 15 Jan 2026 12:53:40 +1300 Subject: [PATCH] Add 6 files --- caddy-static/ports.sh | 4 ++++ immich/ports.sh | 4 ++++ scrutiny/ports.sh | 4 ++++ 3 files changed, 12 insertions(+) create mode 100755 caddy-static/ports.sh create mode 100755 immich/ports.sh create mode 100755 scrutiny/ports.sh 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}"