yagiraa / dolphin-free

95 stars 47 forks source link

Fix paths, gitignore, fix proxy issue #2

Open Chupart opened 1 year ago

Chupart commented 1 year ago

Relative paths are not working well with flask on MacOS (and Linux I guess). So "{app.root_path}" was added everywhere application references FS path. Added gitignore. Proxy-related functionality (for sure adding proxy, maybe other) was not working if proxy was not checked by anty beforehand. That is fixed by adding additional check. Functionality checked on MacOS and Win