summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2020-11-16 20:32:50 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2020-11-16 20:32:50 +0100
commitb03234567aa2069f777a7a5d38a2ae0bc0d7ebc5 (patch)
treec59c86f45eb63c1d8b6cb3fcdad4ce16fc483887 /run.sh
parentf23c03a3375cce6c16ba9255abaddf03efca01eb (diff)
Add frontend
Authentication is currently working but no other functionality is yet implemented. Authentication is done using OAuth 2 via the backend, currently we assume jab is being used.
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 170f473..0b0e6b3 100755
--- a/run.sh
+++ b/run.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-FLASK_APP=inventory FLASK_ENV=development flask run "$@"
+FLASK_APP=inventory FLASK_ENV=development flask run -h ::1 "$@"