Hello,
I don't know where else to post this.
But I just created a proxmox install script to create a Vaultwarden server in an LXC container, inside of a debian LXC template
Read more
I don't know where else to post this.
But I just created a proxmox install script to create a Vaultwarden server in an LXC container, inside of a debian LXC template
Code:
#----------------------------------------
# stop in case of errors
#set -e # this breaks on or soon after pct create
# shell function to create --net variable
addnet() { CT_net_count=${CT_net_count:-0}; local net_name=$1; shift; local _CT_new_config="--net$CT_net_count name=$net_name"; local valid_params=("bridge"...
Read more