mirror of
https://gitlab.com/Snogard/kaido.git
synced 2025-08-20 10:50:06 +02:00
updated regular vaultwarden
This commit is contained in:
parent
4ea0dbc503
commit
3523c4830a
@ -2,7 +2,7 @@
|
|||||||
source /opt/kaido/src/libs/bash/lib.sh
|
source /opt/kaido/src/libs/bash/lib.sh
|
||||||
|
|
||||||
# setup
|
# setup
|
||||||
imageName=docker.io/vaultwarden/server:1.31.0-alpine
|
imageName=docker.io/vaultwarden/server:1.33.2-alpine
|
||||||
containerName=vaultwarden
|
containerName=vaultwarden
|
||||||
|
|
||||||
dstBasePath="$KAIDO_CONTAINER_FOLDER/$containerName"
|
dstBasePath="$KAIDO_CONTAINER_FOLDER/$containerName"
|
||||||
@ -31,4 +31,7 @@ podman create \
|
|||||||
|
|
||||||
# systemd
|
# systemd
|
||||||
create_systemd_services $containerName
|
create_systemd_services $containerName
|
||||||
systemctl --user enable --now $containerName
|
systemctl --user enable --now $containerName
|
||||||
|
|
||||||
|
echo "WARNING: this installer is being deprecated in favor of a vaultwarden installation with a database
|
||||||
|
Please migrate to vaultwarden-ng intead"
|
Loading…
x
Reference in New Issue
Block a user