mirror of
https://github.com/anotherhadi/spilltea.git
synced 2026-07-06 20:42:33 +02:00
b3caa9852c
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
1.3 KiB
1.3 KiB
Configuring your browser's proxy settings
If you use Nix, you can launch a pre-configured browser (LibreWolf) with the proxy and certificate already set up:
nix run github:anotherhadi/spilltea#browser{{if or (ne .Cfg.App.Host "127.0.0.1") (ne .Cfg.App.Port 8080) (ne .Cfg.App.CertDir "~/.local/share/spilltea")}} --{{end}}{{if ne .Cfg.App.Host "127.0.0.1"}} --host {{.Cfg.App.Host}}{{end}}{{if ne .Cfg.App.Port 8080}} --port {{.Cfg.App.Port}}{{end}}{{if ne .Cfg.App.CertDir "~/.local/share/spilltea"}} --cert-dir {{.Cfg.App.CertDir}}{{end}}
Otherwise, we recommend installing FoxyProxy to manage your browser's proxies. You can install it from the Google Chrome extension store or from the Firefox extension store
- Open FoxyProxy's options, then click on
Add New Proxybutton. - Click the "Manual Proxy Configuration" radio button. Set the "HTTP Proxy" field to
{{.Cfg.App.Host}}and the "Port" field to{{.Cfg.App.Port}}. Click "Save". - Forward traffic to Spilltea by selecting the new proxy in FoxyProxy's extension button.
- You're all set! You can now use Spilltea.
If proxy_auth is set in the config (user:pass), enter the same credentials in FoxyProxy under "Username" and "Password" in the proxy settings.