rghostin / Intelligence-Managment-System

0 stars 0 forks source link

Installation

Preparation

Base Installation

TLS letsencrypt

In the nginx container, docker exec -it nginx sh, run: certbot --nginx -d sharpa.live -d www.sharpa.live --agree-tos -m sharp.imsystem@gmail.com (persisted in letsencrypt volume). A new configuration is written in /etc/nginx/nginx. Test renewal with certbot renew --dry-run. If OK, add the following cronjob: 0 6 * * * certbot renew --post-hook "nginx -s reload"

Backup system

Post Installation

Maintenance

Updating the application

Updating nginx

Restoring a backup