Add NPMplus SSL checks and token refresh

This commit is contained in:
2026-02-08 00:39:14 +03:00
parent 3bce99255f
commit d007f6064b
5 changed files with 196 additions and 1 deletions

View File

@@ -27,6 +27,14 @@ arcane:
api_key: "arc_..."
env_id: 0
npmplus:
base_url: "https://10.10.10.10:81/api"
identity: "your@email.com"
secret: "yourPassword"
# Optional static token (not recommended if it expires)
token: ""
verify_tls: true
security:
reboot_password: "CHANGE_ME"