An ActivityPub-federated video streaming platform using P2P directly in your web browser.
mirsal
100fb038e3
missing: * live streaming and RTMP proxying with traefik * webseed cross-instance redundancy * option to use S3-compatible storage * testing, there might be silly bugs Did I mention this is untested? |
||
---|---|---|
.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:
- Status:
- Image:
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