mirror of
https://github.com/YunoHost-Apps/ergo_ynh.git
synced 2024-09-03 18:26:31 +02:00
commit
e7636c73d2
6 changed files with 24 additions and 25 deletions
|
@ -26,7 +26,7 @@ Ergo (formerly known as Oragono) is a modern IRC server written in Go. Its core
|
|||
|
||||
|
||||
|
||||
**Shipped version:** 2.10.0~ynh2
|
||||
**Shipped version:** 2.11.1~ynh1
|
||||
|
||||
**Demo:** https://testnet.ergo.chat/
|
||||
|
||||
|
|
22
README_fr.md
22
README_fr.md
|
@ -5,15 +5,15 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Ergo pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/ergo)  
|
||||
[](https://dash.yunohost.org/appci/app/ergo)  
|
||||
[](https://install-app.yunohost.org/?app=ergo)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Ergo rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
> *Ce package vous permet d’installer Ergo rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
Ergo (formerly known as Oragono) is a modern IRC server written in Go. Its core design
|
||||
|
||||
|
@ -26,13 +26,13 @@ Ergo (formerly known as Oragono) is a modern IRC server written in Go. Its core
|
|||
|
||||
|
||||
|
||||
**Version incluse :** 2.10.0~ynh2
|
||||
**Version incluse :** 2.11.1~ynh1
|
||||
|
||||
**Démo :** https://testnet.ergo.chat/
|
||||
|
||||
## Captures d'écran
|
||||
## Captures d’écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -44,10 +44,10 @@ Ergo (formerly known as Oragono) is a modern IRC server written in Go. Its core
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://ergo.chat/>
|
||||
* Site officiel de l’app : <https://ergo.chat/>
|
||||
* Documentation officielle utilisateur : <https://github.com/ergochat/ergo/blob/stable/docs/USERGUIDE.md>
|
||||
* Documentation officielle de l'admin : <https://github.com/ergochat/ergo/blob/stable/docs/MANUAL.md>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/ergochat/ergo>
|
||||
* Documentation officielle de l’admin : <https://github.com/ergochat/ergo/blob/stable/docs/MANUAL.md>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/ergochat/ergo>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_ergo>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/ergo_ynh/issues>
|
||||
|
||||
|
@ -63,4 +63,4 @@ ou
|
|||
sudo yunohost app upgrade ergo -u https://github.com/YunoHost-Apps/ergo_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/ergochat/ergo/releases/download/v2.10.0/ergo-2.10.0-linux-x86_64.tar.gz
|
||||
SOURCE_SUM=8ee98e8c391b587c9e9e2fd17c11ee031ab1cae8dfebf2ba5f05f69d83457b9d
|
||||
SOURCE_URL=https://github.com/ergochat/ergo/releases/download/v2.11.1/ergo-2.11.1-linux-x86_64.tar.gz
|
||||
SOURCE_SUM=0b7912be327260ae91c4e2580cd83bf2cd86212d569972406a0be0b0eca3ef30
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/ergochat/ergo/releases/download/v2.10.0/ergo-2.10.0-linux-arm64.tar.gz
|
||||
SOURCE_SUM=7713c4a454ec3cfd55abebe3a1e114c47c338293bc3b9803ace045f860aef751
|
||||
SOURCE_URL=https://github.com/ergochat/ergo/releases/download/v2.11.1/ergo-2.11.1-linux-arm64.tar.gz
|
||||
SOURCE_SUM=9ab1408f12cbbad25917658dc40937c76f0da1cc44962d8b2336ce7c8cbc9420
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/ergochat/ergo/releases/download/v2.10.0/ergo-2.10.0-linux-armv6.tar.gz
|
||||
SOURCE_SUM=d6a113551551ceab5905578873fe3597710fd6ee22ddc4fec1ff5fc05502bca2
|
||||
SOURCE_URL=https://github.com/ergochat/ergo/releases/download/v2.11.1/ergo-2.11.1-linux-armv6.tar.gz
|
||||
SOURCE_SUM=959d99c8b042c8113f11c0b0401e18bbac4dfec47fdc8277c6529531f2f27e3b
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
"id": "ergo",
|
||||
"packaging_format": 1,
|
||||
"description": {
|
||||
"en": "Modern IRC server (daemon/ircd) written in Go",
|
||||
"fr": "Serveur IRC moderne (démon/ircd) écrit en Go"
|
||||
"en": "Modern IRC server (daemon/ircd)",
|
||||
"fr": "Serveur IRC moderne (démon/ircd)"
|
||||
},
|
||||
"version": "2.10.0~ynh2",
|
||||
"version": "2.11.1~ynh1",
|
||||
"url": "https://ergo.chat/",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
@ -22,12 +22,11 @@
|
|||
"email": "ergochat_ynh@navan.email"
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 4.3.0"
|
||||
"yunohost": ">= 11.0.9"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
"nginx",
|
||||
"mysql"
|
||||
"nginx"
|
||||
],
|
||||
"arguments": {
|
||||
"install": [
|
||||
|
|
Loading…
Add table
Reference in a new issue