Skip to content

Commit

Permalink
fix: README.md remove leaked unifi export option (not released yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
paepckehh committed Jan 5, 2025
1 parent c69bcb2 commit 05695fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,10 @@ see opnborg-prometheus-grafana.nix
- OPN_PROMETHEUS_WEBUI - Promometheus Web Console target & port [example: http://localhost:8443]
# Unifi
- OPN_UNIFI_WEBUI - Unifi Web Console target & port [example: http://localhost:8444]
- 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: OPN_UNIFI_BACKUP_IMGURL="https://paepcke.de/img/unifi.png"]
- OPN_UNIFI_MONGO_URL - Unifi MongoDB URI [example:]
- OPN_UNIFI_WEBUI - Unifi Web Console target & port [example: http://localhost:8444]
- 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: OPN_UNIFI_BACKUP_IMGURL="https://paepcke.de/img/unifi.png"]
# Wazuh
- OPN_WAZUH_WEBUI - Wazuh Web Console target & port [example: http://localhost:8446]
Expand Down
2 changes: 1 addition & 1 deletion example-env-config-unifi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ export OPN_UNIFI_BACKUP_USER='admin'
export OPN_UNIFI_BACKUP_SECRET='start'
export OPN_UNIFI_BACKUP_IMGURL='https://paepcke.de/res/uni.png'
export OPN_UNIFI_EXPORT='1'
export OPN_UNIFI_MONGO_URL='mongodb://127.0.0.1:27117'
export OPN_UNIFI_MONGODB_URI='mongodb://127.0.0.1:27117'

0 comments on commit 05695fb

Please sign in to comment.