• 4 Posts
  • 75 Comments
Joined 1 year ago
cake
Cake day: October 18th, 2023

help-circle

  • It’s doable. I personally run my Jellyfin instance publicly available and there’s maybe 3 people who use it regularly. With my internet connection, WAN side users are limited to about 720p but I’ve had the 3 of us all playing different media at the same time on occasion. The main limiting factors on the number of simultaneously active users is how much upload bandwidth you have and how quickly you can transcode video files. Any 10 year old box will be able to handle 1 or 2 users at a time provided it doesn’t need to do a bunch of transcoding. If your building a box, would use a 11th or 12 gen Intel or if you must go AMD, have a graphics card to handle the transcoding. The “build a box” route can probably handle 4 or 5 simultaneous users, possibly more depending on your hardware choices. The main limiting factor in that case would be your upload.






  • When I was first playing with NC I was using a RPi3 with an external SSD for a drive. Performance was pretty good, but as soon as I tried the same setup in a VM, the performance tanked. The only way I found to avoid the performance penalty was a manual install like it was bare metal, which I didn’t really want to do. My experience with such setups is that they tend to be brittle.

    My understanding was that the performance penalty was caused by the chain of VMs. Proxmox --> Ubuntu VM --> Docker. I don’t know enough about it to say for sure.


  • My NextCloud is running on an old desktop that’s been repurposed into a server. The server is running Proxmox, and NC is running in docker directly on Proxmox using the nextcloud-aio image.

    Found that had better performance than running it in a VM and was less headaches than the other install options.

    I keep thinking about moving it to dedicated hardware, say some sort of mini pc, but it hasn’t been a high priority for me.



  • The average user isn’t going to be going into the guts and changing code. For them customization means the number of exposed “knobs and dials” they can tweak. In that regard KDE is far more customizable than Gnome. I’ve not played with others enough to evaluate them fairly.

    To modify most settings in Gnome, if I remember correctly, you needed an addon. Granted, last time I ran Gnome daily, they were still on Gnome 2 and Ubuntu hadn’t come out with Unity yet.




  • Your good if:

    • It’s self-hosted and open source
    • It’s self-hosted and closed source, but doesn’t require online check in ( the DAW Reaper, for example)

    It’s a toss up if:

    • It’s self-hosted and closed source, and requires online check in.
    • It’s self-hosted and closed source, and requires a constant internet connection
    • It’s cloud, but open source. (you can generally self-host in this instance)

    And you’re screwed if:

    • It’s cloud and closed source.

    Self hosted in this instance means anything that installs and runs completely locally or on your own personal servers. If someone else’s servers are required I would count it as cloud. Phone apps generally count as “cloud” in this instance.