Parcourir la source

peertube: https

Guilhem Saurel il y a 6 ans
Parent
commit
c71a763bef
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. 7 1
      peertube/README.md

+ 7 - 1
peertube/README.md

@@ -4,7 +4,7 @@ https://framagit.org/chocobozzz/PeerTube
 
 ## Configure
 
-:warning: You *must* use a working SMTP server :warning:
+### :warning: You *must* use a working SMTP server :warning:
 
 ```
 export DB_PASSWORD=$(openssl rand -base64 32)
@@ -26,6 +26,12 @@ echo PEERTUBE_SMTP_FROM=peertube@${CHATONS_DOMAIN:-localhost} >> .env
 echo PEERTUBE_ADMIN_EMAIL=peertube@${CHATONS_DOMAIN:-localhost} >> .env
 ```
 
+If you want to use HTTPS, you will have to add:
+```
+echo PEERTUBE_WEBSERVER_HTTPS=true >> .env
+echo PEERTUBE_WEBSERVER_PORT=443 >> .env
+```
+
 ## Deploy
 ```
 docker-compose up -d