1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dispatch_ynh.git synced 2024-09-03 18:25:53 +02:00
This commit is contained in:
ericgaspar 2021-05-30 12:42:22 +02:00
commit cdfdcf6332
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 37 additions and 70 deletions

View file

@ -1,7 +1,12 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
# Dispatch for YunoHost
[![Integration level](https://dash.yunohost.org/integration/dispatch.svg)](https://dash.yunohost.org/appci/app/dispatch) ![](https://ci-apps.yunohost.org/ci/badges/navidrome.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/dispatch.maintain.svg)
[![Install Dispatch with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=dispatch)
[![Integration level](https://dash.yunohost.org/integration/dispatch.svg)](https://dash.yunohost.org/appci/app/dispatch) ![](https://ci-apps.yunohost.org/ci/badges/dispatch.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/dispatch.maintain.svg)
[![Install Dispatch with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dispatch)
*[Lire ce readme en français.](./README_fr.md)*
@ -10,42 +15,21 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
**Shipped version:** 0.7
Web-based IRC client in Go
**Shipped version:** 0.7~ynh1
**Demo:** https://demo.example.com
## Screenshots
![](https://camo.githubusercontent.com/335eb6270d56b9218d3b0fb21f3779f36604a918/68747470733a2f2f6b686c69656e672e636f6d2f64697370617463682e706e673f31)
![](./doc/screenshots/screenshot.png)
## Demo
## Documentation and resources
* [Official demo](https://dispatch.khlieng.com/connect)
## Configuration
## Documentation
* Official documentation:
* YunoHost documentation: https://yunohost.org/en/app_dispatch
## YunoHost specific features
#### Multi-user support
* Is LDAP supported? **No**
* Can the app be used by multiple users? **Yes**
#### Supported architectures
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/dispatch.svg)](https://ci-apps.yunohost.org/ci/apps/dispatch/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/dispatch.svg)](https://ci-apps-arm.yunohost.org/ci/apps/dispatch/)
## Links
* Report a bug: https://github.com/YunoHost-Apps/dispatch_ynh/issues
* Upstream app repository: https://github.com/khlieng/dispatch
* YunoHost website: https://yunohost.org/
---
* Upstream app code repository: https://github.com/khlieng/dispatch
* YunoHost documentation for this app: https://yunohost.org/app_dispatch
* Report a bug: https://github.com/YunoHost-Apps/dispatch_ynh/issues
## Developer info
@ -57,3 +41,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/dispatch_ynh/tree/tes
or
sudo yunohost app upgrade dispatch -u https://github.com/YunoHost-Apps/dispatch_ynh/tree/testing --debug
```
**More info regarding app packaging:** https://yunohost.org/packaging_apps

View file

@ -1,52 +1,31 @@
# Dispatch pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/dispatch.svg)](https://dash.yunohost.org/appci/app/dispatch) ![](https://ci-apps.yunohost.org/ci/badges/dispatch.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/dispatch.maintain.svg)
[![Installer Dispatch avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=dispatch)
[![Installer Dispatch avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=dispatch)
*[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer Dispatch rapidement et simplement sur un serveur YunoHost.
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
## Vue d'ensemble
**Version incluse :** 0.7
**Version incluse :** 0.7~ynh1
**Démo :** https://demo.example.com
## Captures d'écran
![](https://camo.githubusercontent.com/335eb6270d56b9218d3b0fb21f3779f36604a918/68747470733a2f2f6b686c69656e672e636f6d2f64697370617463682e706e673f31)
![](./doc/screenshots/screenshot.png)
## Démo
## Documentations et ressources
* [Démo officielle](https://dispatch.khlieng.com/connect)
## Configuration
## Documentation
* Documentation officielle :
* Documentation YunoHost : https://yunohost.org/fr/app_dispatch
## Caractéristiques spécifiques YunoHost
#### Support multi-utilisateur
* L'authentification LDAP est-elle prise en charge ? **Non**
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
#### Architectures supportées
* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/dispatch.svg)](https://ci-apps.yunohost.org/ci/apps/dispatch/)
* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/dispatch.svg)](https://ci-apps-arm.yunohost.org/ci/apps/dispatch/)
## Liens
* Signaler un bug : https://github.com/YunoHost-Apps/navidrome_ynh/issues
* Site de l'application : https://dispatch.khlieng.com/connect
* Dépôt de l'application principale : https://github.com/khlieng/dispatch
* Site web YunoHost : https://yunohost.org/
---
* Dépôt de code officiel de l'app : https://github.com/khlieng/dispatch
* Documentation YunoHost pour cette app : https://yunohost.org/app_dispatch
* Signaler un bug : https://github.com/YunoHost-Apps/dispatch_ynh/issues
## Informations pour les développeurs
@ -58,3 +37,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/dispatch_ynh/tree/tes
ou
sudo yunohost app upgrade dispatch -u https://github.com/YunoHost-Apps/dispatch_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps