An ActivityPub-federated video streaming platform using P2P directly in your web browser.
Go to file
decentral1se 6fe5185316
continuous-integration/drone/push Build is failing Details
Bump Nginx config
2021-09-03 09:05:32 +02:00
.drone.yml Fix namespace 2021-06-21 12:34:26 +02:00
.env.sample Fix typo 2021-05-10 13:56:54 +02:00
.gitignore Initial commit 2021-03-19 14:32:35 +01:00
README.md Document host mode-ness 2021-09-02 09:32:05 +02:00
abra.sh Bump Nginx config 2021-09-03 09:05:32 +02:00
compose.rtmp.yml Put app on proxy network when running RTMP 2021-05-10 14:25:54 +02:00
compose.smtp.yml Use right syntax 2021-05-06 11:12:23 +02:00
compose.yml Upgrade labels 2021-09-03 09:04:28 +02:00
entrypoint.sh fix: Copy the client assets over to a named volume at runtime 2021-07-16 21:19:03 +00:00
nginx.conf.tmpl Add new Nginx config 2021-06-24 17:42:30 +02:00

README.md

Peertube

https://joinpeertube.org/

An ActivityPub-federated video streaming platform using P2P directly in your web browser.

  • Category: Applications
  • Status: ❷💛
  • Image: chocobozzz/peertube, ❷💛, official
  • Healthcheck: ❶💚
  • Backups: ❸🍎
  • Email: ❶💚
  • Tests:
  • SSO: ❸🍎

Basic usage

  1. Set up Docker Swarm and abra
  2. Deploy coop-cloud/traefik
  3. abra app new peertube --secrets (optionally with --pass if you'd like to save secrets in pass)
  4. abra app YOURAPPDOMAIN config - be sure to change DOMAIN to something that resolves to your Docker swarm box
  5. abra app YOURAPPDOMAIN deploy
  6. Open the configured domain in your browser to finish set-up

Host-mode networking

To avoid issues with performance, it is recommended to deploy your Traefik instance with:

COMPOSE_FILE="compose.yml:compose.host.yml:compose.peertube.yml"

This will avoid issues like #7.

Email

  1. Deploy coop-cloud/postfix-relay or use an external SMTP relay
  2. abra app YOURAPPDOMAIN config, and uncomment the email lines and adjust as needed
  3. abra app YOURAPPDOMAIN deploy

Acknowledgements

Thanks to @mirsal for the packaging work ❤️