Skip to content

Self Hosting

0perationPrivacy edited this page May 10, 2022 · 1 revision

Instructions

If you are slighly more tech savvy and want to take it to the extreme, you can host both the application and database on your own linux machine (or a VPS).

This setup is not tested nor supported as there are too many possible scenarios. You are on your own.

In general, it would look like this:

  1. Install and create a mongodb database on linux
  2. Get and install the application
    • git clone https://repo-address
    • install node.js, install dependencies, build the backend
    • run the front-end
  3. Point your DNS to your server (configure the firewall) and navigate to the URL to run the application

Great discussion here: https://github.com/0perationPrivacy/VoIP/discussions/49