dataset/seed/applicationservice/2022.03.08/peertube/DEBUG.md
2022-04-08 18:53:57 +02:00

311 B

Mettre un mot de passe à l'utilisateur root

cd /usr/share/peertube/ export NODE_CONFIG_DIR=/etc/peertube/ export NODE_ENV=production node ./dist/scripts/reset-password.js -u root

Debug

sed -i "s/level: 'info' # 'debug'/level: 'debug' # 'debug'/g" /etc/peertube/production.yaml systemctl restart peertube