From c11c8c1fc40d3821341b25d34ecc547c574e5ab3 Mon Sep 17 00:00:00 2001 From: eric_G <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 23 Dec 2023 12:17:35 +0100 Subject: [PATCH] Testing (#24) * 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 * Auto-update README * Update manifest.toml * Update manifest.toml * Auto-update README * Update ADMIN.md --------- Co-authored-by: yunohost-bot Co-authored-by: Alexandre Aubin --- README.md | 2 +- README_fr.md | 2 +- doc/ADMIN.md | 8 ++------ manifest.toml | 11 +++++++---- 4 files changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 9f678a3..a88a11c 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/README_fr.md b/README_fr.md index 7238fdb..edf62c6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez 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 l’app : diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 728a23b..6345ea9 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -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`. +* You can configure Biboumi with the file `/etc/biboumi/biboumi.cfg`. diff --git a/manifest.toml b/manifest.toml index 966aca4..c6368a8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"