jackdesert / freecinc

A hosted solution for syncing your TaskWarrior client
MIT License
69 stars 3 forks source link

Proxy configuration for freecinc #2

Closed ParinVachhani closed 6 years ago

ParinVachhani commented 7 years ago

Can you help me run freecinc behind my institute proxy? My /etc/environment includes the proxy variables shown below: http_proxy=http://proxy.iiit.ac.in:8080/ https_proxy=http://proxy.iiit.ac.in:8080/ ftp_proxy=http://proxy.iiit.ac.in:8080/ no_proxy="localhost,127.0.0.1, *iiit.ac.in" HTTP_PROXY=http://proxy.iiit.ac.in:8080/ HTTPS_PROXY=http://proxy.iiit.ac.in:8080/ FTP_PROXY=http://proxy.iiit.ac.in:8080/ NO_PROXY="localhost,127.0.0.1, *iiit.ac.in"

I am using Linux Mint 18 Sarah Cinnamon 64-bit. I have configured the proxy for applications using the help provided here. So does freecinc need an extra level of configuration for running behind a proxy or am I missing something here?

jackdesert commented 7 years ago

Freecinc runs on port 53589. I've known others who had trouble connecting because that port was blocked at work.

Might I refer you to the #taskwarrior group on freenode. Maybe they can help you to configure taskwarrior with a proxy.

On Thu, Dec 29, 2016 at 4:02 PM, Parin notifications@github.com wrote:

Can you help me run freecinc behind my institute proxy? My /etc/environment includes the proxy variables shown below: http_proxy=http://proxy.iiit.ac.in:8080/ https_proxy=http://proxy.iiit. ac.in:8080/ ftp_proxy=http://proxy.iiit.ac.in:8080/ no_proxy="localhost,127.0.0.1, iiit.ac.in" HTTP_PROXY=http://proxy.iiit. ac.in:8080/ HTTPS_PROXY=http://proxy.iiit.ac.in:8080/ FTP_PROXY= http://proxy.iiit.ac.in:8080/ NO_PROXY="localhost,127.0.0.1, iiit.ac.in"

I am using Linux Mint 18 Sarah Cinnamon 64-bit. I have configured the proxy for applications using the help provided here http://askubuntu.com/a/151047. So does freecinc need an extra level of configuration for running behind a proxy or am I missing something here?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jackdesert/freecinc/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AAwTE7dhRpxe_EyFXMudsuVX03NdHTGFks5rNC4BgaJpZM4LX3-V .

ParinVachhani commented 7 years ago

Thanks @jackdesert :)