Compare commits

..

3 Commits

3 changed files with 26 additions and 7 deletions

View File

@ -0,0 +1,19 @@
# Matterbridge resources
Mainly *myrelays.md* documenting what my personal matterbridge instance is
doing and *matterbridge-example.toml* as an example on what config file
could look like.
## My other resources
* systemd units (including timers to not have to use cron and to see specific
restart times, even randomized, before they happen in `systemctl status`)
* [matterbridge.service](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/systemd/system/matterbridge.service)
* [matterbridge-restart.service](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/systemd/system/matterbridge-restart.service) and to run it [matterbirdge-restart.timer](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/systemd/system/matterbridge-restart.timer)
* [matterbridge-cleanup.service](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/systemd/system/matterbridge-cleanup.service) and to run it [matterbridge-cleanup.timer](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/systemd/system/matterbridge-cleanup.timer)
to not store media uploads for longer than a week.
* [sudoers.d/matterbridge-restart](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/sudoers.d/restart-matterbridge)
for passwordless `sudo systemctl restart matterbridge.service`
## Other resources
* [Upstream wiki](https://github.com/42wim/matterbridge/wiki/)

View File

@ -15,17 +15,22 @@ EditSuffix=" ✏️"
MessageClipped="…"
UseLocalAvatar=["irc"]
# This refers to https://ergo.chat/about
[irc.localergo]
Nick="T4"
NickServNick="T4@local"
# Normal client would specify @freeformClientID, but with matterbridge that
# could result to flood from integrated bouncer
NickServNick="T4"
NickServPassword=""
Server="localhost:6667"
UseTLS=false
UseSASL=true
Label="ircEtro"
Charset="utf8"
# sends join/quit/part from the integrated bouncer
IgnoreNicks="HistServ"
RunCommands=["OPER T4 MI-ne-DIRAS-do-AL-vin", "MODE T4 -iw+BET"]
# Requires the bot to be chanop, spoofs sender
UseRelayMsg=true
RemoteNickFormat="{NICK}/{LABEL}"

View File

@ -70,12 +70,7 @@ TBD
TBD
## skrolli
* ircErgo
* ircIn
## borni
* ircErgo
* ircEtro
* ircIn