No description
Find a file
2023-01-03 15:14:21 +01:00
bin rcon helper script 2022-11-24 18:39:13 +01:00
bundles bundles/nextcloud/files/managed.config.php: decode to assoc array instead of object 2023-01-03 15:14:21 +01:00
data bundle:nodejs 2022-12-29 14:00:53 +01:00
doc play around with systemd hardening 2022-03-27 13:29:58 +02:00
groups left4dead: only individual server workshop downloads 2022-12-03 19:51:13 +01:00
hooks apply macbook 2022-11-26 12:24:27 +01:00
items nc picsort 2021-10-16 13:35:44 +02:00
libs apply macbook 2022-11-26 12:24:27 +01:00
nodes nextcloud update 2022-12-21 10:57:24 +01:00
.editorconfig editorconfig 2022-08-09 16:49:48 +02:00
.envrc change disk cache dir 2022-10-19 00:53:59 +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 faster demagify 2022-08-17 23:48:32 +02:00
README.md readme 2022-09-21 22:10:14 +02:00
requirements.txt cache slow rsa generation to disk 2022-10-19 00:23:56 +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