mirror of
https://github.com/tteck/Proxmox.git
synced 2024-11-26 16:43:17 +01:00
Update alpine-vaultwarden-v5-install.sh
Tweak
This commit is contained in:
parent
ddd7664243
commit
3d15e5b026
@ -106,8 +106,8 @@ $STD apk add nano
|
|||||||
$STD apk add mc
|
$STD apk add mc
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing Vaultwarden"
|
msg_info "Installing $APPLICATION"
|
||||||
$STD apk add --no-cache vaultwarden
|
$STD apk add vaultwarden
|
||||||
cat <<EOF >/etc/conf.d/vaultwarden
|
cat <<EOF >/etc/conf.d/vaultwarden
|
||||||
export DATA_FOLDER=/var/lib/vaultwarden
|
export DATA_FOLDER=/var/lib/vaultwarden
|
||||||
export WEB_VAULT_FOLDER=/var/lib/vaultwarden/web-vault
|
export WEB_VAULT_FOLDER=/var/lib/vaultwarden/web-vault
|
||||||
@ -117,7 +117,7 @@ export ROCKET_ADDRESS=0.0.0.0
|
|||||||
EOF
|
EOF
|
||||||
$STD rc-service vaultwarden start
|
$STD rc-service vaultwarden start
|
||||||
$STD rc-update add vaultwarden default
|
$STD rc-update add vaultwarden default
|
||||||
msg_ok "Installed Vaultwarden"
|
msg_ok "Installed $APPLICATION"
|
||||||
|
|
||||||
echo -e "$APPLICATION LXC provided by https://tteck.github.io/Proxmox/\n" > /etc/motd
|
echo -e "$APPLICATION LXC provided by https://tteck.github.io/Proxmox/\n" > /etc/motd
|
||||||
if [[ "${SSH_ROOT}" == "yes" ]]; then
|
if [[ "${SSH_ROOT}" == "yes" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user