• 0 Posts
  • 21 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.


  • I am still figuring it out since it is my hobby and I’m unable to devote much time to it. But I think it will be something like Ubuntu live disks which enabled you to try Ubuntu by running it from a DVD. You could run anything like web server, save files, settings etc. Only they would not persist after a reboot since every thing was saved in RAM. Only here it’ll be a write locked SD card instead of a DVD.

    I’m also sure there must be a name for it and step by step tutorial somewhere. If only Google was not so bad these days…


  • It might not be applicable to you but in many cases single board computers are used where there is minimal changes in files in day to day basis. For example when used for displaying stuff. For such cases, it is useful to know that after installing all the required stuff, the SD card can be turned into read only mode. This prolongs its life exponentially. Temporary files can still be generated in the RAM and if needed, you can push them to an external storage/FTP through a cron job or something. I have built a digital display with weather/photos/news where beyond the initial install, everything is pulled from the internet. I’m working towards implementing what I’ve suggested above.






  • 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.





  • I have hosted Jitsi publicly for my organisation for a bit and all the while I was hosting it, there was not much difference between it and the one hosted by Jitsi. Sometimes the add-ons like etherpad etc are a bit of a hassle to configure. Sometimes these features offered by the online service are an iteration or two ahead since the folks at Jitsi are actively developing it and have access to alpha/beta builds that are a trouble to implement locally.

    Since you are already considering the privacy concerns, there is nothing much remaining. Maybe uptime concerns if third parties are going to use your service too and will shout at you if they can’t access your service.

    I also dabbled with hosting it through OpenFire which gives you more granular control over scheduling the meetings. Maybe you could explore that too.

    Overall it is a fun thing and you feel fully in control.