• 0 Posts
  • 25 Comments
Joined 2 years ago
cake
Cake day: December 29th, 2023

help-circle
  • Pup Biru@aussie.zonetoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    11 days ago

    i’d consider that all a good thing, but i can also see how it’s more work

    they’re supposed to be stateless because it’s easier to manage, upgrade, etc… if you don’t want that, you can just use load/save/commit (or import/export: can’t remember off the top of my head which is which) and ignore volumes: it amounts to the same thing… there’s also buildpack rebase so you can swap out the base container and keep your top level changes for quick version upgrades that are super simple to roll back


  • Pup Biru@aussie.zonetoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 days ago

    misconfiguration here i think is a dangerous way to phrase it… it implies that there is a secure way to run jellyfin on its own. jellyfin, by itself, should never be exposed to the www. it is, no matter the configuration, insecure. to run jellyfin on the www you must put a VPN or other reverse proxy with auth over the top of it


  • Pup Biru@aussie.zonetoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 days ago

    swiftfin is mostly there but doesn’t support media segments, which is a deal breaker for me

    really unfortunate since jellyfin media segments is a much better implementation of the concept than plex

    i’m watching the swiftfin issue for when it gets added and i’ll be all over compiling and testing it












  • Pup Biru@aussie.zonetoSelfhosted@lemmy.worldWhat is Docker?
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 months ago

    a chroot is different, but it’s an easy way to get an idea of what docker is:

    it also contains all the libraries and binaries that reference each other, such that if you call commands they use the structure of the chroot

    this is far more relevant to a basic understanding of what docker does than explaining kernel namespaces. once you have the knowledge of “shipping around applications including dependencies”, then you can delve into isolation and other kinds of virtualisation