proxy.py icon indicating copy to clipboard operation
proxy.py copied to clipboard

`DEFAULT_DATA_DIRECTORY_PATH` Should be configurable

Open brki opened this issue 1 year ago • 2 comments

DEFAULT_DATA_DIRECTORY_PATH is hardcoded to ~/.proxy.

Describe the solution you'd like DEFAULT_DATA_DIRECTORY_PATH is configurable via an option, for example --data-directory=/opt/proxy.py/data

brki avatar Mar 02 '23 07:03 brki

have this issue too, there is a extra work need to do if running proxy.py in docker image with host user, the $HOME directory doesn't exist, so i have to create it manually

sunnyjocker avatar Apr 19 '23 07:04 sunnyjocker

@brki Thank you for bringing this to highlight.

@sunnyjocker Can understand the scenario you described (running as host user) and having to do extra work when setting up proxy.py

Will get this out in next release. ETA end-of-month.

abhinavsingh avatar Apr 19 '23 09:04 abhinavsingh

@sunnyjocker @brki Following PR fixes this, now you may pass --data-dir flag to customise it

  • https://github.com/abhinavsingh/proxy.py/pull/1389

abhinavsingh avatar Apr 18 '24 03:04 abhinavsingh