Peertube is an activityPub-federated video streaming platform using P2P directly in your web browser.
PinnedPinnedPrivate
Peertube Setup with Caddy Server
Continue →
Peertube is an activityPub-federated video streaming platform using P2P directly in your web browser.
See also here
# Using Debian, as root
curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
apt-get install -y nodejsInstall latest stable nginx for debian
Also see here
Metube Setup with docker.
yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install -y https://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum install -y --enablerepo=remi-php80 php php-cli
php -v