How to setup Proxmox to use Keycloak as authentication realm.
root@proxmox:/etc/pve# cat domains.cfg
pam: pam
        comment Linux PAM standard authentication| #!/usr/bin/env python3 | |
| # This hooks script syncs task warrior to the configured task server. | |
| # The on-exit event is triggered once, after all processing is complete. | |
| # Make sure hooks are enabled and this hook script is executable. | |
| # Run `task diag` for diagnostics on the hook. | |
| import sys | |
| import json | 
| #!/usr/bin/env sh | |
| # Download lists, unpack and filter, write to stdout | |
| curl -s https://www.iblocklist.com/lists.php \ | |
| | sed -n "s/.*value='\(http:.*=bt_.*\)'.*/\1/p" \ | |
| | xargs wget -O - \ | |
| | gunzip \ | |
| | egrep -v '^#' |