added zeo_db

This commit is contained in:
Andreas Balogh
2021-02-10 22:07:06 +01:00
parent c73c9dd2ac
commit 0607e62300
10 changed files with 217 additions and 17 deletions

8
src/webui/run.sh Normal file → Executable file
View File

@@ -1,9 +1,3 @@
#!/bin/sh
# We need to add a empty Data.fs if it does not exist
# as zeo will not start without on.
if [ ! -f /var/zeo/fs/Data.fs ]; then
touch /var/zeo/fs/Data.fs
fi
exec /usr/local/bin/runzeo -a 8100 -C /etc/zeo.conf
exec python3 -m flask run --host=0.0.0.0