What did you use for zero trust?
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Why do you want to know? Huh?
a domain and cert doesn't equal zero trust network.
Right. Zero trust means at the very least you need to add AuthN and AuthZ to every endpoint with no exceptions for internal IP addresses.
I don't trust my self with this kind of responsibility.
I do also have a zero trust network. Zero friends= zero trust
Lol.
Still got the library issue, eh? Gonna have to just turn off services/apps/processes until you find the culprit.
lol, yeah. Gitea is next on the list, but I don't have much more I'm afraid, Immich and Nextcloud are critical apps for me, so if it isn't gitea or minecraft, then I might just setup a new server out of an old laptop to be my Jellyfin server and migrate my library there.
Are you losing your library on reboot?
Not even on reboot, it just get's deleted somehow, been happening for the past couple of months and I haven't been able to figure out why yet. I posted all about it here (https://lemmy.world/post/32756942) if you are interested in reading about it.
Any de dupe tasks running and removing them since it sees them in a backup?
There where no tasks running outside whatever is setup out of the box when installing jellyfin. I have recently discovered that jellyfin can delete your media if it thinks the media has been removed...
Wierdest logic by the devs.
Do you have the media cleanup plugin installed for Jellyfin? I wonder if you change the PUID and/or GUID if you couldn't make sure Jellyfin wasn't the source of the deletion.
I don't have that plugin from what I can tell, and I did not install it manually either. What should I try changing the PUID and GUID to?
I would think the Jellyfin logs would say if it deleted something. But I have to say, I cannot fully understand GUID and PUID in all cases. But you can try to subtract 1 digit from PUID (100 to 99) and then try to delete a show or movie within Jellyfin's interface. If it won't do it, then you've got the permissions at least where it can't delete things. It is possible to not view things as well, so it might take some research or trial and error and make sure you write down where it is now. But, it will remove one factor at least.
Finally caught it! It was Jellyfin stupid ass deleting my media!
Fuck yeah! One issue down, 9,374 to go!
Wtf why?
Apparently is a known bug 🙃
Jesus that is not a small bug lol
Link to bug?
Maybe this
Although it looks like the nasty docker bug link in that thread is fixed.
So maybe ro mounts can mitigate the problem.
Can you spin up a VM or a docker image?
I've done this when services misbehave, and just migrate the DB over (Syncthing in particular).
Curious to how syncthing misbehaved. Care to elaborate?
I may try that at some point but work keeps me pretty busy so it may take me a few weeks before I can try.