This commit is contained in:
parent
5cd074784d
commit
69f8f7d718
@ -2,14 +2,10 @@
|
|||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
env
|
|
||||||
|
|
||||||
bw config server ${BW_HOST}
|
bw config server ${BW_HOST}
|
||||||
cat /root/.config/Bitwarden CLI/data.json
|
bw login --apikey
|
||||||
export BW_SESSION=$(bw login --apikey --raw)
|
export BW_SESSION=$(bw unlock --passwordenv BW_PASSWORD --raw)
|
||||||
bw unlock --passwordenv BW_PASSWORD
|
|
||||||
bw unlock --check
|
bw unlock --check
|
||||||
|
|
||||||
echo 'Running `bw server` on port 8087'
|
echo 'Running `bw server` on port 8087'
|
||||||
#bw serve --hostname 0.0.0.0 #--disable-origin-protection
|
bw serve --hostname 0.0.0.0 #--disable-origin-protection
|
||||||
/bin/bash
|
|
||||||
|
Loading…
Reference in New Issue
Block a user