Add 6 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s
This commit is contained in:
4
caddy-static/ports.sh
Executable file
4
caddy-static/ports.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
source "${AGENT_PATH}/common.sh"
|
||||
|
||||
echo "${HTTP_PORT:-8080}"
|
||||
4
immich/ports.sh
Executable file
4
immich/ports.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
source "${AGENT_PATH}/common.sh"
|
||||
|
||||
echo "${WEB_PORT:-2283}"
|
||||
4
scrutiny/ports.sh
Executable file
4
scrutiny/ports.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
source "${AGENT_PATH}/common.sh"
|
||||
|
||||
echo "${WEB_PORT:-8080}"
|
||||
Reference in New Issue
Block a user