No description
Find a file
2022-09-18 15:39:36 +02:00
bin bin/upgrade_and_restart_all: rename 2022-08-09 17:30:52 +02:00
bundles zfs fixes and default tank is on ssd now 2022-09-18 15:39:36 +02:00
data grafana ups hidden legend 2022-09-04 23:09:50 +02:00
doc play around with systemd hardening 2022-03-27 13:29:58 +02:00
groups remove debian 10, use https in sources.list 2022-09-11 23:46:06 +02:00
hooks node run wol 2022-06-01 11:11:14 +02:00
items nc picsort 2021-10-16 13:35:44 +02:00
libs gitea direct config metadata 2022-09-15 00:54:58 +02:00
nodes zfs fixes and default tank is on ssd now 2022-09-18 15:39:36 +02:00
.editorconfig editorconfig 2022-08-09 16:49:48 +02:00
.envrc reinstall home server and backups and many fixes 2022-06-22 22:31: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 faster demagify 2022-08-17 23:48:32 +02:00
README.md test 2022-09-08 11:40:58 +02:00
requirements.txt qireguard qrcode 2022-02-24 00:03: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#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