bundlewrap/README.md
2022-08-09 00:30:33 +02:00

678 B

TODO

  • dont spamfilter forwarded mails
  • gollum wiki
  • blog?
  • fix dkim not working sometimes
  • LDAP
  • oauth2/OpenID
  • icinga

Raspberry pi as soundcard

install bw fork

pip3 install --editable git+file:///Users/mwiegand/Projekte/bundlewrap-fork#egg=bundlewrap

monitor timers

Triggers=$(systemctl show logrotate.timer --property=Triggers --value)
if systemctl is-failed "$Triggers"
do
  InvocationID=$(systemctl show "$Triggers" --property=InvocationID --value)
  journalctl INVOCATION_ID="$InvocationID" --output cat
fi