mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2025-08-09 15:47:40 +02:00
Compare commits
No commits in common. "9a7a58891826290e84916643f5dd9659045a8f56" and "50c365d5acaf4f8de17d7c9bbdc706d5a6379aae" have entirely different histories.
9a7a588918
...
50c365d5ac
@ -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/)
|
|
@ -15,22 +15,17 @@ EditSuffix=" ✏️"
|
|||||||
MessageClipped="…"
|
MessageClipped="…"
|
||||||
UseLocalAvatar=["irc"]
|
UseLocalAvatar=["irc"]
|
||||||
|
|
||||||
# This refers to https://ergo.chat/about
|
|
||||||
[irc.localergo]
|
[irc.localergo]
|
||||||
Nick="T4"
|
Nick="T4"
|
||||||
# Normal client would specify @freeformClientID, but with matterbridge that
|
NickServNick="T4@local"
|
||||||
# could result to flood from integrated bouncer
|
|
||||||
NickServNick="T4"
|
|
||||||
NickServPassword=""
|
NickServPassword=""
|
||||||
Server="localhost:6667"
|
Server="localhost:6667"
|
||||||
UseTLS=false
|
UseTLS=false
|
||||||
UseSASL=true
|
UseSASL=true
|
||||||
Label="ircEtro"
|
Label="ircEtro"
|
||||||
Charset="utf8"
|
Charset="utf8"
|
||||||
# sends join/quit/part from the integrated bouncer
|
|
||||||
IgnoreNicks="HistServ"
|
IgnoreNicks="HistServ"
|
||||||
RunCommands=["OPER T4 MI-ne-DIRAS-do-AL-vin", "MODE T4 -iw+BET"]
|
RunCommands=["OPER T4 MI-ne-DIRAS-do-AL-vin", "MODE T4 -iw+BET"]
|
||||||
# Requires the bot to be chanop, spoofs sender
|
|
||||||
UseRelayMsg=true
|
UseRelayMsg=true
|
||||||
RemoteNickFormat="{NICK}/{LABEL}"
|
RemoteNickFormat="{NICK}/{LABEL}"
|
||||||
|
|
||||||
|
@ -70,7 +70,12 @@ TBD
|
|||||||
|
|
||||||
TBD
|
TBD
|
||||||
|
|
||||||
|
## skrolli
|
||||||
|
|
||||||
|
* ircErgo
|
||||||
|
* ircIn
|
||||||
|
|
||||||
## borni
|
## borni
|
||||||
|
|
||||||
* ircEtro
|
* ircErgo
|
||||||
* ircIn
|
* ircIn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user