LifeInMultipleChoice
@LifeInMultipleChoice@lemmy.world
- Comment on Local LLM for Server Setup Guidance? 2 weeks ago:
Is it just for local usage on their network or will their be remote access via the internet? What OS are they installing on? Are they familiar with installing the OS?
In my experience Jellyfin is an easy install and easy to manage.
I run a few servers on an old laptop and I’ve messed up some random other shit on the laptop then wiped it one time, moved to another OS one time, moved to another machine another time. So I’ve setup Jellyfin I think 4 times now.
Overall it’s pretty easy in my opinion.
- Find your ip- ifconfig 2.Log into router and reserve that IP so it stays with the device
- If using it local punch a firewall hole for 8096 so you can get to it from say your Android/Roku TV, LG TV, phone, computer, whatever.
- Terminal command listed here for the install: jellyfin.org/docs/general/installation/linux/
If you like using docker like many do then you may prefer to do it in a container.
Anyways that should bring it up. Then go to the.ip.address.found:8096 and go into the dashboard to set up users, pick what access they have.
Also where you’ll like libraries, so say “Movies” and point it to where you store them… you can point it to multiple directories
Oh and if a laptop change the close lid settings to keep machine on when plugged in and lid closed. Set all power settings to not go to sleep.
On an aside I set my VPN up as a split tunnel, easy, just Google your VPN and split tunnel, should only take a few clicks. I set qbittorrent and firefox traffic to go through the VPN, then I have everything else stay on local network.
I install Rustdesk on my phone and laptop, then remotely access the device wherever I’m at. Use the search function in qbittorrent, tell it to download sequentially, and download to the movies directory I want, launch the jellyfin app on my phone, hold my finger down on the movies folder, tell it to refresh meta-data and then launch the jellyfin fin app on one of the tvs.
Some time from “do you want to watch ____” to starting to watch it is ~3 minutes. If the movie downloads faster than you watch it, should have no hiccups
- Comment on what is good remote desktop software? 6 months ago:
May I ask a bit more?
Can you launch on system start up as opposed to user, yes in my experience.
Can you login when the machine has not yet been logged in, yes in my experience so long as the program is launched by the system as a service and not a user login option.
If the machine has multiple monitors, you may need to test, as I standardly use a phone (android) to remote to my desktop/laptop seveer environments where I can individually choose a monitor if they have more than 1 I believe, but having one screen on the phone, I don’t view both at the same time… nor would it be convenient…
It’s a free 2 minute try it out really. The uninstall if you don’t like. If you really like it maybe consider hosting your own. But otherwise you can use it from their severs for free and it will remember your recent connections and passwords if you want on your local device…
I feel like a salesperson for a free product lol
- Comment on what is good remote desktop software? 6 months ago:
Exactly how I found it. Looking for open-source TeamViewer essentially.
Works very well for the tasks I throw at it. Hosting it yourself is easy as well
- Comment on what is good remote desktop software? 6 months ago:
Yeah I suppose I should have said what I’ve used it for but I think I’ve only really used it for Android, Linux, and I think I may have put it on Windows once, not sure. Overall I run into few circumstances I’ve ever needed to go the machine, usually it’s tied to bios/driver issues on the laptop I use for a server, not Rust issues
- Comment on what is good remote desktop software? 6 months ago:
I use RustDesk because it’s good enough. It may not work for everything, but it is open source and has suited my needs.
I have it launch on boot in Mint and it works fine
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 10 months ago:
“Containers by design are suppose to be temporary and the runtime data is recreated each time the container is launched. The persistent data is all you should care for.”
So that’s really why they should be good for Jellyfin/File servers, as the data isn’t needing to be stored in container, just the run files. I suppose the config files as well.
When I reverse proxy to my network using wireguard (set up on the jellyfin server, I also think I have a rustdesk server on there) on the other hand, is it worth using a container, or is that just the same either way?
I have shoved way to many things on an old laptop, but I never have to touch it really, and the latest update mint put out actually cured any issues I had. I used to have to reboot once a week or so to get everything back online when it came to my Pihole and shit. Since the latest update I ran in September 4th, I haven’t touched it for anything. Screen just stays closed in a corner of my desk with other shit stacked on top
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 10 months ago:
So let’s say I theoretically wanted to move a docker container to another device or maybe if I were re-installing an OS or moving to another distro, could I in theory drag my local docker container to an external and throw my device in a lake and pull that container off into the new device? If so … what then, I link the startups, or is there a “docker config” where they are all able to be linked and I can tell it which ones to launch on OS launch, User launch, delay or what not?
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 10 months ago:
When you say binaries do you mean locally stored directories kind of like what Lutris or Steam would do for a Windows game. (Create a false c:\ )
- Comment on Those who are hosting on bare metal: What is stopping you from using Containers or VM's? What are you self hosting? 10 months ago:
For me it’s lack of understanding usually. I haven’t sat down and really learned what docker is/does. And when I tried to use it once I ended up with errors (thankfully they all seemed contained by the docker) but I just haven’t gotten around to looking more into than seeing suggestions to install say Pihole in it. Pretty sure I installed Pihole outside of one. Jellyfin outside, copyparty outside, and I something else im forgetting at the moment.
I was thinking of installing a chat app in one, but I put off that project because I got busy at work and it’s not something I normally use.
I guess I just haven’t been forced to see the upsides yet. But am always wanting to learn