暗黑模式
Install with Docker
INFO
- install docker and docker compose
- download
docker-compose.yml
.env
- tweak those files
- smtp: outlook does not support basic authentication, use gmail instead
- download
nginx/peertube
conf - add inbound rule for HTTP 80 / HTTPS 443
- generate the first SSL/TLS certificate
- start
docker compose up -d
- get root user password
- if your
PEERTUBE_LOG_LEVEL=info
:bashdocker compose logs peertube | grep -A1 root peertube_1 | [example.com:443] 2019-11-16 04:26:06.082 info: Username: root peertube_1 | [example.com:443] 2019-11-16 04:26:06.083 info: User password: abcdefghijklmnop
1
2
3
4 - else,
docker compose exec -u peertube peertube npm run reset-password -- -u root
- if your
- goto
tube.xxx.com