add more filtering options

This commit is contained in:
ducklet 2021-06-21 23:48:36 +02:00
parent 7dd10f8bc3
commit d09880438d
5 changed files with 113 additions and 41 deletions

View file

@ -4,4 +4,4 @@ cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
exec uvicorn unwind:web_app --reload
exec uvicorn unwind:create_app --factory --reload

View file

@ -4,4 +4,4 @@ cd "$RUN_DIR"
[ -z "${DEBUG:-}" ] || set -x
exec uvicorn --host 0.0.0.0 unwind:web_app
exec uvicorn --host 0.0.0.0 --factory unwind:create_app