forked from stove/dataset
311 B
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