No description
Find a file
2023-08-01 19:03:08 +02:00
bin rcon helper script 2022-11-24 18:39:13 +01:00
bundles wip 2023-08-01 18:58:37 +02:00
data apt new sources format 2023-07-31 21:00:17 +02:00
doc play around with systemd hardening 2022-03-27 13:29:58 +02:00
groups apt source multiple urls 2023-08-01 12:15:49 +02: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 wip 2023-08-01 19:03:08 +02:00
nodes wip 2023-08-01 18:08:54 +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 more precise requriements.txt 2023-06-26 19:36:48 +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