gist/irc/matterbridge/README.md

30 lines
1.8 KiB
Markdown
Raw Normal View History

2023-03-16 18:53:28 +01:00
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [Matterbridge resources](#matterbridge-resources)
- [My other resources](#my-other-resources)
- [Other resources](#other-resources)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
2022-03-18 09:37:02 +01:00
# Matterbridge resources
2023-02-26 18:01:13 +01:00
Mainly _myrelays.md_ documenting what my personal matterbridge instance is
doing and _matterbridge-example.toml_ as an example on what config file
2022-03-18 09:37:02 +01:00
could look like.
## My other resources
2023-02-26 18:01:13 +01:00
- systemd units (including timers to not have to use cron and to see specific
2022-03-18 09:37:02 +01:00
restart times, even randomized, before they happen in `systemctl status`)
2023-02-26 18:01:13 +01:00
- [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)
2022-03-18 09:37:02 +01:00
to not store media uploads for longer than a week.
2023-02-26 18:01:13 +01:00
- [sudoers.d/matterbridge-restart](https://gitea.blesmrt.net/mikaela/shell-things/src/branch/master/etc/sudoers.d/restart-matterbridge)
2022-03-18 09:37:02 +01:00
for passwordless `sudo systemctl restart matterbridge.service`
## Other resources
2023-02-26 18:01:13 +01:00
- [Upstream wiki](https://github.com/42wim/matterbridge/wiki/)