Bind to 0.0.0.0 for start.sh and delete newline in generate-key.sh

main
John 2023-09-15 16:05:31 -04:00
parent e17c1760d4
commit a1b7d6320b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
echo "Enter repo: "
echo -n "Enter repo: "
read -r
echo "- $REPLY-$(openssl rand -hex 20)" >> keys.yaml

View File

@ -1,3 +1,3 @@
#!/bin/bash
uvicorn api:app --reload
uvicorn api:app --host=0.0.0.0