Which part is your problem, serving the media from disk, or transcoding and serving that stream?
JASN_DE
- 0 Posts
- 27 Comments
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·8 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?English208·8 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?English84·8 days agoNo. Why do you think it is?
JASN_DE@feddit.orgto Selfhosted@lemmy.world•Safest CalDAV/CardDAV server [Choice Made]English72·8 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.
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.
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.
JASN_DE@feddit.orgto Selfhosted@lemmy.world•Is it normal to not have any malicious login attempts?English291·2 months agoProbably simply not a lucrative target for automated scanning/attacks, unlike e.g. ssh.
Edit: or WordPress. My logs are full of those, until Crowdsec hits.
Don’t know about the “cool kids”, but Joomla worked out nicely for me.
I think it’ll make a big difference if you need just the OOTB platform, or additional plugins.
Irrelevant, as that data can simply be retrieved inside HA.
JASN_DE@feddit.orgto Selfhosted@lemmy.world•Help me choose hardware for my first custom setupEnglish10·3 months agoI’d up the RAM to whatever your budget allows. 8GB are on the low side for several heavy services at the same time.
JASN_DE@feddit.orgto Selfhosted@lemmy.world•Plex is locking remote streaming behind a subscription in AprilEnglish111·3 months agoWhat a load of BS.
JASN_DE@feddit.orgto Selfhosted@lemmy.world•What are some good self hosted civics projects?English5·3 months agoYou could tun a TOR relay.
Java edition is easy to selfhost, did it as a docker stack a while ago. Apart from that, it really depends on what addons etc. your players are usually playing. Most things can be done with not too much effort, but that’s probably the thing you need to find out.
JASN_DE@feddit.orgto Selfhosted@lemmy.world•Choosing a second drive for my home serverEnglish5·3 months agoDon’t use external drives as non-temporary storage. Backups etc, fine, but not as a replacement for internal storage. It will only lead to headaches at some point. Especially as you have one extra slot.
So your native nginx process covers ports 80 and 443. which ports does your NPM use? Are you trying to use the same ports? Because that’ll most likely clash.
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.