No description
Find a file
mwiegand a60503df09 wip
2022-08-31 11:36:23 +02:00
bin bin/upgrade_and_restart_all: rename 2022-08-09 17:30:52 +02:00
bundles wip 2022-08-31 11:36:23 +02:00
data wip 2022-08-16 19:14:39 +02:00
doc play around with systemd hardening 2022-03-27 13:29:58 +02:00
groups htop 2022-08-09 16:50:46 +02:00
hooks node run wol 2022-06-01 11:11:14 +02:00
items nc picsort 2021-10-16 13:35:44 +02:00
libs ssh: collect host keys in metadata 2022-03-27 17:02:17 +02:00
nodes wip 2022-08-16 19:14:39 +02:00
.editorconfig editorconfig 2022-08-09 16:49:48 +02:00
.envrc reinstall home server and backups and many fixes 2022-06-22 22:31:39 +02:00
.gitignore git ignore *.pyc 2022-05-31 17:23:16 +02:00
groups.py wip 2021-06-11 13:30:57 +02:00
nodes.py wip 2021-06-30 00:34:09 +02:00
README.md readme 2022-08-11 12:37:13 +02:00
requirements.txt qireguard qrcode 2022-02-24 00:03:44 +01:00

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

Timer=backup

Triggers=$(systemctl show ${Timer}.timer --property=Triggers --value)
echo $Triggers
if systemctl is-failed "$Triggers"
then
  InvocationID=$(systemctl show "$Triggers" --property=InvocationID --value)
  echo $InvocationID
  ExitCode=$(systemctl show "$Triggers" -p ExecStartEx --value | sed 's/^{//' | sed 's/}$//' | tr ';' '\n' | xargs -n 1 | grep '^status=' | cut -d '=' -f 2)
  echo $ExitCode
  journalctl INVOCATION_ID="$InvocationID" --output cat
fi

telegraf: execd for daemons