1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/biboumi_ynh.git synced 2024-09-03 18:15:58 +02:00
* Update manifest.json

* Auto-update README

* Update manifest.json

* Add metronome explicitly as dependency

* Auto-update README

* Auto-update README

* Update manifest.json

* Auto-update README

* Version 2 (#22)

* v2

* Auto-update README

* v2

* Create tests.toml

* Auto-update README

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>

* Auto-update README

* Update manifest.toml

* Update manifest.toml

* Auto-update README

* Update ADMIN.md

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
eric_G 2023-12-23 12:17:35 +01:00 committed by GitHub
parent 4886b2f0a2
commit c11c8c1fc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 12 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
XMPP gateway for the IRC network
**Shipped version:** 8.3~ynh2
**Shipped version:** 8.3~ynh3
## Documentation and resources
* Official app website: <https://biboumi.louiz.org/>

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
XMPP gateway for the IRC network
**Version incluse :** 8.3~ynh2
**Version incluse :** 8.3~ynh3
## Documentations et ressources
* Site officiel de lapp : <https://biboumi.louiz.org/>

View file

@ -1,10 +1,6 @@
Once biboumi_ynh is installed you can use any XMPP client software to join IRC channels. Any IRC channel is seen as a standard XMPP chatroom (aka MUC) with a special name.
Once Biboumi is installed you can use any XMPP client software to join IRC channels. Any IRC channel is seen as a standard XMPP chatroom (aka MUC) with a special name.
The the name is formatted like this: `#channelname%ircservername@biboumi.yourdomain.tld`.
For example, if you have a YunoHost server hosting domain *example.net* and you want to join the channel *#yunohost* on *irc.freenode.net* you simply need to join the MUC `#yunohost%irc.freenode.net@biboumi.example.net`.
* Any known limitations, constrains or stuff not working, such as (but not limited to):
* Currently, Biboumi is only tested with one domain and it must be the main domain of your YunoHost server.
* Other infos that people should be aware of, such as:
* You can configure Biboumi with the file `/etc/biboumi/biboumi.cfg`.

View file

@ -5,7 +5,7 @@ name = "Biboumi"
description.en = "XMPP gateway for the IRC network"
description.fr = "Passerelle XMPP pour le réseau IRC"
version = "8.3~ynh2"
version = "8.3~ynh3"
maintainers = ["pitchum"]
@ -16,19 +16,22 @@ admindoc = "https://lab.louiz.org/louiz/biboumi/blob/8.3/doc/biboumi.1.rst"
code = "https://lab.louiz.org/louiz/biboumi"
[integration]
yunohost = ">= 11.1.21"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
full_domain = true
[install.admin]
type = "user"
@ -45,4 +48,4 @@ ram.runtime = "50M"
[resources.permissions]
[resources.apt]
packages = "metronome biboumi"
packages = "metronome, biboumi"