Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
paepckehh committed Jan 17, 2025
1 parent df1615e commit 42b30e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ see opnborg-prometheus-grafana.nix
- OPN_UNIFI_BACKUP_USER - Unifi Backup User Account
- OPN_UNIFI_BACKUP_SECRET - Unifi Backup User Account Password
- OPN_UNIFI_BACKUP_IMGURL - Unifi Backup Group Image URL [example: export OPN_UNIFI_BACKUP_IMGURL="https://paepcke.de/img/unifi.png"]
- OPN_UNIFI_EXPORT - Unifi Inventory Export enable [example: export OPN_UNIFI_EXPORT='1']
# Unifi Inventory Export, details see: [github.com/paepckehh/uniex](https://github.com/paepckehh/uniex)
- OPN_UNIFI_EXPORT - Unifi Inventory Nightly Exports, check into git repo [example: export OPN_UNIFI_EXPORT='1']
- OPN_UNIFI_FORMAT - Unifi Inventory Export formart, defaults to 'csv', optional 'json'
- OPN_UNIFI_MONGODB_URI - Unifi Inventory Mongodb Database uri, defaults to 'mongodb://localhost:27117'
Expand Down
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// global exported consts
const SemVer = "v0.1.62"
const SemVer = "v0.1.63"

// global var
var (
Expand Down

0 comments on commit 42b30e0

Please sign in to comment.