No description
Find a file
2022-08-09 16:49:48 +02:00
bin nicer ux 2022-05-31 17:21:43 +02:00
bundles nomodeset on nvidia gpu 2022-07-07 20:17:38 +02:00
data more proc_cpu data 2022-07-07 19:12:59 +02:00
doc play around with systemd hardening 2022-03-27 13:29:58 +02:00
groups ckn user 2022-06-01 10:42:35 +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 ssh: collect host keys in metadata 2022-03-27 17:02:17 +02:00
nodes nomodeset on nvidia gpu 2022-07-07 20:17:38 +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 wip 2021-06-30 00:34:09 +02:00
README.md monitor timers readme 2022-08-09 00:30:33 +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

Triggers=$(systemctl show logrotate.timer --property=Triggers --value)
if systemctl is-failed "$Triggers"
do
  InvocationID=$(systemctl show "$Triggers" --property=InvocationID --value)
  journalctl INVOCATION_ID="$InvocationID" --output cat
fi