An ActivityPub-federated video streaming platform using P2P directly in your web browser.
.drone.yml | ||
.env.sample | ||
.gitignore | ||
compose.yml | ||
entrypoint.sh | ||
nginx.conf.tmpl | ||
README.md |
Peertube
An ActivityPub-federated video streaming platform using P2P directly in your web browser.
- Category: Applications
- Status: ❷💛
- Image:
chocobozzz/peertube
- Healthcheck: ❶💚
- Backups: ❸🍎
- Email: ❶💚
- Tests: ❌
- SSO: ❸🍎
Basic usage
- Set up Docker Swarm and
abra
- Deploy
coop-cloud/traefik
abra app new peertube --secrets
(optionally with--pass
if you'd like to save secrets inpass
)abra app YOURAPPDOMAIN config
- be sure to changeDOMAIN
to something that resolves to your Docker swarm boxabra app YOURAPPDOMAIN deploy
- Open the configured domain in your browser to finish set-up
- Deploy
coop-cloud/postfix-relay
abra app YOURAPPDOMAIN config
, and uncomment the email lines; changePEERTUBE_SMTP_FROM
to make sure the domain is the same aspostfix-relay
's$DOMAIN
or in its$EXTRA_SENDER_DOMAINS
abra app YOURAPPDOMAIN deploy