An ActivityPub-federated video streaming platform using P2P directly in your web browser.
Go to file
3wc cc8a4a1c57 Version v3.1.0-buster; sync labels 2021-05-30 17:21:39 +02:00
.drone.yml Initial commit 2021-03-19 14:32:35 +01: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 Version v3.1.0-buster; sync labels 2021-05-30 17:21:39 +02:00
abra.sh Drop comment and line 2021-05-17 15:50:36 +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 Version v3.1.0-buster; sync labels 2021-05-30 17:21:39 +02:00
entrypoint.sh Return to bash mode (was there all along apparently) 2021-05-06 15:25:44 +02:00
nginx.conf.tmpl Get mime types 2021-05-07 01:41:53 +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

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 ❤️