More config options (tmpl, yt_proxy) + notes

This commit is contained in:
DarkCat09 2024-05-04 10:27:57 +04:00
parent 0cbb9d424e
commit 96be306b2b
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3
3 changed files with 23 additions and 6 deletions

View file

@ -1,7 +1,10 @@
.PHONY: run test build frontend backend
run:
HOST=127.0.0.1 PORT=4009 COOKIES_DIR=cookies python3 ./backend/main.py
# See backend/config.py for more fields
HOST=127.0.0.1 PORT=4009 \
COOKIES_DIR=cookies \
python3 ./backend/main.py
test:
@python3 -m unittest discover -vcs ./backend