New instance:
https://videos.deep-swarm.xyz/ (may shut down in several days until I find a cheaper VPS provider) I've shut it down.Followed Denshi's
https://comfy.guide/server/peertube/ (2021).
some notes for a freshly installed Debian 11:apt install -y curl sudo unzip vim ffmpeg postgresql postgresql-contrib g++ make redis-server git cron wget certbot python3-certbot-nginx- when modified
config/production.yml remember to
manually generate secrets for the first time run peertube, by runing
openssl rand -hex 32, then filling
line16:
# Secrets you need to generate the first time you run PeerTube
secrets:
# Generate one using `openssl rand -hex 32`
peertube: ''
-
systemctl restart nginx after activating new peertube nginx config, in the guide Denshi forgot to mention this.
Hardware requirementsIn their official site:
- 1 vCore
- 1.5 GB of RAM
- Enough storage for videos
- 20Mbit/s upload network speed
- Enough bandwidth to broadcast videos
From what I observed,
peertube.service hinged mostly upon RAM, and my 8192MB RAM + 1vCPU is
decent for this small video site. Try a 2GB RAM machine for a few days then you would have your conclusion.