Files
infmap/template/config/service.env
j 070cca7c8d
Some checks failed
Build-Publish / build (linux/amd64) (push) Successful in 13s
Build-Publish / build (linux/arm64) (push) Successful in 40s
Build-Publish / create-manifest (push) Failing after 1s
Move template to template/ dir, add CI workflow, use pre-built image
2026-03-07 19:54:06 +13:00

13 lines
255 B
Bash

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