ecliptik / privacy-frontends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontends

Privacy focused frontends in a docker-compose stacked all routed over a VPN.

See Awesome Privacy for additional tools.

Configuration

There are no specific build instructions other than trying to run build.sh and fixing anything that fails.

Common configuraions required are

  • Update example.com in all configs to desired TLD
  • OpenVPN configuration in ./openvpn/openvpn.ovpn
  • Wildcard Let's Encrypt certificate in /etc/letsencrypt/live/example.com/

Notes

Invidious

On IOS, Use Yattee with Invidious to watch Youtube with Sponsor block and proxy videos.

Invidious has a known issue where subscriptions will not update unless using PubSub (requiring a public instance) or restarting occasionally.

Following crontab will restart invidious and nginx every hour,

0 * * * * docker restart invidious nginx

Redirects

Redirector browser extension can automatically redirect domains to privacy focused domains and basic configuration is in ./redirector.

About


Languages

Language:Dockerfile 86.5%Language:JavaScript 8.2%Language:Shell 5.3%