Initial OpenWrt RMM implementation
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Replace both tokens before exposing the service outside a trusted lab network.
|
||||
RMM_ENROLLMENT_TOKEN=replace-with-a-long-random-enrollment-token
|
||||
RMM_OPERATOR_TOKEN=replace-with-a-long-random-operator-token
|
||||
RMM_OPERATOR_USERNAME=admin
|
||||
RMM_OPERATOR_PASSWORD=replace-with-a-long-random-password
|
||||
RMM_SESSION_SECRET=replace-with-at-least-32-random-characters
|
||||
|
||||
# Set true when the UI is served through an HTTPS reverse proxy.
|
||||
RMM_COOKIE_SECURE=false
|
||||
|
||||
RMM_HTTP_BIND_IP=0.0.0.0
|
||||
RMM_HTTP_PORT=18080
|
||||
|
||||
# The router connects to this port. Ports 22000-22099 are operator endpoints.
|
||||
RMM_TUNNEL_BIND_IP=0.0.0.0
|
||||
RMM_TUNNEL_SSH_PORT=2222
|
||||
|
||||
# Optional HTTPS reverse proxy overlay.
|
||||
RMM_DOMAIN=rmm.example.com
|
||||
RMM_PROXY_HTTP_PORT=80
|
||||
RMM_PROXY_HTTPS_PORT=443
|
||||
Reference in New Issue
Block a user