dotconfig/sv: add

This commit is contained in:
Luc Bijl 2025-08-17 15:02:24 +02:00
parent 2e05501c92
commit f129f83f6d
26 changed files with 159 additions and 0 deletions

5
dotconfig/sv/bitwarden/conf Executable file
View file

@ -0,0 +1,5 @@
name="bitwarden"
pod_location="${HOME}/.config/pods/bitwarden"
bin_location="${HOME}/.local/bin"
command="/usr/bin/podman"
command_args="--network=pasta --replace"

6
dotconfig/sv/bitwarden/finish Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
. ./conf
exec 2>&1
exec $command kube down ${pod_location}/${name}-pod.yml

7
dotconfig/sv/bitwarden/run Executable file
View file

@ -0,0 +1,7 @@
#!/bin/sh
. ./conf
exec 2>&1
$command kube play $command_args ${pod_location}/${name}-pod.yml
exec ${bin_location}/checkpod