Lem453
@Lem453@lemmy.ca
- Comment on Securely Expose your Homelab Services with Mutual TLS - YouTube 14 hours ago:
I didn’t know what this was until now. It seems like the beta bitwarden app supports this. Would be interesting to get it setup for that.
- Comment on What are the advantages/disadvantages of the different backup solutions? 1 week ago:
This along with borg warehouse is the GOAT setup. Many others exist of course.
- Comment on Outgrown my Synology NAS, time for a proper dedicated machine 2 weeks ago:
I did his when I moved from unraid because I wanted better infra as code for my dockers etc. Kept unraid with all my drives and use NFS mounts
- Comment on goodbye plex 2 weeks ago:
The best and most versatile system is having domains and a reverse proxy that has internal and external domains. Ie jelly.example.com and Vaultwarden.internal.example.com
Then you add authentik which does SSO for many app like nextcloud, immich, linkwarden etc. For apps that don’t integrate, you can still use his with reverse proxy authentication (sonarr).
Naturally this is more complex to setup but nothing beats the versatility.
I can choose extra protection for things like vaultwarden (need to connect via wiregaurd). Make things external for other users to access easily (immich, jellyfin, etc). Everything is based on users that are made in authenticatik and they all have the same password with single sign on.
You would approach this is pieces. get the domain and reverse proxy working first. Then authentik. this is only realistic with docker compose.
- Comment on goodbye plex 2 weeks ago:
Assuming this is all true, sure its not great but how much does it matter?
Most have jellyfin in a docker. My jellyfin can’t only has read only accses to the media folder. Only the config folder has write access. Assuming the worst case scenario here, how much damage can than do?
- Comment on goodbye plex 2 weeks ago:
I’ve been using jelly since just after the emby fork and never had an update issue on docker.
- Comment on A sovereign Microsoft 365 alternative: Nextcloud and IONOS join forces - Nextcloud 3 weeks ago:
Owncloud infinite scale seems, well, much more scalable
- Comment on CrowdSec vs Fail2Ban - What to use? 2 months ago:
I have traefik running with all config done via the docker compose files and I just couldn’t figure out how to get the bouncer middleware to work without causing problems. Doesn’t help that most examples seem to be based on the static yaml based config so I’m trying to convert jt. Would appreciate anyone who might know of a resource that explains with docker compose environment tags.
I also have middle ware for things like authentik which complicates things.
- Comment on Why is everyone using Tailscale? 2 months ago:
Others have already mentioned the question makes no sense but for others that are curious.
Headscale is a self hosted tailacale alternative and for a small number of devices plain wireguard is as well. I use plain wireguard on my router to allow LAN access from my mobile devices.
I want rock solid stability and simplicity since I use this for to debug issues if they crop up while I’m away.
- Comment on Manage things "To be Read" 2 months ago:
The thing I like most about linkwarden is that it integrates with my existing single sign on (authentik). After you get to a certain number of apps, it becomes extremely annoying to not have this so I now look for SSO as a major factor when deciding what app to use.
- Comment on Fully self-hosted password manager options 2 months ago:
The native rewrite of the Android app is butter smooth. I think it’s still technically in beta, but I’ve been using it for more than a year.
- Comment on Monitoring OPNSense Logs with Grafana Loki 2 months ago:
Do you mind putting some screenshots of what the final dashboard looks like?
Also, how much IO wear and tear does this put on a solid-state drive?
- Comment on Traefik with Socket Activation via Podman Quadlets 2 months ago:
What’s the advantage of socket activation? Is it more secure than exposing a docker port?
- Comment on How do you handle absolutely critical alerts on your Android phone? 3 months ago:
Mine works instantly on a pixel 8. There is a notification that is always active for the gotify app. I believe an always on notification is required for instant pushing with non google apps. Maybe you haven’t enabled it in the settings somewhere?
- Comment on How do you handle absolutely critical alerts on your Android phone? 3 months ago:
Gotify along with an external email service. I get each notification twice, immediately
- Comment on Nextcloud (PHP) vs OpenCloud (Rust) 3 months ago:
From the website, i can’t see how it’d different than owncloud.
- Comment on Nextcloud (PHP) vs OpenCloud (Rust) 3 months ago:
This is what you’re really looking for:
- Comment on How do I host Jellyfin in the most secure manner possible? 3 months ago:
No reason not to have both. Things like vaultwarden do warrant an extra layer so setup wildcard domain for internal services x.local.example.com and then normal certs for external stuff like y.example.com.
To get internal stuff you then need your vpn as well to access it. You can now easily choose what risk you want on a per app basis.
Technotim has a good video on this
- Comment on Backups made easy: btrfs + snapper + snapborg 3 months ago:
Oh i see.
that is a good point. Being about the mount the borg repo and pull out a specific file is very useful. Not sure I would do it as a bloc device since I don’t think there is an easy way to see specific files.
- Comment on Backups made easy: btrfs + snapper + snapborg 3 months ago:
With snapshots it costs nothing if the OS files don’t change much
- Comment on Developing a self-hosted alternative to Google Keep 3 months ago:
Self host radicale if you don’t want the whole nextcloud suite
- Comment on New Jellyfin Server/Web release: 10.10.7 3 months ago:
If I in traefik and jellyfin in docker, so I add the docker IP of traefik as the trusted proxy?
- Comment on Best Back Up Solution For Multiple Servers 3 months ago:
I use self hosted borg repo to backup to a local server and then also borgbase is a service that allows remote backup.
Borgmatic automates all of this.
- Comment on How to secure Jellyfin hosted over the internet? 3 months ago:
He’s saying that while there is no benefit to being connect to WG at home, there is also no downside so many people just stay connected all the time.
- Comment on How to secure Jellyfin hosted over the internet? 3 months ago:
I haven’t tried it, but the app has the ability to select which app it tunnels.
When you make a new tunnel, it says “all applications” if you click on that you can select specific ones to include or exclude
- Comment on How to secure Jellyfin hosted over the internet? 3 months ago:
Android wireguard all hasn’t been updated in 18mo. Its extremely simple with a small code base. There basically isn’t anything to update. It uses wireguard kernel module which is itself is only like 700 lines of code. It so simple that it basically became stable very quickly and there is nothing left of update right now.
- Comment on How to secure Jellyfin hosted over the internet? 3 months ago:
I just stay connected to wireguard even at home, only downside is the odd time I need to chromecast, it needs to be shut off.
- Comment on How to secure Jellyfin hosted over the internet? 3 months ago:
I use plain wireguard on me phone, always on essentially with no issues. I wonder why tailscale app can’t stay open.
- Comment on Making sure restic backups are right 3 months ago:
I use Borg but every now and then I mount a backup and download a few files to make sure they work correctly.
I’ve so far only had to do this for real with my local zfs snapshots after messing up a config file or blowing away the wrong folder. Process to restore is essentially the same except I would mount the Borg repo instead of a local zfs snapshot
- Comment on The Enshittification of 3D Printers – Are We Losing What Made Them Great? 3 months ago:
For now