

I’ll take a look when i get home tonight. I do have mine working.
v3ritas.tech SeanMcAdam.online Keybase “Main” Lemmy account 🐭
I’ll take a look when i get home tonight. I do have mine working.
I’d say like half of us do… this administration makes me embarrassed to be an american.
Full excerpt, giving context: “In March, Israel imposed an aid blockade on Gaza in an effort to squeeze concessions from Hamas; it also said, without providing evidence, that the militant group was systematically stealing the supplies.”
Thanks! I’ll take a look at that.
nginx + certbot \ acme for certs from my local Step-CA, proper DNS & I just use a WireGuard VPN on-demand for when I leave my house. As soon as I’m off my Wi-Fi I have the VPN active so I don’t need to expose anything more than 1 port for that to work =]
I might look at Tailscale, if only because I’ve seen plenty of people say that’s how they connect, so worth looking into =]
It looks like jhdeval mentioned this already, but you may need to review your config file. By default, you would likely have nginx listening on ports 80 & 443 for requests to a specific address (i.e.: jellyfin.domain.com) which would be configured in your DNS, & then nginx would direct the jellfin 443 traffic to port 85 to access Jellyfin. Same principle for Bitwarden. If you have your nginx config files, i \ we could take a look & see if we spot any issues.
I prefer doing nginx on the host (vs a container), & have different configs for each service. You can have multiple services on the same port, it can be controlled via DNS instead (i.e.: access Jellyfin.domain.com & bitwarden.domain.com, both of 443).
Ive tried Caddy once or twice but couldn’t get it working, so i just stick with nginx & cert or to automatically get certificates from my internal CA
I feel like i repeat this to myself 20 times a day. I can’t stand this administration.
I might have adjusted the container to run with my local DNS, but all I’m doing for that service is:
- Pi-Hole- Hostname: icon: /icons/pihole.png href: https://my.internal.domain/admin server: Hostname widget: type: pihole url: https://my.internal.domain/ version: 6 # required if running v6 or higher, defaults to 5 # Application Password: key: "<< REDACTED >>"
Replaced my Pi’s hostname, internal domain, keys, etc, but I have this running for two Pi-Holes on my network.