this post was submitted on 05 May 2024
0 points (NaN% liked)

Selfhosted

37927 readers
426 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.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
0
Reverse proxy (lemdro.id)
submitted 2 months ago* (last edited 2 months ago) by mfat@lemdro.id to c/selfhosted@lemmy.world
 

I have an openwrt router at home which also acts as my home server. It's running a bunch of services using docker (Jellyfin, Nextcloud, etc.)

I have set up an SSH tunnel between my openwrt router and VPS and can access jellyfin successfully.

I understand that I need to set up a reverse proxy to access multiple services and have https.

But I'm confused if I should set up this reverse proxy on the VPS or on the router itself. Is nginx the easiest option? Should i add subdomains in cloudflare for every service?

Pease don't recommend vpns since they are all blocked where i live (wireguard, tailscale openVPN, etc.) I'm limited to using ssh tunneling only.

Thanks

top 3 comments
sorted by: hot top controversial new old
[–] dataprolet@lemmy.dbzer0.com 0 points 2 months ago (1 children)

How can something like Tailscale be blocked?

[–] Felix_lm22@sopuli.xyz 0 points 2 months ago* (last edited 2 months ago) (1 children)

~~Unfortunately, Deep Packet Inspection does this as Tailscale/Wireguard does not encrypt traffic~~

My bad, it encrypts traffic, but I mean easily readable signature

[–] loutr@sh.itjust.works 1 points 2 months ago

Wireguard, like all VPNs, definitely does E2E encryption. What would be the point of an unencrypted VPN?