Add 16 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 8s

This commit is contained in:
j
2026-01-15 12:50:28 +13:00
parent 5ca696d215
commit 7c038bacc9
8 changed files with 107 additions and 0 deletions

7
caddy-static/logs.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
# shellcheck disable=SC1091
source "${AGENT_PATH}/common.sh"
_check_required_env_vars "CONTAINER_NAME"
docker logs -f "$CONTAINER_NAME"