client: request folder lists from server

This commit is contained in:
geoffrey45
2021-12-15 15:20:12 +03:00
parent 803c813786
commit 701f61250e
14 changed files with 111 additions and 61 deletions
+8 -4
View File
@@ -1,10 +1,14 @@
export PORT=8000
export music_dir="/home/cwilvx/Music/"
export FLASK_APP=app
export FLASK_DEBUG=1
export FLASK_RUN_PORT=8008
# export FLASK_APP=app
# export FLASK_DEBUG=1
# export FLASK_RUN_PORT=8008
# export music_dirs="['/home/cwilvx/Music/', '/home/cwilvx/FreezerMusic']"
flask run
# flask run
python manage.py
# gunicorn -b 0.0.0.0:9876 --workers=4 "wsgi:create_app()" --log-level=debug