2023-01-29 19:52:07 +01:00
|
|
|
<!--
|
|
|
|
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.
|
|
|
|
-->
|
|
|
|
|
2023-01-29 20:25:18 +01:00
|
|
|
# Matrix IRC Bridge for YunoHost
|
2023-01-29 19:52:07 +01:00
|
|
|
|
2023-01-29 20:25:18 +01:00
|
|
|
[![Integration level](https://dash.yunohost.org/integration/matrix-appservice-irc.svg)](https://dash.yunohost.org/appci/app/matrix-appservice-irc) ![Working status](https://ci-apps.yunohost.org/ci/badges/matrix-appservice-irc.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/matrix-appservice-irc.maintain.svg)
|
2023-09-20 01:01:37 +02:00
|
|
|
|
2023-01-29 20:25:18 +01:00
|
|
|
[![Install Matrix IRC Bridge with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=matrix-appservice-irc)
|
2023-01-29 19:52:07 +01:00
|
|
|
|
|
|
|
*[Lire ce readme en français.](./README_fr.md)*
|
|
|
|
|
2023-01-29 20:25:18 +01:00
|
|
|
> *This package allows you to install Matrix IRC Bridge quickly and simply on a YunoHost server.
|
2023-01-29 19:52:07 +01:00
|
|
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
2023-01-29 20:34:40 +01:00
|
|
|
This is an IRC bridge for Matrix.
|
|
|
|
|
|
|
|
This bridge will pass all IRC messages through to Matrix, and all Matrix messages through to IRC.
|
|
|
|
It is highly configurable and is currently used on the matrix.org homeserver to bridge a number of popular IRC networks.
|
2023-01-29 19:52:07 +01:00
|
|
|
|
|
|
|
### Features
|
|
|
|
|
2023-01-29 20:25:18 +01:00
|
|
|
- Merge Matrix rooms to IRC channels
|
|
|
|
- Full two-way communication in channels and direct messages
|
|
|
|
- Well-formated replies
|
2023-01-29 19:52:07 +01:00
|
|
|
|
|
|
|
|
2023-01-29 20:48:21 +01:00
|
|
|
**Shipped version:** 0.36.0~ynh1
|
2023-01-29 19:52:07 +01:00
|
|
|
## Documentation and resources
|
|
|
|
|
2023-01-29 20:25:18 +01:00
|
|
|
* Official user documentation: <https://matrix-org.github.io/matrix-appservice-irc/latest/usage>
|
|
|
|
* Official admin documentation: <https://matrix-org.github.io/matrix-appservice-irc/latest/bridge_setup>
|
|
|
|
* Upstream app code repository: <https://github.com/matrix-org/matrix-appservice-irc>
|
|
|
|
* YunoHost documentation for this app: <https://yunohost.org/app_matrix-appservice-irc>
|
|
|
|
* Report a bug: <https://github.com/YunoHost-Apps/matrix-appservice-irc_ynh/issues>
|
2023-01-29 19:52:07 +01:00
|
|
|
|
|
|
|
## Developer info
|
|
|
|
|
2023-01-29 20:25:18 +01:00
|
|
|
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/matrix-appservice-irc_ynh/tree/testing).
|
2023-01-29 19:52:07 +01:00
|
|
|
|
|
|
|
To try the testing branch, please proceed like that.
|
|
|
|
|
|
|
|
``` bash
|
2023-01-29 20:25:18 +01:00
|
|
|
sudo yunohost app install https://github.com/YunoHost-Apps/matrix-appservice-irc_ynh/tree/testing --debug
|
2023-01-29 19:52:07 +01:00
|
|
|
or
|
2023-01-29 20:25:18 +01:00
|
|
|
sudo yunohost app upgrade matrix-appservice-irc -u https://github.com/YunoHost-Apps/matrix-appservice-irc_ynh/tree/testing --debug
|
2023-01-29 19:52:07 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|