Elektrine lite

← Feed

@stratself@lemdro.id

Post #3927004

2026-07-12 02:39 UTC

Use Caddy on each device, with tls turned off. Basically http://service1.devicename.lan/ { tls off reverse_proxy localhost:8000 } http://service2.devicename.lan/ { tls off reverse_proxy localhost:8096 }

Replies (2)

  • @laserjet@lemmy.dbzer0.com 2026-07-12 03:25

    A lot of people are recommending caddy. When you say “on each device” you mean this configuration would refer to the services running on that device right? Not that every client device needs to have this set up? All my web services use apache or lighttd. Do I use caddy just for this or do I have to figure out how to move each of them to use this web server? Also does it work for non-web services, like ssh or samba? (Which wasn’t in my original question, I only thought of it now.)

    Open ##3927003

  • @possiblylinux127@lemmy.zip 2026-07-12 05:02

    I personallly would just use a DNS challenge to get certificates

    Open ##3934512