this post was submitted on 17 Nov 2023
1 points (66.7% liked)

Self-Hosted Main

502 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Hey folks, I'm on the hunt for a web proxy app I can run on my own server. I want to use it to browse the internet through my server's connection, like this site https://proxyium.com/. I've been searching but haven't found anything similar. Any help finding one would be awesome! ๐Ÿ˜Š

top 3 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 2 points 10 months ago

What you're looking for is called a forward proxy. Most http webserver software can be configured to do this.

Here's a guide for setting up Nginx as a forward proxy:

https://www.baeldung.com/nginx-forward-proxy

[โ€“] [email protected] 0 points 10 months ago (1 children)

Not quite a proxy, but why not run a web browser as a container?

[โ€“] [email protected] 0 points 10 months ago

This is what I was looking for...thank you so much.