mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 06:06:05 +03:00
[GH-ISSUE #1292] Please support explicit proxy settings on Android #858
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#858
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @infinity0 on GitHub (Nov 23, 2022).
Original GitHub issue: https://github.com/floccusaddon/floccus/issues/1292
Describe the feature you'd like to request
The floccus browser extension uses the browser's proxy settings - at least in Firefox, which is what I've tested so far. However, there is no corresponding way to do this on Android.
In particular, I'm interested in accessing my own server which is a Tor Onion (hidden) service, but only for specific applications, without pushing all my traffic through Tor via a system-wide VPN or system proxy settings. This is supported by other private backup tools such as DAVx5 and Syncthing.
Describe the solution you'd like
The ability to use a local SOCKS proxy for floccus to access the bookmarks server. This could either be for the whole application or per account; the former is simpler and sufficient for my use-case, and it's what DAVx5 and Syncthing both do.
Describe alternatives you've considered
A workaround is to enable the system-wide VPN on Orbot, but it's very inconvenient to have to switch it on and off every time I want to sync my bookmarks, and it prevents non-Tor VPNs from working at the same time.