mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-22 02:39:49 +00:00
feat(navidrome): admin create sidecar
This commit is contained in:
@@ -80,7 +80,7 @@ spec:
|
||||
args:
|
||||
- |
|
||||
while true; do
|
||||
wget -qO- http://127.0.0.1:8080/
|
||||
wget -qO- http://127.0.0.1:8080/ && break
|
||||
done
|
||||
sleep 10
|
||||
export ADMINCREATE=$(wget -O- --header 'Content-Type: application/json' --post-data '{"username":"JJGadgets", "password":"$(ADMIN_PASSWORD)"}' 'http://127.0.0.1:8080/auth/createAdmin' 2>&1 || true)
|
||||
|
||||
Reference in New Issue
Block a user