An ActivityPub-federated video streaming platform using P2P directly in your web browser.
This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
decentral1se e2b4d39fe2 Merge pull request 'Copy the client assets over to a named volume at runtime' (#10) from copy-assets-folder into main
Reviewed-on: #10
2021-07-17 11:00:51 +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 Version v3.1.0-buster; sync labels 2021-05-30 17:21:39 +02:00
abra.sh fix: Copy the client assets over to a named volume at runtime 2021-07-16 21:19:03 +00: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 fix: Copy the client assets over to a named volume at runtime 2021-07-16 21:19:03 +00: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

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