• 2 Posts
  • 41 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle








  • I am in the same situation as OP and this is the route I’m moving along. I got myself a used 800 G3 SFF based on a comment in a similar thread a few days ago.

    It feels like a fine machine that consumes less power, supports upto 64 GB of RAM (I got 2x16 with future upgrades in mind). But the most noticeable thing about it is that it has space for 2x3.5" HDDs that none of the machines this size have, apart from the NVMe disk I put in. I intend to put 2x4 TB disks in it in RAID1 mainly to store family photos and videos. I’m learning docker to set up immich properly- i don’t want to lose anything due to my stupidity in updating things.

    I have about a dozen questions regarding the same but I’m scared to put them all in a single post. But I’m trying to follow advice on https://www.youtube.com/watch?v=WCDmHljsinY and hoping things will turn out fine. Based on their recommendation, I’ve also obtained a used g4560 processor to replace the existing dual core processor (i think it is 4400 or something like that) it came with. I hope it’ll be sufficient for stremio/torrentio/RD that everyone is so pleased with.

    All in all I’m enjoying the journey of setting it up and my only fear is not of losing the data but of curating it to my liking and then losing the customisations in a fuckup.



  • This scares me to an extent but as long as immich provides some instructions on what to do to get back on track, this should be okay.

    Also, what happens if one skips multiple such breaking updates? Will it be my responsibility to hunt down the changes and make corresponding amends?

    And finally, while I understand that immich is not supposed to be photo backup solution, does it allow export and import of metadata, tags etc? I ask because I intend to set it up and I may skip few of these updates and instead do a fresh install a year or so later. If I can simply export my settings, face ID info, albums from old setup and import it into the new one then it makes things very easy.

    Otherwise the phrase breaking changes does sound really scary.




  • I stand with you for the subdomain and bare metal thing. There are many great applications that I’m facing trouble implementing since I don’t have control over A domain settings within my setup. Setting mysite.xyz/something is trivial that I have full control over. Docker thing I can understand to some extent but I wish it was as simple as python venv kind of thing.

    I’m sure people will come after me saying this or that is very easy but your post proves that I’m not alone. Maybe someone will come to the rescue of us novices too.





  • DontNoodles@discuss.tchncs.detoSelfhosted@lemmy.worldShould I move to Docker?
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    2
    ·
    7 months ago

    I hate it very much. I am sure it is due to my limited understanding of it, but I’ve been stuck on some things that were very easy for me using VM.

    We have two networks, one of which has very limited internet connectivity, behind proxy. When using VMs, I used to configure everything: code, files, settings on a machine with no restrictions; shut it down; move the VM files to the restricted network; boot and be happily on my way.

    I’m unable to make this work with docker. Getting my Ubuntu server fetch its updates behind proxy is easy enough; setting it for python Pip is another level; realising the specific python libraries need special keys to work around proxies is yet another; figuring out how to get it done for Docker and python under it is when I gave up. Why can it not be as simple as the VM!

    Maybe I’m not looking using the right terms or maybe I should go and learn docker “properly”, but there is no doubt that using Docker is much more difficult for my use case than using VMs.