• 0 Posts
  • 33 Comments
Joined 11 months ago
cake
Cake day: July 24th, 2023

help-circle


  • Plex still wins on client compatibility, ease of server & client setup, and at least has the 3 commonly used oidc login providers available.

    Jellyfin you may need to point external clients to your server manually as well as setup everything so they can actually connect. There are so many ways to do this that it can be paralyzing to actually decide which to try as a beginner. Local clients can usually use discovery if the firewall and container are setup correctly for the jellyfin server. Accounts have to be created manually unless you use something like jfa-go. For oidc, there’s only 3rd party plugin in alpha state and looks like people use it so guess it works well enough.

    As others have said, you can have both running on the same system pointed at the same content. If you’re following the plex naming scheme should match pretty well in jellyfin, nfo files work really well for jellyfin metadata too. Lets you get an idea of it and whether it could meet your needs.

    I mostly switched to Jellyfin over 3 years ago, shutdown my plex server 2 years ago after many tiny annoyances over the years. I had tried to get my family switched over but it is too much hassle for them and myself still. Been working on setting up some cheap htpc’s for that purpose but it’s not a priority for me.


  • I’ve had good luck with refurbished Dell laptops. My primary laptop is a refurbished Dell Latitude 11" 3120. Bought it for ~$250 at beginning of this year and currently have Fedora on it. It’s not very powerful. I use it primarily to browse the web, watch movies/tv, and vnc/ssh to my other systems. Can last about 5-6 hours streaming video from jellyfin at 50% brightness, other stuff barely uses any power and can stretch out to 9-10 hours if I set display brightness even lower.

    I’ve always bought Windows laptops then put linux on them so I’m used to verifying that tools such as TLP are installed, configured, enabled, and working. There is too much variety with laptops for all of them to be handled automatically unfortunately so I always verify it. If a laptop came with Linux pre-installed then it might be good to go ootb but I’d still verify.



  • For steamdeck on the couch something like the xreal or rokid would be better. Some people have been able to make VR work with steamdeck with bad performance but they only tried VR games so don’t know how it would be with regular games.

    I bought a pair when they were still going by NReal name and they worked well with steam deck and my laptop. Battery life would last longer with only the glasses on. I didn’t like always having to wear contacts so picked up a pair of Rokid’s glasses too. Those have built in diopters and have been working well.




  • For the OS side a few ways.

    • Clone & then rename+change drivers
    • Ansible/chef
    • NixOS

    For home folder side of things a dotfile manager, cloud services, and file sync tool will take care of most things. I use chezmoi for dotfiles & nextcloud for file syncing. Firefox is only cloud synced service I still use for now. I have yet to find any decent sources of information on dotfiles so gonna be stuck going through those stupid things to figure out what you want to sync.


  • My mother used to regularly do photo albums with family photos before we all went digital so I’ve been looking for a solution for years. Nextcloud has been decent with a few apps installed. Only done a couple small albums & worked for my needs. The face detection is alright but cheap cameras, blurry photos, and random mix of internet saved photos doesn’t help, lol. The map view works really well for photos with GPS data. I have my phone setup to automatically upload all new photos to Nextcloud too. Lately been working on plans to share access with my family over zerotier so they can view and upload their own to share back with me.


  • TechAdmin@lemmy.worldtoLinux@lemmy.mlStarlite?
    link
    fedilink
    English
    arrow-up
    6
    ·
    7 months ago

    Yes, my order status has been at preparing to ship for awhile now. I been wanting a good Linux tablet to replace aging iPad and hoping this works well enough for me. I’ll try to remember to update post on how I like it when it does arrive.



  • I started with Slackware around 1997 because I needed a free C compiler plus all I had were junk, hand-me-down computers. Stopped programming & using linux around 2000 and had switched back to Windows on a newly built, decent computer. From about 2000 until about 2016 I rarely used linux besides a couple routers. Raspberry pi 3 came out with built-in wifi & my dislike of Windows 10 got me back into linux for more use cases. Valve’s work on proton finally made it so I could switch to linux for most gaming & my Windows usage dropped to almost nothing. Currently using Manjaro on primary desktop and Fedora 38 on tablet with mix of distros in LXC & VMs on mini-PC w/ Proxmox VE & Synology NAS. SteamVR on linux been getting decent amount of work on it lately so once it gets stable I’ll have one less reason to need Windows.




  • My info may be outdated as I last had G Fiber about a year ago but have moved out of their service area so stuck with AT&T fiber along with their horrible modem+router :(

    When I first got the 2G down/1G up G Fiber service there was no bridge mode & had to use their provided device as modem+router+wifi. They updated it to add in a bridge mode option but I never tested it. I had dropped back down to 1G down & up before that option was available.

    edit: forgot to mention I had read some people had luck using Unifi Dream Machine to plug in G Fiber’s 2.5G SFP looking module but I wasn’t willing to spend any more money on anything Unifi besides WiFi APs.


  • My last NAS & ESXi box were 12 years old when I retired them. I had thought about sticking with used enterprise gear but wanted a break to be a little lazy for a couple years. Storage is on Synology (DS1520+) and Proxmox runs on Asus PN63-S1 mini PC. Hyper Backup was primary reason I chose Synology (always been lazy about off-site backups) and docker feature has come in handy for things like secondary pihole & DNS. LXC with docker or podman have been able to cover majority of my needs in proxmox but still have Home Assistant & Unifi Network Controller on their own VMs. Home Assistant I have zero plans to move. Unifi I eventually plan to move over to docker but it works for now, albeit on an older version. Really need to up my documentation & diagram game, it’s all a huge mess, lol.

    Future plans would love to have closet full of used enterprise servers running proxmox with all flash ceph storage backend then can do whatever NAS distro I want as a VM. My budget is focused elsewhere for next year or two unfortunately so gonna be awhile unless something breaks.

    Always like to hear about other setups as I am constantly re-thinking my own.


  • I have public wildcard DNS entry (*.REMOVEDDOMAIN.com) on Cloudflare on my primary domain that resolves to 192.168.10.120 (my Caddy host)

    Caddyfile

    {
      email EMAILREMOVED@gmail.com
      acme_dns cloudflare TOKENGOESHERE
    }
    
    portal.REMOVEDDOMAIN.com {
      reverse_proxy 127.0.0.1:8081
    }
    
    speedtest.REMOVEDDOMAIN.com {
      reverse_proxy 192.168.10.125:8181
    }