diff --git a/ALL_README.md b/ALL_README.md index 3d6c579..77b7509 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -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) diff --git a/README.md b/README.md index b4663d1..869e3a6 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install Owncast with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](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:** diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..285b701 --- /dev/null +++ b/README_eu.md @@ -0,0 +1,49 @@ + + +# Owncast YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/owncast.svg)](https://dash.yunohost.org/appci/app/owncast) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/owncast.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/owncast.maintain.svg) + +[![Instalatu Owncast YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](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:** + +## Pantaila-argazkiak + +![Owncast(r)en pantaila-argazkia](./doc/screenshots/owncast-screenshot.png) + +## Dokumentazioa eta baliabideak + +- Aplikazioaren webgune ofiziala: +- Administratzaileen dokumentazio ofiziala: +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## 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:** diff --git a/README_fr.md b/README_fr.md index 07c86e8..5f8e209 100755 --- a/README_fr.md +++ b/README_fr.md @@ -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 :** diff --git a/README_gl.md b/README_gl.md index f93da4b..9cd95ee 100644 --- a/README_gl.md +++ b/README_gl.md @@ -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:** diff --git a/manifest.toml b/manifest.toml index 6cf39b0..ffd7657 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"