• 8 Posts
  • 291 Comments
Joined 9 months ago
cake
Cake day: August 22nd, 2024

help-circle










  • merthyr1831@lemmy.mltoSelfhosted@lemmy.worldSharing Jellyfin
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    13 days ago

    I have it as an unprivileged container behind a reverse proxy and HTTPS/HSTS. I know it’s not perfect but I keep backups of important shit and monitor things regularly.

    I agree that Jellyfin needs to improve its API security, though. Their excuse that “it would break clients on old APIs” is moot when C# comes with API versioning features out of the box.







  • merthyr1831@lemmy.mltoSelfhosted@lemmy.worldNextcloud (PHP) vs OpenCloud (Go)
    link
    fedilink
    English
    arrow-up
    21
    arrow-down
    1
    ·
    27 days ago

    There’s a bunch of technical debt passed off as features, too. Like, Nextcloud runs background tasks as a cron job which is something I’ve never seen with other hosted services. It’s probably a holdover from before containerised applications were ubiquitous but honestly it comes off as jank.

    Also, I wonder if there would be an argument for a Nextcloud fork that doubled down on PHP by utilising something like Laravel to put all the rendering on the server side. Right now it uses VueJS which is fine, but PHP is really best suited for server side rendering that you just can’t leverage when using a front end framework in JavaScript.


  • Every worker moved is another worker more likely to use Linux at home. In my experience you’re most likely to use the computers you work with (school or otherwise) and exposure to Linux is going to demystify it in ways social media cannot.

    Most exciting is probably the IT management side. I wonder how many distros are hardened for end users who do general office work - where people are more likely to tinker and mess about either for fun or to optimise things.