No description
Find a file
2024-06-11 18:41:31 +02:00
bin improve wireguard script 2024-01-26 13:40:41 +01:00
bundles homeassistant-supervised 2024-06-11 18:40:22 +02:00
data homeassistant-supervised 2024-06-11 18:40:22 +02:00
doc play around with systemd hardening 2022-03-27 13:29:58 +02:00
groups wp 2024-02-08 10:46:27 +01:00
hooks macbook custom ssh key 2023-08-01 12:57:27 +02:00
items nc picsort 2021-10-16 13:35:44 +02:00
libs comment 2024-04-16 10:58:16 +02:00
nodes homeassistant-supervised 2024-06-11 18:40:22 +02:00
.editorconfig editorconfig 2022-08-09 16:49:48 +02:00
.envrc PATH_add bin 2023-08-09 07:16:06 +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 demagify remove faults 2023-02-23 18:27:27 +01:00
README.md readme 2022-09-21 22:10:14 +02:00
requirements.txt python 3.12 compat 2023-10-09 08:58:31 +02: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@main#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

TEST