[GH-ISSUE #38] Request for HTTP and SOCKS5 Proxy Support #35

Closed
opened 2026-03-02 11:45:53 +03:00 by kerem · 6 comments
Owner

Originally created by @daydaya on GitHub (Mar 27, 2024).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/38

Hi,

Could you add support for HTTP and SOCKS5 proxies?

Many users, including myself, need proxies to access sites like Google and Facebook due to local internet restrictions.
This feature would help a lot.

Thanks,

Originally created by @daydaya on GitHub (Mar 27, 2024). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/38 Hi, **Could you add support for HTTP and SOCKS5 proxies?** Many users, including myself, need proxies to access sites like Google and Facebook due to local internet restrictions. This feature would help a lot. Thanks,
kerem 2026-03-02 11:45:53 +03:00
Author
Owner

@MohamedBassem commented on GitHub (Mar 27, 2024):

I think this might be possible right now by passing extra arguments to the chrome docker container. This is where the chrome args are passed: https://github.com/MohamedBassem/hoarder-app/blob/main/docker/docker-compose.yml#L24

You might try to add some of the proxy flags documented in chromium here: https://www.chromium.org/developers/design-documents/network-settings/

<!-- gh-comment-id:2024130821 --> @MohamedBassem commented on GitHub (Mar 27, 2024): I **think** this might be possible right now by passing extra arguments to the chrome docker container. This is where the chrome args are passed: https://github.com/MohamedBassem/hoarder-app/blob/main/docker/docker-compose.yml#L24 You might try to add some of the proxy flags documented in chromium here: https://www.chromium.org/developers/design-documents/network-settings/
Author
Owner

@MohamedBassem commented on GitHub (Apr 5, 2024):

I'll mark this as closed. If you tried it and it didn't work, please reopen.

<!-- gh-comment-id:2040767808 --> @MohamedBassem commented on GitHub (Apr 5, 2024): I'll mark this as closed. If you tried it and it didn't work, please reopen.
Author
Owner

@daydaya commented on GitHub (Apr 13, 2024):

Thank you very much!

Here is an example of my new startup parameters, I hope it is useful to others:
- --proxy-server="http=192.168.1.129:7890;https=192.168.1.129:7890"
- --proxy-bypass-list="*.local;127.0.0.1;localhost"

<!-- gh-comment-id:2053596096 --> @daydaya commented on GitHub (Apr 13, 2024): Thank you very much! Here is an example of my new startup parameters, I hope it is useful to others: `- --proxy-server="http=192.168.1.129:7890;https=192.168.1.129:7890"` `- --proxy-bypass-list="*.local;127.0.0.1;localhost"`
Author
Owner

@nickhelion commented on GitHub (Apr 21, 2025):

- --proxy-server="http=192.168.1.129:7890;https=192.168.1.129:7890"
- --proxy-bypass-list="*.local;127.0.0.1;localhost"

Sorry to bother you, I am new to karakeep, and the parameters above seems not working in latest version(0.23.1), have u encontered similar issues and how do you solve it ?

<!-- gh-comment-id:2817628912 --> @nickhelion commented on GitHub (Apr 21, 2025): > `- --proxy-server="http=192.168.1.129:7890;https=192.168.1.129:7890"` > `- --proxy-bypass-list="*.local;127.0.0.1;localhost"` Sorry to bother you, I am new to karakeep, and the parameters above seems not working in latest version(0.23.1), have u encontered similar issues and how do you solve it ?
Author
Owner

@maidou-00 commented on GitHub (Jun 11, 2025):

- --proxy-server="http=192.168.1.129:7890;https=192.168.1.129:7890"
- --proxy-bypass-list="*.local;127.0.0.1;localhost"

Sorry to bother you, I am new to karakeep, and the parameters above seems not working in latest version(0.23.1), have u encontered similar issues and how do you solve it ?

same here, I just can't get it to work. The only solution I've found so far is to enable proxy on my router.

<!-- gh-comment-id:2962267102 --> @maidou-00 commented on GitHub (Jun 11, 2025): > > `- --proxy-server="http=192.168.1.129:7890;https=192.168.1.129:7890"` > > `- --proxy-bypass-list="*.local;127.0.0.1;localhost"` > > Sorry to bother you, I am new to karakeep, and the parameters above seems not working in latest version(0.23.1), have u encontered similar issues and how do you solve it ? same here, I just can't get it to work. The only solution I've found so far is to enable proxy on my router.
Author
Owner

@nickhelion commented on GitHub (Jun 13, 2025):

- --proxy-server="http=192.168.1.129:7890;https=192.168.1.129:7890"
- --proxy-bypass-list="*.local;127.0.0.1;localhost"

Sorry to bother you, I am new to karakeep, and the parameters above seems not working in latest version(0.23.1), have u encontered similar issues and how do you solve it ?

same here, I just can't get it to work. The only solution I've found so far is to enable proxy on my router.

I resolved my issue via #1265 , may not work for you but worth a try

<!-- gh-comment-id:2969350904 --> @nickhelion commented on GitHub (Jun 13, 2025): > > > `- --proxy-server="http=192.168.1.129:7890;https=192.168.1.129:7890"` > > > `- --proxy-bypass-list="*.local;127.0.0.1;localhost"` > > > > > > Sorry to bother you, I am new to karakeep, and the parameters above seems not working in latest version(0.23.1), have u encontered similar issues and how do you solve it ? > > same here, I just can't get it to work. The only solution I've found so far is to enable proxy on my router. I resolved my issue via #1265 , may not work for you but worth a try
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#35
No description provided.