No description
Find a file
2023-06-06 17:21:12 +02:00
bin rcon helper script 2022-11-24 18:39:13 +01:00
bundles iperf3 servers 2023-06-06 17:21:12 +02:00
data nextcloud 25.0.7 2023-06-06 10:25:30 +02:00
doc play around with systemd hardening 2022-03-27 13:29:58 +02:00
groups iperf3 servers 2023-06-06 17:21:12 +02:00
hooks apply macbook 2022-11-26 12:24:27 +01:00
items nc picsort 2021-10-16 13:35:44 +02:00
libs libs/systemd.py: nicer ordering for Swap 2023-05-04 18:08:18 +02:00
nodes nextcloud 25.0.7 2023-06-06 10:25:30 +02:00
.editorconfig editorconfig 2022-08-09 16:49:48 +02:00
.envrc macbook more managed 2023-05-25 10:57: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 demagify remove faults 2023-02-23 18:27:27 +01:00
README.md readme 2022-09-21 22:10:14 +02:00
requirements.txt upgrade bw 2023-02-23 18:27: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@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