Rename template/ to infmap/, add template publish CI job
Some checks failed
Build-Publish / build (linux/amd64) (push) Successful in 4s
Build-Publish / build (linux/arm64) (push) Successful in 11s
Build-Publish / create-manifest (push) Successful in 2s
Build-Publish / publish-template (push) Failing after 5s

This commit is contained in:
j
2026-03-07 20:44:29 +13:00
parent 601079e601
commit 54ec2a2e48
16 changed files with 34 additions and 2 deletions

12
infmap/config/service.env Normal file
View File

@@ -0,0 +1,12 @@
CONTAINER_NAME=infmap
SSH_USER="root"
# Web UI port (HTTP)
WEB_PORT=8080
# Path to SSH private key on the host (used to connect to monitored servers)
SSH_KEY_PATH=/root/.ssh/id_ed25519
# Collection settings
COLLECTION_INTERVAL=300
MAX_CONCURRENT_SSH=5