does a wild card cert essentially mean i have use one cert which will cover all my subdomains as well as the primary domain?
- 1 Post
- 21 Comments
CapitalNumbers@lemm.eeOPto Selfhosted@lemmy.world•Thoughts on the recent Swiss law that might require ProtonVPN to start blocking certain domains?English0·11 days agoCool.
In other news, Swiss law makers claim opening and reading all mail sent to make sure it doesn’t include the phrase “monty bojangles” is “not a privacy concern”
My point is that in order to block a specific domain, you necessarily need to check it against a list of all legitimate domains being accessed
CapitalNumbers@lemm.eeOPto Selfhosted@lemmy.world•Thoughts on the recent Swiss law that might require ProtonVPN to start blocking certain domains?English0·11 days agoAs in why is a post about VPNs on a self-hosted forum?
CapitalNumbers@lemm.eeto Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English0·11 days agoreally? like what? i’ve been using docker completely free and unrestricted - at i think so haha
CapitalNumbers@lemm.eeto Selfhosted@lemmy.world•How do you document your Homelab?English0·12 days agoHere’s my approach to documentation. It’s about habits as much as it’s about actually writing anything down:
-
Never setup anything important via naked terminal commands that you will forget you did
-
Always wrap important commands in some kind of “setup-xyz.sh” script and then run that script to see if your install worked.
-
If you need to make a change to your service, ensure you update your script and so it can be re-run without braking anything
Get into the habit of this and you are documenting as you go
-
CapitalNumbers@lemm.eeto Selfhosted@lemmy.world•How do you document your Homelab?English0·12 days agowhile security might be compromised if an attacker found your documentation, it could equally be compromised by having zero documentation
the easier it is for you to get things back up and running in the event of a data loss / corrupted hard drive / new machine / etc, the less likely you are to forget any crucial steps (eg setting up iptables or ufw)
CapitalNumbers@lemm.eeto Selfhosted@lemmy.world•How do you document your Homelab?English0·12 days agothis is basically what i ended up doing to - glad to see my approach verified somewhat ha ha!
but yeah, in general whenever i make a change / add new service, i always try and add those steps to some sort of setup.sh / docker-compose
CapitalNumbers@lemm.eeto Selfhosted@lemmy.world•Best option for hosting ebooks and audiobooks?English0·12 days agosupports podcasts too? what tool are you using to download those? and does ABS handle the sorting/meta data the same way it does for audio books?
maybe silly question but does tailscale tunnel operate in a similar fashion to a cloud flare tunnel? as in you can remotely access your internal service over https?
i have nginx proxy manager set up all as well, but haven’t worked out the SSL part yet, so all my internal docker services are still on http
out of interest, how did you set up https with npm?
CapitalNumbers@lemm.eeto Selfhosted@lemmy.world•How do I use HTTPS on a private LAN without self-signed certs?English0·2 months agowhy would you realistically need HTTPS on your local network?
CapitalNumbers@lemm.eeto Selfhosted@lemmy.world•How and where should I keep backups of system configurations?English0·2 months agoreal question though is do you back up your backup server?
CapitalNumbers@lemm.eeto Selfhosted@lemmy.world•How to secure Jellyfin hosted over the internet?English0·2 months agoWhy would Cloudflare warn me against a service they themselves offer? The email authentication is all managed by them
CapitalNumbers@lemm.eeto Selfhosted@lemmy.world•Risks of self-hosting a public-facing forum?English0·2 months agoi definitely didn’t have to enter my card details, could my region though
also, what kind of forum are you running that needs web sockets?
CapitalNumbers@lemm.eeto Selfhosted@lemmy.world•Optimal Plex Settings for Privacy-Conscious UsersEnglish0·2 months agostopppp
it’s already dead
CapitalNumbers@lemm.eeto Selfhosted@lemmy.world•How to secure Jellyfin hosted over the internet?English0·2 months agoSo i’ve been trying to set this up this exact thing for the past few weeks - tried all manner of different Nginx/Tailscale/VPS/Traefik/Wireguard/Authelia combos, but to no avail
I was lost in the maze
However, I realised that it was literally as simple as setting up a CloudFlare Tunnel on my particular local network I wanted exposed (in my case, the Docker network that runs the JellyFin container) and then linking that domain/ip:port within CloudFlare’s Zero Trust dashboard
Cloudflare then proxies all requests to your public domain/route to your locally hosted service, all without exposing your private IP, all without exposing any ports on your router, and everything is encrypted with HTTPS by default
And you can even set up what looks like pretty robust authentication (2FA, limited to only certain emails, etc) for your tunnel
Not sure what your use case is, but as mine is shared with only me and my partner, this worked like a charm
CapitalNumbers@lemm.eeto Selfhosted@lemmy.world•Risks of self-hosting a public-facing forum?English0·2 months agoHave you ever tried Cloudflare Tunnels? I think this would solve most of those issues
CapitalNumbers@lemm.eeto Selfhosted@lemmy.world•Risks of self-hosting a public-facing forum?English0·2 months agojust cloudflare tunnel it - i set one up the other day and it works super well, proving external access to a locally hosted service all without having to set up your own SsL certs and worrying about exposing private ips or ports
CapitalNumbers@lemm.eeto Selfhosted@lemmy.world•Someone help me understand the sonarr to jellyfin workflowEnglish0·2 months agoliterally was going through the exact same thoughts as you a couple a weeks ago, tried so many different configurations but the one i found that worked was actually kinda simple
basically they way i did was to run a gluetun docker container, and then in the environment variables pass in the the fact i wanted this to use the WireGuard VPN manager, and then i passed in my Proton VPN wireguard api key (you’ll need a subscription for this)
then once that gluetun container is up and running, you literally just add “network_mode: service:gluetun” to any other containers that you want to use this VPN
can you can even test its working by sending a curl command to an ip checking site from within those containers connected to gluetun
and then also try shutting down that gluetun vpn, and see if you other services (e.g. qbitorrent, still work)
i assume that’s just for free podcasts?