mirror of
https://github.com/YunoHost-Apps/owncast_ynh.git
synced 2024-09-03 19:56:20 +02:00
commit
0cfb776c3e
6 changed files with 66 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
- [Leggi il “README” in italiano](README_it.md)
|
||||
|
|
|
@ -9,7 +9,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
[](https://install-app.yunohost.org/?app=owncast)
|
||||
|
||||
*[Read this README is other languages.](./ALL_README.md)*
|
||||
*[Read this README in other languages.](./ALL_README.md)*
|
||||
|
||||
> *This package allows you to install Owncast 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.*
|
||||
|
@ -18,7 +18,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
Owncast is an open source, self-hosted, decentralized, single user live streaming and chat server for running your own live streams similar in style to the large mainstream options. It offers complete ownership over your content, interface, moderation and audience.
|
||||
|
||||
**Shipped version:** 0.1.2~ynh1
|
||||
**Shipped version:** 0.1.3~ynh1
|
||||
|
||||
**Demo:** <https://watch.owncast.online/>
|
||||
|
||||
|
|
49
README_eu.md
Normal file
49
README_eu.md
Normal file
|
@ -0,0 +1,49 @@
|
|||
<!--
|
||||
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
|
||||
EZ editatu eskuz.
|
||||
-->
|
||||
|
||||
# Owncast YunoHost-erako
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/owncast)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=owncast)
|
||||
|
||||
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
|
||||
|
||||
> *Pakete honek Owncast YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
|
||||
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
|
||||
|
||||
## Aurreikuspena
|
||||
|
||||
Owncast is an open source, self-hosted, decentralized, single user live streaming and chat server for running your own live streams similar in style to the large mainstream options. It offers complete ownership over your content, interface, moderation and audience.
|
||||
|
||||
**Paketatutako bertsioa:** 0.1.3~ynh1
|
||||
|
||||
**Demoa:** <https://watch.owncast.online/>
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||

|
||||
|
||||
## Dokumentazioa eta baliabideak
|
||||
|
||||
- Aplikazioaren webgune ofiziala: <https://owncast.online/>
|
||||
- Administratzaileen dokumentazio ofiziala: <https://owncast.online/docs/>
|
||||
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/owncast/owncast>
|
||||
- YunoHost Denda: <https://apps.yunohost.org/app/owncast>
|
||||
- Eman errore baten berri: <https://github.com/YunoHost-Apps/owncast_ynh/issues>
|
||||
|
||||
## Garatzaileentzako informazioa
|
||||
|
||||
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/owncast_ynh/tree/testing).
|
||||
|
||||
`testing` abarra probatzeko, ondorengoa egin:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/owncast_ynh/tree/testing --debug
|
||||
edo
|
||||
sudo yunohost app upgrade owncast -u https://github.com/YunoHost-Apps/owncast_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>
|
|
@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
|
|||
|
||||
Owncast est un serveur de diffusion en direct et de chat open source, auto-hébergé, décentralisé et à utilisateur unique pour exécuter vos propres diffusions en direct dans un style similaire aux grandes options grand public. Il offre une propriété complète sur votre contenu, votre interface, votre modération et votre audience.
|
||||
|
||||
**Version incluse :** 0.1.2~ynh1
|
||||
**Version incluse :** 0.1.3~ynh1
|
||||
|
||||
**Démo :** <https://watch.owncast.online/>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ NON debe editarse manualmente.
|
|||
|
||||
Owncast is an open source, self-hosted, decentralized, single user live streaming and chat server for running your own live streams similar in style to the large mainstream options. It offers complete ownership over your content, interface, moderation and audience.
|
||||
|
||||
**Versión proporcionada:** 0.1.2~ynh1
|
||||
**Versión proporcionada:** 0.1.3~ynh1
|
||||
|
||||
**Demo:** <https://watch.owncast.online/>
|
||||
|
||||
|
|
|
@ -5,9 +5,9 @@ name = "Owncast"
|
|||
description.en = "Live video and web chat server for use with existing broadcasting software"
|
||||
description.fr = "Serveur de vidéo en direct et de chat Web à utiliser avec un logiciel de diffusion"
|
||||
|
||||
version = "0.1.2~ynh1"
|
||||
version = "0.1.3~ynh1"
|
||||
|
||||
maintainers = ["eric_G"]
|
||||
maintainers = []
|
||||
|
||||
[upstream]
|
||||
license = "MIT"
|
||||
|
@ -20,10 +20,13 @@ code = "https://github.com/owncast/owncast"
|
|||
yunohost = ">= 11.2"
|
||||
architectures = ["amd64", "armhf", "arm64"]
|
||||
multi_instance = false
|
||||
|
||||
ldap = false
|
||||
|
||||
sso = false
|
||||
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.build = "150M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
|
@ -41,12 +44,12 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
amd64.url = "https://github.com/owncast/owncast/releases/download/v0.1.2/owncast-0.1.2-linux-64bit.zip"
|
||||
amd64.sha256 = "33b0a329c9870f06cab45c053a735f851b94d2e7fffd7a0d3b19ea857cdbc4bd"
|
||||
arm64.url = "https://github.com/owncast/owncast/releases/download/v0.1.2/owncast-0.1.2-linux-arm64.zip"
|
||||
arm64.sha256 = "cc4f4da0a61498edcec85050f39705d8ec4cf5f1e555ebc59232ace297e1a987"
|
||||
armhf.url = "https://github.com/owncast/owncast/releases/download/v0.1.2/owncast-0.1.2-linux-32bit.zip"
|
||||
armhf.sha256 = "40df0dff32ac87623ded066bde63117d9365d4b766fcd24353b14c33b70bfd8c"
|
||||
amd64.url = "https://github.com/owncast/owncast/releases/download/v0.1.3/owncast-0.1.3-linux-64bit.zip"
|
||||
amd64.sha256 = "e571978464fd1a52f54ea7dbe454e3d4642b4eab13701144a4236622acceaf30"
|
||||
arm64.url = "https://github.com/owncast/owncast/releases/download/v0.1.3/owncast-0.1.3-linux-arm64.zip"
|
||||
arm64.sha256 = "a40efb8786fae0341687450f570b2c206cd9e29aae7f3c0c8404f9ddbe5a7ad6"
|
||||
armhf.url = "https://github.com/owncast/owncast/releases/download/v0.1.3/owncast-0.1.3-linux-32bit.zip"
|
||||
armhf.sha256 = "7370246ccd21fad1b7afcef05fae9d98025175a60f21fac1870bced00cd096d6"
|
||||
in_subdir = false
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = ".*-linux-64bit.zip"
|
||||
|
|
Loading…
Add table
Reference in a new issue