Files and Documentation Neccecary to deploy ChiefSend
-
Build the API
-
Build the Frontend
-
Build the Admin Panel
-
nginx
-
SSL certificates
-
redis-server
-
database
Just have it installed, no further/initial configuration needed
Currently only letsencrypt certificates, managed by certbot are supported.
The have to be generated for the examt same domain you want to use as the server name.
You can generate certificates like this:
sudo certbot certonly -d ${DOMAIN}
sudo sh install.sh