mirror of
https://gitea.blesmrt.net/mikaela/gist.git
synced 2024-11-21 18:59:22 +01:00
irc/matterbridge: add README.md
This commit is contained in:
parent
0711feb2a7
commit
bcff8ad87d
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/)
|
Loading…
Reference in New Issue
Block a user