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

Auto-update READMEs

This commit is contained in:
yunohost-bot 2024-08-26 05:17:14 +00:00 committed by autoreadme_webhook
parent b30a2be21c
commit 115f2cbc76
9 changed files with 98 additions and 6 deletions

View file

@ -5,4 +5,6 @@
- [Irakurri README euskaraz](README_eu.md) - [Irakurri README euskaraz](README_eu.md)
- [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)
- [Прочитать README на русский](README_ru.md)
- [阅读中文(简体)的 README](README_zh_Hans.md) - [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
[Mosquitto](https://mosquitto.org/) gives you interconnect your objects and applications with an open source MQTT broker. Client can publish or subscribe after authentication (username, password). [Mosquitto](https://mosquitto.org/) gives you interconnect your objects and applications with an open source MQTT broker. Client can publish or subscribe after authentication (username, password).
**Shipped version:** 2.0.14~ynh3 **Shipped version:** 2.0.18~ynh1
**Demo:** <https://test.mosquitto.org> **Demo:** <https://test.mosquitto.org>
## Documentation and resources ## Documentation and resources

View file

@ -19,7 +19,7 @@ No se debe editar a mano.
[Mosquitto](https://mosquitto.org/) gives you interconnect your objects and applications with an open source MQTT broker. Client can publish or subscribe after authentication (username, password). [Mosquitto](https://mosquitto.org/) gives you interconnect your objects and applications with an open source MQTT broker. Client can publish or subscribe after authentication (username, password).
**Versión actual:** 2.0.14~ynh3 **Versión actual:** 2.0.18~ynh1
**Demo:** <https://test.mosquitto.org> **Demo:** <https://test.mosquitto.org>
## Documentaciones y recursos ## Documentaciones y recursos

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
[Mosquitto](https://mosquitto.org/) gives you interconnect your objects and applications with an open source MQTT broker. Client can publish or subscribe after authentication (username, password). [Mosquitto](https://mosquitto.org/) gives you interconnect your objects and applications with an open source MQTT broker. Client can publish or subscribe after authentication (username, password).
**Paketatutako bertsioa:** 2.0.14~ynh3 **Paketatutako bertsioa:** 2.0.18~ynh1
**Demoa:** <https://test.mosquitto.org> **Demoa:** <https://test.mosquitto.org>
## Dokumentazioa eta baliabideak ## Dokumentazioa eta baliabideak

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
[Mosquitto](https://mosquitto.org/) vous permet d'interconnecter vos objets et applications avec un broker MQTT open source. Le client peut publier ou s'abonner après authentification (nom d'utilisateur, mot de passe). [Mosquitto](https://mosquitto.org/) vous permet d'interconnecter vos objets et applications avec un broker MQTT open source. Le client peut publier ou s'abonner après authentification (nom d'utilisateur, mot de passe).
**Version incluse:** 2.0.14~ynh3 **Version incluse:** 2.0.18~ynh1
**Démo:** <https://test.mosquitto.org> **Démo:** <https://test.mosquitto.org>
## Documentations et ressources ## Documentations et ressources

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
[Mosquitto](https://mosquitto.org/) gives you interconnect your objects and applications with an open source MQTT broker. Client can publish or subscribe after authentication (username, password). [Mosquitto](https://mosquitto.org/) gives you interconnect your objects and applications with an open source MQTT broker. Client can publish or subscribe after authentication (username, password).
**Versión proporcionada:** 2.0.14~ynh3 **Versión proporcionada:** 2.0.18~ynh1
**Demo:** <https://test.mosquitto.org> **Demo:** <https://test.mosquitto.org>
## Documentación e recursos ## Documentación e recursos

45
README_id.md Normal file
View file

@ -0,0 +1,45 @@
<!--
N.B.: README ini dibuat secara otomatis oleh <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Ini TIDAK boleh diedit dengan tangan.
-->
# Mosquitto untuk YunoHost
[![Tingkat integrasi](https://dash.yunohost.org/integration/mosquitto.svg)](https://ci-apps.yunohost.org/ci/apps/mosquitto/) ![Status kerja](https://ci-apps.yunohost.org/ci/badges/mosquitto.status.svg) ![Status pemeliharaan](https://ci-apps.yunohost.org/ci/badges/mosquitto.maintain.svg)
[![Pasang Mosquitto dengan YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mosquitto)
*[Baca README ini dengan bahasa yang lain.](./ALL_README.md)*
> *Paket ini memperbolehkan Anda untuk memasang Mosquitto secara cepat dan mudah pada server YunoHost.*
> *Bila Anda tidak mempunyai YunoHost, silakan berkonsultasi dengan [panduan](https://yunohost.org/install) untuk mempelajari bagaimana untuk memasangnya.*
## Ringkasan
[Mosquitto](https://mosquitto.org/) gives you interconnect your objects and applications with an open source MQTT broker. Client can publish or subscribe after authentication (username, password).
**Versi terkirim:** 2.0.18~ynh1
**Demo:** <https://test.mosquitto.org>
## Dokumentasi dan sumber daya
- Website aplikasi resmi: <https://mosquitto.org>
- Dokumentasi admin resmi: <https://mosquitto.org/documentation/>
- Depot kode aplikasi hulu: <https://github.com/eclipse/mosquitto>
- Gudang YunoHost: <https://apps.yunohost.org/app/mosquitto>
- Laporkan bug: <https://github.com/YunoHost-Apps/mosquitto_ynh/issues>
## Info developer
Silakan kirim pull request ke [`testing` branch](https://github.com/YunoHost-Apps/mosquitto_ynh/tree/testing).
Untuk mencoba branch `testing`, silakan dilanjutkan seperti:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/mosquitto_ynh/tree/testing --debug
atau
sudo yunohost app upgrade mosquitto -u https://github.com/YunoHost-Apps/mosquitto_ynh/tree/testing --debug
```
**Info lebih lanjut mengenai pemaketan aplikasi:** <https://yunohost.org/packaging_apps>

45
README_ru.md Normal file
View file

@ -0,0 +1,45 @@
<!--
Важно: этот README был автоматически сгенерирован <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Он НЕ ДОЛЖЕН редактироваться вручную.
-->
# Mosquitto для YunoHost
[![Уровень интеграции](https://dash.yunohost.org/integration/mosquitto.svg)](https://ci-apps.yunohost.org/ci/apps/mosquitto/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/mosquitto.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/mosquitto.maintain.svg)
[![Установите Mosquitto с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mosquitto)
*[Прочтите этот README на других языках.](./ALL_README.md)*
> *Этот пакет позволяет Вам установить Mosquitto быстро и просто на YunoHost-сервер.*
> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.*
## Обзор
[Mosquitto](https://mosquitto.org/) gives you interconnect your objects and applications with an open source MQTT broker. Client can publish or subscribe after authentication (username, password).
**Поставляемая версия:** 2.0.18~ynh1
**Демо-версия:** <https://test.mosquitto.org>
## Документация и ресурсы
- Официальный веб-сайт приложения: <https://mosquitto.org>
- Официальная документация администратора: <https://mosquitto.org/documentation/>
- Репозиторий кода главной ветки приложения: <https://github.com/eclipse/mosquitto>
- Магазин YunoHost: <https://apps.yunohost.org/app/mosquitto>
- Сообщите об ошибке: <https://github.com/YunoHost-Apps/mosquitto_ynh/issues>
## Информация для разработчиков
Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/mosquitto_ynh/tree/testing).
Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/mosquitto_ynh/tree/testing --debug
или
sudo yunohost app upgrade mosquitto -u https://github.com/YunoHost-Apps/mosquitto_ynh/tree/testing --debug
```
**Больше информации о пакетировании приложений:** <https://yunohost.org/packaging_apps>

View file

@ -19,7 +19,7 @@
[Mosquitto](https://mosquitto.org/) gives you interconnect your objects and applications with an open source MQTT broker. Client can publish or subscribe after authentication (username, password). [Mosquitto](https://mosquitto.org/) gives you interconnect your objects and applications with an open source MQTT broker. Client can publish or subscribe after authentication (username, password).
**分发版本:** 2.0.14~ynh3 **分发版本:** 2.0.18~ynh1
**演示:** <https://test.mosquitto.org> **演示:** <https://test.mosquitto.org>
## 文档与资源 ## 文档与资源