-
Notifications
You must be signed in to change notification settings - Fork 1
/
example-env-config-complex.sh
27 lines (27 loc) · 1.33 KB
/
example-env-config-complex.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/sh
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_DEBUG='1'
export OPN_SYNC_PKG='1'
export OPN_HTTPD_SERVER='127.0.0.1:6464'
# 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'
export OPN_GRAFANA_DASHBOARD_HAPROXY='rEqu1u5ue/haproxy-2-full'
export OPN_GRAFANA_DASHBOARD_UNIFI='rEqu1u5ue/haproxy-2-full'
export OPN_UNIFI_WEBUI='http://localhost:8443'
export OPN_WAZUH_WEBUI='http://localhost:9292'
export OPN_PROMETHEUS_WEBUI='http://localhost:9191'