|
|
5 месяцев назад | |
|---|---|---|
| docker | 5 месяцев назад | |
| nginx | 5 месяцев назад | |
| README.md | 5 месяцев назад | |
installation de bookstack via docker-compose sur un nas synology
mkdir bookstack
nano docker-compose.yml
mkdir data
docker-compose up
si il n’y a pas de message d’erreur, c’est que cela fonctionne.
nano /etc/nginx/sites-available/git.auxilife.eu
ln -s /etc/nginx/sites-available/git.auxilife.eu /etc/nginx/sites-enabled/git.auxilife.eu
systemctl reload nginx
git IN CNAME auxilife.eu.
ping git.auxilife.eu
certbot --nginx -d git.auxilife.eu
Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: No redirect - Make no further changes to the webserver configuration.
2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for
new sites, or if you're confident your site works on HTTPS. You can undo this
change by editing your web server's configuration.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2