Compare commits

..

No commits in common. "9a7a58891826290e84916643f5dd9659045a8f56" and "50c365d5acaf4f8de17d7c9bbdc706d5a6379aae" have entirely different histories.

3 changed files with 7 additions and 26 deletions

View File

@ -1,19 +0,0 @@
# 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,22 +15,17 @@ EditSuffix=" ✏️"
MessageClipped="…"
UseLocalAvatar=["irc"]
# This refers to https://ergo.chat/about
[irc.localergo]
Nick="T4"
# Normal client would specify @freeformClientID, but with matterbridge that
# could result to flood from integrated bouncer
NickServNick="T4"
NickServNick="T4@local"
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,7 +70,12 @@ TBD
TBD
## skrolli
* ircErgo
* ircIn
## borni
* ircEtro
* ircErgo
* ircIn