No description
Find a file
2023-05-16 20:13:22 +02:00
bin rcon helper script 2022-11-24 18:39:13 +01:00
bundles wip 2023-05-16 20:13:22 +02:00
data nextcloud bigger uploads 2023-03-17 17:32:24 +01:00
doc play around with systemd hardening 2022-03-27 13:29:58 +02:00
groups release -> codename 2023-04-20 11:09:08 +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 dmarc 2023-04-28 11:11:11 +02:00
.editorconfig editorconfig 2022-08-09 16:49:48 +02:00
.envrc some weird space 2023-05-05 18:25:21 +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