Hi all,

For all people awaiting for an LXC to self host Immich the time has come. The LXC came up a month ago, sorry if it’s a repost.

    • NotSteve_@piefed.ca
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      1
      ·
      10 months ago

      They’re super useful when running Proxmox. You can create an LXC container and have it booted to a shell in under a minute

      • corsicanguppy@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        10 months ago

        You can create an LXC container and have it booted to a shell in under a minute

        Rhel5 on a VM booted in under a minute easily. Rhel6 on a VM booted in around a minute. Rhel7 on a VM booted in almost a minute, and the trend accelerated from there. Wow, is RhelX a piece for its frail-boat booting.

        The key is the monolith.

  • ikidd@lemmy.world
    link
    fedilink
    English
    arrow-up
    33
    ·
    10 months ago

    Know what you’re running when you pipe to a bash script. Curl-bash pipes are a security mess.

  • monty33@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    10 months ago

    This looks great! Is there an easy way to migrate from a docker setup to this lxc?

    • dangling_cat@piefed.blahaj.zone
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      3
      ·
      10 months ago

      Why? Unless you need specific kernel features, Docker is superior because of containerization (runs on host kernel with no overhead), uses less space (layered image), and is easy to set up a complicated network (you want certain apps to run behind WireGuard with reverse proxy? Few lines in yaml).

      • qqq@lemmy.world
        link
        fedilink
        English
        arrow-up
        8
        ·
        10 months ago

        LXC is containerization. Both it and Docker are using the same kernel APIs.

      • monty33@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        10 months ago

        Currently I’m nesting docker in an LXC. I also believe that the LXC updater would take care of the breaking changes that happen with the complex docker compose changes (hasn’t in several releases but it happens)

  • kebab@endlesstalk.org
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    10 months ago

    What’s the licensing situation with Immich? Is it still “unlimited trial period”?

    • truxnell@aussie.zone
      link
      fedilink
      English
      arrow-up
      7
      ·
      10 months ago

      Its 100% free with a totally optional donation. Appreciate there’s been a lot of concern about their partnering with FUTO, but I checked heavily into it and I’m comfortable there won’t be a rug pull.

    • qaz@lemmy.world
      link
      fedilink
      English
      arrow-up
      3
      ·
      10 months ago

      It’s still AGPL afaik

      EDIT:

      This project is available under GNU AGPL v3 license.

      Still is

  • DontNoodles@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    10 months ago

    I read a lot of good things about LXC and how it was better for such things when I was starting my selfhosting journey an year or so ago. Immich was my need of the hour but I could not find any tutorials to get it done back then and now I know why. Being good and being accessible for noobs are two different things.