mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-06 14:17:23 +02:00
Compare commits
3 Commits
50c365d5ac
...
9a7a588918
Author | SHA1 | Date | |
---|---|---|---|
9a7a588918 | |||
bcff8ad87d | |||
0711feb2a7 |
19
irc/matterbridge/README.md
Normal file
19
irc/matterbridge/README.md
Normal 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/)
|
@ -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}"
|
||||
|
||||
|
@ -70,12 +70,7 @@ TBD
|
||||
|
||||
TBD
|
||||
|
||||
## skrolli
|
||||
|
||||
* ircErgo
|
||||
* ircIn
|
||||
|
||||
## borni
|
||||
|
||||
* ircErgo
|
||||
* ircEtro
|
||||
* ircIn
|
||||
|
Loading…
x
Reference in New Issue
Block a user