Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 171654

A proxmox install script for Vaultwarden

$
0
0
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

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

Viewing all articles
Browse latest Browse all 171654

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>