Skip to content

Commit

Permalink
fix examples, update screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
paepckehh committed Nov 29, 2024
1 parent f4ef4e7 commit 183023d
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// global exported consts
const SemVer = "v0.1.41"
const SemVer = "v0.1.42"

// global var
var (
Expand Down
21 changes: 11 additions & 10 deletions example-env-config-complex.sh
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
#!/bin/sh
export OPN_TARGETS_HOTSTANDBY='opn00.lan:8443'
export OPN_TARGETS_PRODUCTION='opn01.lan:8443,opn02.lan:8443'
export OPN_TARGETS_IMGURL_HOTSTANDBY='https://icon-library.com/images/freebsd-icon/freebsd-icon-16.jpg'
export OPN_TARGETS_IMGURL_PRODUCTION='https://icon-library.com/images/freebsd-icon/freebsd-icon-16.jpg'
export OPN_TARGETS_STANDBY='opn00.lan:8443'
export OPN_TARGETS_INTRANET='opn01.lan:8443,opn02.lan:8443'
export OPN_TARGETS_EXTERNAL='opn03.lan:8443,opn04.lan:8443'
export OPN_TARGETS_IMGURL_STANDBY='https://paepcke.de/res/hot.png'
export OPN_TARGETS_IMGURL_INTRANET='https://paepcke.de/res/int.png'
export OPN_TARGETS_IMGURL_EXTERNAL='https://paepcke.de/res/ext.png'
export OPN_MASTER='opn01.lan:8443'
export OPN_APIKEY='+RIb6YWNdcDWMMM7W5ZYDkUvP4qx6e1r7e/Lg/Uh3aBH+veuWfKc7UvEELH/lajWtNxkOaOPjWR8uMcD'
export OPN_APISECRET='8VbjM3HKKqQW2ozOe5PTicMXOBVi9jZTSPCGfGrHp8rW6m+TeTxHyZyAI1GjERbuzjmz6jK/usMCWR/p'
export OPN_TLSKEYPIN='SG95BZoovDVQtclwEhINMitua05ZP9NfuI0mzzj0fXI='
export OPN_PATH='/tmp/opn'
export OPN_SLEEP='60'
export OPN_GITPUSH='false'
export OPN_DEBUG='true'
export OPN_SYNC_PKG='true'
export OPN_DEBUG='1'
export OPN_SYNC_PKG='1'
export OPN_HTTPD_SERVER='127.0.0.1:6464'
export OPN_HTTPD_COLOR_FG='white'
export OPN_HTTPD_COLOR_BG='#333333'
export OPN_RSYSLOG_ENABLE='true'
# export OPN_HTTPD_COLOR_FG='black'
# export OPN_HTTPD_COLOR_BG='orange'
export OPN_RSYSLOG_ENABLE='1'
export OPN_RSYSLOG_SERVER='192.168.122.1:5140'
export OPN_GRAFANA_WEBUI='http://localhost:9090'
export OPN_GRAFANA_DASHBOARD_FREEBSD='Kczn-jPZz/node-exporter-freebsd'
Expand Down
5 changes: 2 additions & 3 deletions example-env-config-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ export OPN_APISECRET='8VbjM3HKKqQW2ozOe5PTicMXOBVi9jZTSPCGfGrHp8rW6m+TeTxHyZyAI1
export OPN_TLSKEYPIN='SG95BZoovDVQtclwEhINMitua05ZP9NfuI0mzzj0fXI='
export OPN_PATH='/tmp/opn'
export OPN_SLEEP='60'
export OPN_GITPUSH='false'
export OPN_DEBUG='true'
export OPN_SYNC_PKG='true'
export OPN_DEBUG='1'
export OPN_SYNC_PKG='1'
export OPN_HTTPD_SERVER='127.0.0.1:6464'
export OPN_HTTPD_COLOR_FG='white'
export OPN_HTTPD_COLOR_BG='#333333'
Expand Down
Binary file modified resources/screenshot02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 183023d

Please sign in to comment.