• 2 Posts
  • 34 Comments
Joined 3 个月前
cake
Cake day: 2025年6月7日

help-circle



  • Think I’ve now recovered from doing a human thing Friday. Friend i only see every few years was in town for a night, so it was a social human thing i actually really enjoyed and made recovery easier. Unfortunately a mutual friend is determined this out of state friend and i get together, and keeps trying to get us to hookup at the bar. While knowing i don’t enjoy drunken hookups AND have stopped drinking entirely since the last time she tried this scheme. So now i get to have the “life isn’t a 90s rom-com” discussion and it’s gonna feel a little like telling a 6yr old santa isn’t real.




  • i’ve settled on the wisblock starter if im putting something together for a beginner. theres some nice already assembled kits available as well. as has been mentioned already here the antenna is where you find success. and the RAK4631 on the starter makes is easy to add a better external antenna for both lora and bluetooth. which means it can be placed at a high point and potentially still connected to throughout a house or appartment. its also a really nice platform to build off of if you get into it.


  • meh@piefed.blahaj.zonetoSelfhosted@lemmy.worldThe Future is NOT Self-Hosted
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    2
    ·
    2 个月前

    so did the author spent a bunch of money while excited about sticking it to companies upon discovering a company is not your friend. didn’t enjoy the work of maintaining the services or have any friends to share them with. then dreamed up federated services so someone would do all that continuing maintenance for them? am i the weird one here for only putting effort into services i have other users for or actually enjoy doing?






  • meh@piefed.blahaj.zoneOPtoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    9
    ·
    2 个月前

    symfonium has been mentioned in this post before specifically for android auto. i had the same hang up with apple car play. i didn’t use most of the plexamp fancy features. i just wanted it to play music and be easy to use when driving. manet finally came along for ios. though i’m still hoping one of the open source apps adds the functionality later.


  • meh@piefed.blahaj.zoneOPtoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    4
    ·
    2 个月前

    the ldap auth works great for the apps. apps dont play well with an oidc login process. i ended up using both, oidc for web and ldap fall back for applications. made it easier for my non tech inclined users. most of the current apps also support quick connect, like the plex link process. you auth on a web browser and enter a code into the app. so it’s possible to use only oidc for log in and, i believe it should be possible use css to even hide the user name and password fields.


  • meh@piefed.blahaj.zoneOPtoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    24
    ·
    2 个月前

    honestly every explanation probably just ends at ‘this is what i learned on and it works’. same way i religiously use nano and try to do everything in bash first. or how a couple coworkers can’t stop explaining their vim workflow and defending python unprompted like it’s a trauma response for them. my current homelab is also running a r9 with 64gb ram and 30tb storage. if i were paying for remote hosting, still using salvaged hardware or being paid, i’d invest time learning newer processes. but containers haven’t caught my interested and this set up takes basically no effort on my part to maintain, so i can focus my limited free time elsewhere.


  • meh@piefed.blahaj.zoneOPtoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 个月前

    there’s been a LOT of progress on jellyfin, especially the past year or so. i’ve been using plex since it forked from xbmc, it ran on the bottom half of a laptop connected to a mostly working projector, both rescued from a dumpster. it’s been a fantastic platform for a long time. but i’ve also wanted off plex since they rolled out the plex account req. jellyfin is finally there for me at least.



  • meh@piefed.blahaj.zoneOPtoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 个月前

    if you use the oidc connection and apps that support quick connect you can do it. you basically end up doing things like the plex link process that got implemented when they forced everyone into their authentication service. i almost went that route but opted to leave the password auth from ldap in. its the kind of log in process most people are used too and i’ve got a few elderly users. i disabled password reset in authentik though and everyone gets a 3 word 24 char minimum password.


  • meh@piefed.blahaj.zoneOPtoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    3
    ·
    2 个月前

    https://github.com/jellyfin/Swiftfin is available for tvOS. works great for me with one bug. since i have homepods connected to one of my apple tv’s as it’s speakers. i had to change the setting to use the native video player instead of vlc to avoid and audio delay bug. that cost me the auto play next episode function. i though not auto playing the next episode would annoy me, but it’s turned out to not be a issue at all. but infuse doesn’t include that bug if you want both homepod tv speakers and auto play next episode with jellyfin. as for security, since jellyfin is more modifiable it has a lot more room for misconfiguration for sure. plex had plenty of it’s own security issues, we just only heard about them when some security blogger discovered it.