this post was submitted on 13 Dec 2022
1 points (100.0% liked)

Peertube

2125 readers
2 users here now

A free software to take back control of your videos

Peertube is an open, federated alternative to Youtube without advertising or tracking. On this site, you can find a good Peertube instance, with good rules, good moderation and most importantly a friendly community.

https://joinpeertube.org/

founded 4 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/651369

You need to generate an openssl secret with:

openssl rand -hex 32

and include the following lines into your /var/www/peertube/config/production.yaml file after the webserver section:

# Secrets you need to generate the first time you run PeerTube
secrets:
  # Generate one using `openssl rand -hex 32`
  peertube: '[put output of openssl rand -hex 3 here]'

BE

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here