Which part is your problem, serving the media from disk, or transcoding and serving that stream?
JASN_DE
- 0 Posts
- 41 Comments
JASN_DE@feddit.orgto Sports@beehaw.org•Alcaraz beats Sinner after a 5 hours and 30 minutes!1·10 days agoThat mainly depends on if you’re rooting for one of the players.
JASN_DE@feddit.orgto Sports@beehaw.org•Alcaraz beats Sinner after a 5 hours and 30 minutes!4·10 days agoAnd it was a fucking great match to watch.
A big portion of that is caused by the drives, so you’d have to compare the empty QNAP vs your empty machine. Also, depending on which NAS appliance, check that the CPU is actually powerful enough to run all your services.
JASN_DE@feddit.orgto Selfhosted@lemmy.world•A noob question about VPSs and bandwidthEnglish7·14 days agowill all my Jellyfin traffic go through the VPS and count as bandwidth used?
Yes.
JASN_DE@feddit.orgto Selfhosted@lemmy.world•Is there any good decentralized cloud storage for personal backups as a self-hoster?English20·14 days ago“Cloud” simply means it’s on other people’s machines.
JASN_DE@feddit.orgto Selfhosted@lemmy.world•Is there any good decentralized cloud storage for personal backups as a self-hoster?English8·14 days agoNo. Why do you think it is?
JASN_DE@feddit.orgto Selfhosted@lemmy.world•Safest CalDAV/CardDAV server [Choice Made]English7·14 days agoBack when I started this compatibility with clients was an issue; but I don’t use Android anymore. In any case, is this still an issue?
Um… How are we supposed to tell you if your unnamed DAV client will have problems with your unnamed new DAV server? Works fine for me.
JASN_DE@feddit.orgto Linux@lemmy.ml•Wireless keyboard disconnects when idle for ~2 minutes5·24 days agoDid you check the logs for any messages when it drops out? Dmesg mostly.
JASN_DE@feddit.orgto Android@lemmy.world•remove an app's "doesn't run without Google play services" pop upEnglish19·27 days agoAnd, how do apps know that I don’t have Google play services?
By requesting them and not getting anything back (very simplified)
Fantastic video btw.
JASN_DE@feddit.orgto Mildly Infuriating@lemmy.world•people trashing the self-service section of the post officeEnglish19·1 month agoAs far as I can tell those are packages someone received, right? Pretty easy to track down those morons.
That’s a Microsoft issue, not necessarily a W11 Problem.
And basically useless if you need external users to be able to connect to the services.
In addition to the explanation you got from the other user: once you’ve set up the bouncer middleware in the configs (don’t know if there even exists a good way to do that outside of the configs files), you simply assign the middleware in the compose file as usual.
That’s because a lot of them are dependencies for the packages you actually want to use, and those needed for the system to work as designed.
JASN_DE@feddit.orgto Selfhosted@lemmy.world•I don't get the love for Nextcloud - alternative for just files?English7·2 months agoYou could also try OpenCloud, which is a Go rewrite of ownCloud.
A fork of the internal Owncloud Go rewrite.
JASN_DE@feddit.orgto Selfhosted@lemmy.world•I don't get the love for Nextcloud - alternative for just files?English11·2 months agoAIO
Yeah, that one is basically a take-it-or-leave-it approach. It’s a lot easier to customize when running your own Docker stack. It grew over the years and the team tries to sell it as an all-in-one SharePoint replacement (which it can be), but that also means it turned into an even more convoluted system.
I was looking into alternatives earlier this year, maybe one of them could be a solution for you:
- Owncloud infinite scale
- opencloud.eu (fork of ocis)
- syncthing (very good, depending on what exactly you’re looking for)
- Pydio Cells
There are others, or servers like WebDAV itself.
Debian on my servers as a very stable base, Fedora Kionoite on the laptop to try out the concept of atomic distros.
If you’re doing a fresh instance it will solve a lot of issues. Personally I run a Nextcloud instance which got its own 2TB SSD. I mounted the disk at /nextcloud, then used bind mounts in docker compose for db and NC.