Skip to content

v1.1.0

Choose a tag to compare

@veerendra2 veerendra2 released this 17 May 12:21
· 5 commits to main since this release
6f8b139

Features

  • Environmental variables templating in config file.

Example

devices:
  - name: "home-servers"
    address: "http://192.168.0.6"
    username: "admin"
    password: '{{ env "PASSWORD" }}'

Fixes

  • Fix 429 Too Many Requests: Too Many Requests

What's Changed

Full Changelog: v1.0.0...v1.1.0