Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunohost-apps/peertube_ynh
Federated (ActivityPub) video streaming platform using P2P for YunoHost
https://github.com/yunohost-apps/peertube_ynh
bittorrent p2p peertube video webtorrent yunohost yunohost-apps
Last synced: 4 days ago
JSON representation
Federated (ActivityPub) video streaming platform using P2P for YunoHost
- Host: GitHub
- URL: https://github.com/yunohost-apps/peertube_ynh
- Owner: YunoHost-Apps
- License: agpl-3.0
- Created: 2017-12-07T12:20:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-30T17:44:29.000Z (11 days ago)
- Last Synced: 2024-12-30T18:34:35.430Z (11 days ago)
- Topics: bittorrent, p2p, peertube, video, webtorrent, yunohost, yunohost-apps
- Language: Shell
- Homepage: https://joinpeertube.org/fr/
- Size: 2.32 MB
- Stars: 88
- Watchers: 20
- Forks: 28
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PeerTube for YunoHost
[![Integration level](https://apps.yunohost.org/badge/integration/peertube)](https://ci-apps.yunohost.org/ci/apps/peertube/)
![Working status](https://apps.yunohost.org/badge/state/peertube)
![Maintenance status](https://apps.yunohost.org/badge/maintained/peertube)[![Install PeerTube with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=peertube)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install PeerTube quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*## Overview
PeerTube is a decentralized and federated video hosting software. To publish videos, the user must register with a host (called an instance). Each host has its own conditions of use (storage space per user, moderation rules, themes, etc.). Thanks to WebTorrent, if several people view the same video, fragments of it are exchanged between people so as not to overload the instance. Decentralized: Each instance can follow one or more other PeerTube instances in order to allow its users to view their videos. Federated: Via the ActivityPub protocol, Peertube can interact with other software that is part of the Fediverse, such as Mastodon for example.
**Shipped version:** 7.0.0~ynh1
**Demo:**
## Screenshots
![Screenshot of PeerTube](./doc/screenshots/screenshot1.jpg)
## Documentation and resources
- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/peertube_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/peertube_ynh/tree/testing --debug
or
sudo yunohost app upgrade peertube -u https://github.com/YunoHost-Apps/peertube_ynh/tree/testing --debug
```**More info regarding app packaging:**