this post was submitted on 27 Jul 2023
18 points (90.9% liked)

Selfhosted

39276 readers
488 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
 

I am hosting few services for my friends and family on my server. Due to devices limitations, I can't install VPN on TVs etc. Is it possible to restrict the access to only those users that have a certificate issued by me?

all 12 comments
sorted by: hot top controversial new old
[–] [email protected] 14 points 1 year ago (1 children)

I doubt you'll be able to install client certificates on TVs either. Typically you'd establish a site to site VPN in each location's network stack.

[–] [email protected] 0 points 1 year ago

I am hoping it might work. It's Android TV. So it should support certificates. Site to site VPN is a bit challenging. I will try to explore the mTLS option suggested here.

Thanks!

[–] [email protected] 4 points 1 year ago (1 children)

Personally I use Caddy reverse proxy server and Pihole. I have configured my IP as a domain name in local DNS (example.com).

Caddy supports automatic TLS 1.3 support. So I just copied the CA file snd I installed to all of my devices (even in my Oculus Quest 2). I want to watch movies? I am coming to movies.example.com. i want to read my books? bookd.example.com.

Caddy configuration is very easy, even using containers with docker.

[–] [email protected] 1 points 1 year ago

So you have configured mTLS in caddy? Can you point me to any resources that go through how to do it?

[–] [email protected] 3 points 1 year ago (1 children)

Are you able to open it to the internet and put these services behind an auth proxy? that might be the way to do it. Or if it already has login you might be able to put it behind a cloudflare WAF or similar and restrict bots and bad actors.

[–] [email protected] 1 points 1 year ago

It already has authentication. The problem with cloudflare WAF is that my application is streaming videos, that is against the Cloudflare's ToS.

[–] [email protected] -1 points 1 year ago

^ that is the way. works well on desktop browsers, but others like mobile often don't support mtls :(