1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/koel_ynh.git synced 2024-09-03 19:35:54 +02:00

Merge pull request #23 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-08-28 10:56:55 +02:00 committed by GitHub
commit ff4602fb43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 63 additions and 10 deletions

View file

@ -6,4 +6,5 @@
- [Lire le README en français](README_fr.md) - [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md) - [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md) - [Baca README dalam bahasa bahasa Indonesia](README_id.md)
- [Прочитать README на русский](README_ru.md)
- [阅读中文(简体)的 README](README_zh_Hans.md) - [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th
Targeting web developers, Koel embraces some of the more modern web technologies to do its job. Targeting web developers, Koel embraces some of the more modern web technologies to do its job.
**Shipped version:** 7.0.9~ynh1 **Shipped version:** 7.0.10~ynh1
**Demo:** <https://demo.koel.dev> **Demo:** <https://demo.koel.dev>

View file

@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th
Targeting web developers, Koel embraces some of the more modern web technologies to do its job. Targeting web developers, Koel embraces some of the more modern web technologies to do its job.
**Versión actual:** 7.0.9~ynh1 **Versión actual:** 7.0.10~ynh1
**Demo:** <https://demo.koel.dev> **Demo:** <https://demo.koel.dev>

View file

@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th
Targeting web developers, Koel embraces some of the more modern web technologies to do its job. Targeting web developers, Koel embraces some of the more modern web technologies to do its job.
**Paketatutako bertsioa:** 7.0.9~ynh1 **Paketatutako bertsioa:** 7.0.10~ynh1
**Demoa:** <https://demo.koel.dev> **Demoa:** <https://demo.koel.dev>

View file

@ -21,7 +21,7 @@ Un simple service web de streaming audio personnel, écrit en Vue pour le client
Destiné aux développeurs web, Koel utilise certaines des technologies web les plus modernes pour accomplir son travail. Destiné aux développeurs web, Koel utilise certaines des technologies web les plus modernes pour accomplir son travail.
**Version incluse:** 7.0.9~ynh1 **Version incluse:** 7.0.10~ynh1
**Démo:** <https://demo.koel.dev> **Démo:** <https://demo.koel.dev>

View file

@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th
Targeting web developers, Koel embraces some of the more modern web technologies to do its job. Targeting web developers, Koel embraces some of the more modern web technologies to do its job.
**Versión proporcionada:** 7.0.9~ynh1 **Versión proporcionada:** 7.0.10~ynh1
**Demo:** <https://demo.koel.dev> **Demo:** <https://demo.koel.dev>

View file

@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th
Targeting web developers, Koel embraces some of the more modern web technologies to do its job. Targeting web developers, Koel embraces some of the more modern web technologies to do its job.
**Versi terkirim:** 7.0.9~ynh1 **Versi terkirim:** 7.0.10~ynh1
**Demo:** <https://demo.koel.dev> **Demo:** <https://demo.koel.dev>

52
README_ru.md Normal file
View file

@ -0,0 +1,52 @@
<!--
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Он НЕ ДОЛЖЕН редактироваться вручную.
-->
# Koel для YunoHost
[![Уровень интеграции](https://dash.yunohost.org/integration/koel.svg)](https://ci-apps.yunohost.org/ci/apps/koel/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/koel.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/koel.maintain.svg)
[![Установите Koel с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=koel)
*[Прочтите этот README на других языках.](./ALL_README.md)*
> *Этот пакет позволяет Вам установить Koel быстро и просто на YunoHost-сервер.*
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
## Обзор
Koel is a simple web-based personal audio streaming service written in Vue on the client side and Laravel on the server side.
Targeting web developers, Koel embraces some of the more modern web technologies to do its job.
**Поставляемая версия:** 7.0.10~ynh1
**Демо-версия:** <https://demo.koel.dev>
## Снимки экрана
![Снимок экрана Koel](./doc/screenshots/showcase.png)
## Документация и ресурсы
- Официальный веб-сайт приложения: <https://koel.dev>
- Официальная документация администратора: <https://docs.koel.dev>
- Репозиторий кода главной ветки приложения: <https://github.com/koel/koel>
- Магазин YunoHost: <https://apps.yunohost.org/app/koel>
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/koel_ynh/issues>
## Информация для разработчиков
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/koel_ynh/tree/testing).
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/koel_ynh/tree/testing --debug
или
sudo yunohost app upgrade koel -u https://github.com/YunoHost-Apps/koel_ynh/tree/testing --debug
```
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>

View file

@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th
Targeting web developers, Koel embraces some of the more modern web technologies to do its job. Targeting web developers, Koel embraces some of the more modern web technologies to do its job.
**分发版本:** 7.0.9~ynh1 **分发版本:** 7.0.10~ynh1
**演示:** <https://demo.koel.dev> **演示:** <https://demo.koel.dev>

View file

@ -7,7 +7,7 @@ name = "Koel"
description.en = "Simple web-based personal audio streaming service" description.en = "Simple web-based personal audio streaming service"
description.fr = "Simple service web de streaming audio personnel" description.fr = "Simple service web de streaming audio personnel"
version = "7.0.9~ynh1" version = "7.0.10~ynh1"
maintainers = ["tituspijean"] maintainers = ["tituspijean"]
@ -43,8 +43,8 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/koel/koel/releases/download/v7.0.9/koel-v7.0.9.tar.gz" url = "https://github.com/koel/koel/releases/download/v7.0.10/koel-v7.0.10.tar.gz"
sha256 = "e8767e78ef98397bfbcfdd67ddae546b3d3388be5481ad2360b29a7e9a20802b" sha256 = "8c3fe63ed0d416a94f456050ccc622be9a94b7d85f585b444d0317201fafc767"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^koel-v.*tar.gz$" autoupdate.asset = "^koel-v.*tar.gz$"