so question about what the docs say about custom reverse proxy configs and what the automated install does..
The docs mention to setup these using i.e. nginx proxy manager:
- api.netmaker.example.com
- dashboard.netmaker.example.com
- grpc.netmaker.example.com
but there are others left behind like prometheus/grafana/etc.
This is an example where the automated script for caddy configures a reverse proxy item but that is not mentioned for the nginx proxy manager:
# MQ
wss://broker.NETMAKER_BASE_DOMAIN {
reverse_proxy ws://mq:8883
}
So my question is: Docs are outdated and I really just need to "mimic" what the automated scripts are doing reverse-proxy-wise? or those other entries are not really needed ?