I'm struggling to find documentation on how to change the Rocket.Chat snap server installation to only listen on localhost. I want to use a reverse-proxy to allow access to the service.
$ sudo snap get rocketchat-server
Key Value
backup-on-refresh disable
ignore-errors false
mongo-oplog-url mongodb://localhost:27017/local
mongo-url mongodb://localhost:27017/parties
port 3000
siteurl http://localhost:3000
Can I adjust settings in /var/snap/rocketchat-server/current
to achieve this?