DFabric / DPlatform-Shell

Deploy self-hosted apps easily: simple, bloat-free, independent installation
https://dfabric.github.io/DPlatform-Shell
MIT License
271 stars 44 forks source link

Rocket Chatt Https? #48

Closed BetaStacks closed 7 years ago

BetaStacks commented 7 years ago

Hello, I have rocket chat running on my raspberry pi. It works on http but not on https. Is there something in Rocket chat that I need to configure or is it simply a apache configuration?

j8r commented 7 years ago

The official Rocket.Chat docs explains what to do. Yes, Rocket.Chat will be behind a reverse proxy that do the TLS negociation.

Here you will need to modifiy ROOT_URL=http://localhost:3004 to something like ROOT_URL=https://your_hostname.com in /etc/systemd/system/rocket.chat.service.