-
-
Notifications
You must be signed in to change notification settings - Fork 421
Self Hosting
0perationPrivacy edited this page May 10, 2022
·
1 revision
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:
- Install and create a mongodb database on linux
- Get and install the application
- git clone
https://repo-address
- install node.js, install dependencies, build the backend
- run the front-end
- git clone
- 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