MonitoRSS
  • Welcome to v6.0.0
  • Setting Up (Self Hosting)
    • Bot
    • Web Interface
      • Setting up HTTPS
    • Docker
    • Existing Bot/NPM
    • Process Managers
    • Staying Updated
  • Configuration
    • Bot Config
      • Schedules
    • Web Interface Config
    • Environment Variables
    • Discord Commands
    • MongoDB vs Databaseless
  • Bot Customizations
    • Placeholders
    • Text
    • Embed
    • Filters
      • Regular
      • Regex
    • Subscribers
    • Dates and Timezone
    • Webhooks
  • Advanced Bot Customizations
    • Custom Comparisons
    • Filtered Message Formats
    • Custom Regex Placeholders
  • More Info
    • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. Setting Up (Self Hosting)
  2. Web Interface

Setting up HTTPS

This spins up a Node.js web server for HTTPS. If you're using a reverse proxy for HTTPS, there is no need to do this.

  1. Set config.https.enabled to true.

  2. Set config.https.privateKey, config.https.certificate and config.https.chain paths to the relevant files.

All requests are then redirected to https://.

PreviousWeb InterfaceNextDocker

Last updated 1 year ago

Was this helpful?