You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+17-5Lines changed: 17 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,18 @@ The default device password is `ubnt`. `$address` is the IP address of the host
82
82
83
83
When using a Security Gateway (router) it could be that network connected devices are unable to obtain an ip address. This can be fixed by setting "DHCP Gateway IP", under Settings > Networks > network_name, to a correct (and accessable) ip address.
84
84
85
+
### Setting Up Your External Databases
86
+
87
+
Formally only Mongo 3.6 and below are supported, however, it has been reported that versions up to 5.x will work. If you choose to use a newer version be aware that you will not be operating a supported configuration.
- { env_var: "MONGO_USER", env_value: "", desc: "Mongodb Username. Only evaluated on first run." }
37
+
- { env_var: "MONGO_PASS", env_value: "", desc: "Mongodb Password. Only evaluated on first run." }
38
+
- { env_var: "MONGO_HOST", env_value: "", desc: "Mongodb Hostname. Only evaluated on first run." }
39
+
- { env_var: "MONGO_PORT", env_value: "", desc: "Mongodb Port. Only evaluated on first run." }
40
+
- { env_var: "MONGO_DBNAME", env_value: "", desc: "Mongodb Database Name (stats DB is automatically suffixed with `_stat`). Only evaluated on first run." }
41
41
42
42
# optional container parameters
43
43
opt_param_usage_include_env: true
@@ -71,6 +71,18 @@ app_setup_block: |
71
71
72
72
When using a Security Gateway (router) it could be that network connected devices are unable to obtain an ip address. This can be fixed by setting "DHCP Gateway IP", under Settings > Networks > network_name, to a correct (and accessable) ip address.
73
73
74
+
### Setting Up Your External Databases
75
+
76
+
Formally only Mongo 3.6 and below are supported, however, it has been reported that versions up to 5.x will work. If you choose to use a newer version be aware that you will not be operating a supported configuration.
0 commit comments