I don't understand the purpose of some selfhosting
from Charger8232@lemmy.ml to selfhosted@lemmy.world on 27 Jan 00:33
https://lemmy.ml/post/25246570

This question has been answered. Please stop trying to repeat information that has already been said many times before. Everything in this thread is in good faith, I am here to learn, so I will make mistakes. Furthermore, if you want to contribute something new, please read the entire post to avoid misunderstanding the purpose of this post.

Selfhosting is useful when you either need a lot of storage or a lot of processing power. For example, Kiwix is useful to selfhost on a server because a lot of its content can take up terabytes of storage, which a phone may not have. LLMs are also useful to selfhost because they require a degree of processing power that, again, a phone may not have.

In both cases, there is also a need for perpetual access. If you simply hosted an LLM on your home computer, it wouldn’t be very useful to access from your phone since your computer won’t be running all the time. So, a separate always-on server is needed.

However, there are some selfhosted software that I don’t see a use for. For example, Immich. Immich requires to be run on a server to function, but a lot of (or even all) of its functions are things that could reasonably done entirely on-device. Aves combined with some automatic backup solution such as Nextcloud gets (from what I can tell) most of the functionality Immich offers. Obviously, some features like AI image tagging are missing, but you get the point. AI image tagging is also something that could be run on-device as well, since it’s mostly lightweight (iPhones are capable of it). Having a setup like that also comes with the benefit of automatic backups being completely optional, rather than required.

There’s no reasonable need for extra storage or extra processing power needed for that use case, from what I can tell. (Disclaimer: I haven’t actually used Immich before, so this is speculation. I apologize if I’m missing something obvious) There’s a lot of other selfhosted tools like spotDL which have a selfhosted web UI, but no GUI that can be installed outside of a web browser.

I guess my question is why there are so many selfhosted tools that unnecessarily require being run on a separate device. I do understand the legitimate use cases some of them have, but others seem better off on-device airgapped. This especially became an issue trying to find a notes app for Android that requires no account and runs fully locally, or an RSS reader that loads from the device itself. I found Joplin and Feeder or Read You as the software for each of those. I don’t like “server-based” selfhosting for things that could be done from the device itself.

I’m sorry if this turned into a rant. If someone could help me understand, I would appreciate that very much.

Cheers!

Edit: The comparison here isn’t between selfhosting and using a cloud provider. The comparison here is between selfhosting on a server and running explicitly on-device (besides where extra storage or processing power is required)

Answer

So that nobody has to dig through the comments for answers, this is what I’ve learned: In the case of Immich, its purpose isn’t designed to be a photo gallery. It’s designed to be a more polished backup solution, designed explicitly for photos and not general files. While Nextcloud could be used to backup photos, it’s not as focused on photos as Immich, and so it isn’t as nice to use for that purpose. Immich also allows you to share photos with a link, rather than relying on a cloud provider to do that for you. There’s also another benefit to selfhosting that I hadn’t entirely realized, which is availability across devices. Some things like an eBook library may not take up much space, but it’s convenient to not have to sync manually (or automatically) across devices, and instead access it from a central server. That same logic is true for RSS readers as well, since it’s inconvenient to manually add and sync feeds across devices. Syncing across devices can be done with something like Syncthing in some cases, but not all, and so that’s where selfhosting can be useful.

#selfhosted

threaded - newest

poVoq@slrpnk.net on 27 Jan 00:45 next collapse

In your example Immich is an alternative to Nextcloud that is more specialized. If you already run a Nextcloud there is no real need to run Immich indeed. But in reverse you might not need all the features Nextcloud provides and Immich would be a more streamlined alternative for sharing and storing images.

Charger8232@lemmy.ml on 27 Jan 00:49 next collapse

If every app had their own selfhosted backup solution, it wouldn’t be very convenient. I’d think it better to run Nextcloud to back everything up than to deal with setting each backup solution up individually. Is there a major benefit to Immich that I’m missing?

poVoq@slrpnk.net on 27 Jan 00:51 collapse

If all you need is a photo backup solution (and for many people that is true) then Immich is a far more polished and less janky option. Nextcloud is a typical “jack of all trades, master of none” type of software.

Charger8232@lemmy.ml on 27 Jan 00:56 collapse

That’s a good point, and I agree. I still wish Immich could function as an on-device photo app, with selfhosted backups being optional.

ragebutt@lemmy.dbzer0.com on 27 Jan 01:38 collapse

On device isn’t always ideal. I don’t use immich because i don’t have a large photo library. But I do use komga. Nextcloud can sort and manage epub/pdf like komga but as poVoq said, the specialized solution is superior

This point is where on device app is not the ideal situation, for me at least. These apps exist. Tachiyomi and the resultant forks can import a local library. And frankly even a somewhat massive local library can fit on a cheap SD card

The point of the server is portability. With this I have portability across my devices. My library, reading status, metadata, etc is available on all devices. I can read a book on my ereader, close it, the status is synced. I can pick up from my laptop and the same thing occurs. I can pick up from my phone, download the book to my device, and keep reading while I’m away from home. If I wanted to I could open remote access to my server and avoid the need for downloading the books but that’s a whole thing

I don’t think it would make sense to run a server solely for this but it’s a service that doesn’t take much in terms of resources and I read a lot.

30p87@feddit.org on 27 Jan 01:01 collapse

I run both … nextcloud is very inconvenient for finding stuff and slow in loading. I still use nextcloud to sync, but immich for tagging and displaying, because it’s much faster and better in UI etc.

MeepMorp@lemmy.world on 27 Jan 00:47 next collapse

I think the point with all of these is that they are “cloud”-based. Except instead of the cloud being someone else’s computer, it’s your own. Let’s take Immich, for example. Sure I could keep all my photos on my phone. But what if I lose or break my phone? What if I have an actual camera with an SD card and I want to offload those photos? Self-hosting lets me keep a backup. I can set up a server with redundant drives that itself backs up to a server in another location with its own separate drives. Thus, I have my own safe cloud storage.

Charger8232@lemmy.ml on 27 Jan 00:54 collapse

Sure, and I agree backups are important. I still don’t like that Immich requires another server to function in the first place. It would be difficult to recommend Immich as a gallery app to someone who doesn’t have experience in selfhosting. I personally backup my phone to my own USB stick every few days or so, that way if my phone is ever lost or stolen I still have a backup without the need for a server.

dadarobot@lemmy.sdf.org on 27 Jan 01:09 next collapse

So the difference here is you are manually doing a thing for your backups. Using a self hosted server and something like immich will seamlessly do it for you. If you drop your phone in the toilet and it breaks, the photos you took since your last manual backup would be saved.

Immich isnt meant to be a photo gallery viewer primarily, it is meant to be a self hosted photo backup service to replace stuff like icloud or google photos. So yeah, dont recommend it as a gallery viewer, recommend it as a selfhosted image backuo service.

I self host a jellyfin service on my nas, and keep all my movies and shows on that nas. I wouldnt be able to fit all that stuff on my phone.

I worked in an office that was paying out the ass for google drive. Setting up a self hosted nextcloud was a great solution and saved them a bunch of money, and still worked as a hands off “cloud solution”

If you dont want to run a separate machine to self host some services thats fine, you dont need to do it. its not for everyone. But plenty of people have reasonable motives for doing it.

vividspecter@lemm.ee on 27 Jan 02:19 next collapse

I personally backup my phone to my own USB stick every few days or so

Is that automated? It sounds kind of tedious, and it would be easy to lose data if something goes wrong in between those few days.

Some of the motivation behind self hosting is that there is one source of truth that is easy to manage and make backups for (a server or servers). Android backups in particular are kind of notoriously fragile (especially if you’re avoiding Google services) so it’s simpler to have the data stored on a server. Then I can wipe or lose my phone with impunity without really worrying about losing data, because it’s handled elsewhere.

Nevertheless, you might like the idea of local-first software which is kind of a hybrid between local only software, and self-hosting (or cloud hosting).

Charger8232@lemmy.ml on 27 Jan 02:25 collapse

Is that automated?

If I left the USB stick plugged in constantly, but then it wouldn’t be very useful I guess.

I’ve only recently started selfhosting on my own, so I am still quite new.

Nevertheless, you might like the idea of local-first software which is kind of a hybrid between local only software, and self-hosting (or cloud hosting).

I’ll check it out, thank you!

IsoKiero@sopuli.xyz on 27 Jan 10:40 collapse

It would be difficult to recommend Immich as a gallery app to someone who doesn’t have experience in selfhosting.

You already have plenty of responses, but immich is not an gallery app. I’m in the process of migrating my photo libraries to immich and it’s 20+ years of memories. Some are originally taken by film camera and then scanned, others are old enough that camera phones just didn’t exist and we had “compact” digital cameras. Then there’s photos taken with DSLR and drone and obviously all of the devices have changed multiple times over the years, so relying on just a single device is just not going to work over time.

All of those require some other system to store, organize, back up and enjoy than the device itself. And, as I have family, storing them on just my desktop would mean that no one else around would have easy access to them. And with immich I can easily share photos around when I carry DSLR with me in a family gathering or whatever.

And then there’s the obvious matter of having enough storage. Even my desktop doesn’t have a spare terabyte right now to store everything, I need the hardware anyways, so it just makes sense to keep them separated from my workstation which I can now do whatever I want with without worrying I’d lose any of those precious memories. And for the server part, I’m having one around anyways for pihole, home assistant, nextcloud to store/back up other data and so on, so for me it’s the most convenient approach to run immich server on there too.

And for the backup side of things. I’ve tried manual backups with various stuff over the years. It’s just not going to work for me. I either forget or life gets in the way or something other happens and then I’m several days or weeks behind the ‘schedule’. With dedicated server I don’t have to do anything, everything is running automatically at the background while I’m sleeping or doing something else more interesting than copying over a bunch of files.

ocean@lemmy.selfhostcat.com on 27 Jan 00:58 next collapse

They’re meant to be run on a local server ie whatever other computer you have that runs 24/7

mystik@lemmy.world on 27 Jan 01:01 next collapse

I use Immich because I have multiple devices and multiple people uploading photos to it , so we can all organize together.

Self hosting anything also gives you a lot of practice and experience (and confidence) to also self hosting anything for others, an important skill for many to have in order to have a more distributed internet.

Charger8232@lemmy.ml on 27 Jan 01:03 collapse

I use Immich because I have multiple devices and multiple people uploading photos to it , so we can all organize together.

Would something like Syncthing work for this instead?

DefrostedTuna@lemmy.world on 27 Jan 01:10 next collapse

I personally use Syncthing for backing up gamesaves to my home server and it works great. While it would technically work for this application, it would be significantly more work to set up and maintain for photo management than just kicking up an Immich Docker container. Go check out their docs if you haven’t already, it’s pretty sweet how easy it is to manage stuff with Immich

[deleted] on 27 Jan 04:08 next collapse

.

mystik@lemmy.world on 28 Jan 00:25 collapse

I also use syncthing. And it works pretty well. There is some turmoil with the android version in light of changes so the underlying sdk. And I am not sure there is an iOS syncthing that would work as well. I actually use it primarily to sync my keepass databases, and before Immich, my photos.

The photo management Immich brings makes it a nice alternative for that use case, but either way I need to have one or more servers elsewhere managing storage so I can get things off of my phone into a system I can control.

DefrostedTuna@lemmy.world on 27 Jan 01:07 next collapse

I agree that self hosting is useful for things that require lots of storage or processing power, but there are more reasons to self host than that. For me, it’s more that I want control of certain services, and that I want a central place to manage them from. For example, I personally host an Immich server on a local rig in my home along with a number of other services that don’t require enormous amounts of storage or processing power.

Home Assistant, Jellyfin and the Arr stack, Audiobookshelf, Koel, Immich, etc. Things like Jellyfin require large amounts of space, sure. But things like the Home Assistant, Arr stack, Audiobookshelf, and Koel are more for convenience than anything else. Going back to the Immich example, this provides me with a way to centralize my family’s photos while on our local network, or a VPN, and allows us to share them publicly with others using explicit links. It keeps our personal photos out of the corporate cloud and provides mostly the same functionality as though I were using an alternative mainstream product. That and if someone yeets my phone into the ocean for some reason, I still have all my photos.

Having explicit control of these services and the underlying content is probably more of a reason to self host than anything else for me. S3-type bucket storage and spot processing power is relatively cheap these days. Privacy and control is not.

Charger8232@lemmy.ml on 27 Jan 01:22 collapse

and allows us to share them publicly with others using explicit links.

That’s something I hadn’t considered. I’m somewhat used to everything being completely local, no exceptions. It’s why I started selfhosting so late, I never saw much of a point to it. I also don’t feel completely comfortable opening any part of my home internet to the public, but I’m sure there’s safe ways of going about it.

Another bias of mine is having a lot of compartmentalization. For example, none of my desktop account credentials are stored on my phone’s password manager, and vice versa. If one device is compromised, I want to isolate the risk as much as I can. That also means that if I were to ever set up a movie library, for example, I would want to keep those isolated per-device as well.

Backups are a bit of a special case. You can either selfhost an automatic cloud backup, or use something simple like a USB stick you manually backup to. Besides that, though, I would argue you maintain more control over software that doesn’t rely on an external device to begin with. I gave examples, such as Aves, Joplin, or Feeder. If those are on my phone only (and properly backed up), I maintain full control knowing that I don’t need to rely on my own server at home to manage the data that I have in my pocket.

This has helped me see some new benefits of selfhosting, though. I’ve spent my whole life without a SIM card, so it isn’t always easy finding a network (especially a trustworthy one) to connect to on the go to connect to my server with. Even in the moments I could connect to a network, they had heavy censorship (blocked VPNs and certain IP addresses). That’s why I like having everything on-device.

Konraddo@lemmy.world on 27 Jan 01:08 next collapse

There are three reasons that I can think of:

  1. Privacy
  2. Collaboration
  3. Accessibility / cost

Privacy. This is obvious. People don’t want their private information to be sold by corporations or scraped by AI.

Collaboration To share information with others, while maintaining point 1, people have to self host. Say, you want to archive a bunch of photos for personal viewing then you can store them anywhere you like. But if you want to share them with family, a self hosted solution is the way to go.

Accessibility / cost People want to do things for free. Many applications offer free version or demo, but features are often limited and you can’t really customize them to your own needs. In addition, applications often adopt a subscription model these days and people don’t like that.

Charger8232@lemmy.ml on 27 Jan 01:28 collapse

I mentioned in the edit: I’m not asking why things should be selfhosted instead of run on a cloud provider, I’m asking why things are selfhosted on a server that could be run entirely on-device. The latter I argue provides more privacy and less cost. Again, there are some cases as I mentioned in the post where selfhosting on a server is useful (storage or processing power), but I keep seeing a lot of server-based selfhosting that could instead be run on the device itself.

catloaf@lemm.ee on 27 Jan 01:38 next collapse

I have two devices. How do I view photos from both, together in one library, without running something like Immich on a third device?

Charger8232@lemmy.ml on 27 Jan 01:49 collapse

That’s a fair point, and I don’t suppose Nextcloud or Syncthing would be quite as useful or as designed for photos. Thank you for helping me understand!

Lem453@lemmy.ca on 27 Jan 04:26 next collapse

The purpose of most of these apps is to be able to use them on multiple devices. If I had immich entirely running on my phone (this is not actually feasible regardless) how do i access my images from my computer.

Also many people have multiple users. A family could have all their images on one immich server and be able to share images with each other easily.

On jellyfin for example, I can play any of my media on someone elses TV as long as they have Chromecast. Not possible if its all just kept locally in a folder on a computer

Konraddo@lemmy.world on 27 Jan 05:55 collapse

To answer your question, most people don’t have just one device. Do you have only one device? You must have at least a desktop computer and a smartphone? What if you want to have something stored in your computer when you are not at home?

Music for example. If I don’t want to pay Spotify or whatever, and I want to listen to my music on my phone at work and on my computer at home. Other than making two full copies of the entire music library, I think I have to store them on a 3rd location then share it to my two devices.

If I don’t listen to music at home, then you’re right, there’s no reason to self host anything. I can just store all songs on my phone.

zoostation@lemmy.world on 27 Jan 01:38 next collapse

Why would you need a home server in addition to your day to day desktop computer? I leave my desktop on at all times because it’s a Plex/ErsatzTV server, HomeAssistant server, web server for various utilities I’ve written, etc. It works great.

Charger8232@lemmy.ml on 27 Jan 01:42 collapse

I’ve made a point not to perpetually leave my home computer on simply because frequent restarts are healthy for it. Another reason is compartmentalization. I would want to keep my selfhosted server separate from where I game or browse the internet, if at least to keep it more secure.

emuspawn@orbiting.observer on 27 Jan 01:52 next collapse

Sounds like you should get a basic low power linux box going!

zoostation@lemmy.world on 27 Jan 02:06 next collapse

Why are frequent restarts healthy? Do you mean at a hardware level or for the OS?

Charger8232@lemmy.ml on 27 Jan 02:14 collapse

Both. If your hardware isn’t designed like a server to run 24/7 it can be unhealthy for it, especially if it isn’t properly maintained. It can cause wear to it. As far as the OS, restarting is good to clear caches, fully install some software, and keep the system sanitary overall.

drkt@scribe.disroot.org on 27 Jan 02:27 collapse

Powercycling is not healthy lol

Charger8232@lemmy.ml on 27 Jan 02:43 collapse

I found this article explaining some of the benefits. Let me know if I’m wrong, I’m always open to learning!

drkt@scribe.disroot.org on 27 Jan 06:39 collapse

The misunderstanding seems to be between software and hardware. It is good to reboot Windows and some other operating systems because they accumulate errors and quirks. It is not good to powercycle your hardware, though. It increases wear.

I’m not on an OS that needs to be rebooted, I count my uptime in months.

I don’t want you to pick up a new anxiety about rebooting your PC, though. Components are built to last, generally speaking. Even if you powercycled your PC 5 times daily you’d most likely upgrade your hardware long before it wears out.

BaroqueInMind@lemmy.one on 27 Jan 01:53 next collapse

In immich I can open the world map and select photos i took in Hungary and Colorado without having to manually tag and manually locate them, and I have thousands of photos (hundreds of gigs of videos backed up from my phone as well) from the last 25 years taken across the world and can do this seamlessly by simply uploading them and having my server run a heuristic to automatically do this from the photograph metadata, and then proceed to share them with a self-hosted link to my spouse to enjoy.

Can I do this with NextCloud or on my phone without killing the battery?

Charger8232@lemmy.ml on 27 Jan 02:00 collapse

Can I do this with NextCloud or on my phone without killing the battery?

I suppose not. That’s a fair point. Although I will mention, if your camera supports it, location metadata can be embedded automatically. Aves and many other gallery apps support viewing photos with location data on the map.

BaroqueInMind@lemmy.one on 27 Jan 02:09 collapse

I don’t use gallery apps on my phone because I don’t have the space for terabytes of photos and videos on my phone, but my server sitting in my closet does.

So Aves and other gallery apps are useless to me, and I’ll stick with whatever native gallery app exists ob whatever phone i use.

I can remotely view my entire gallery from abroad with Immich (which also happens to allow me to sync photos), and save the space on my phone for more photos.

It does everything Google charges money for in Google photos, but for free. NextCloud and random gallery apps offers nothing similar.

drkt@scribe.disroot.org on 27 Jan 02:26 next collapse

To me, the appeal is that my workflow depends less on my computer and more on my ability to connect to a server that handles everything for me. Workstation, laptop or phone? Doesn’t matter, just connect to the right IPs and get working. Linux is, of course, the holy grail of interoperability, and I’m all Linux. With a little bit of set up, I can make a lot of things talk to each other seamlessly. SMB on Windows is a nightmare but on Linux if I set up SSH keys then I can just open a file manager and type sftp://<hostname> and now I’m browsing that machine as if it was a local folder. I can do a lot of work from my genuinely-trash laptop because it’s the server that’s doing the heavy lifting

TL;DR -

My workflow becomes “client agnostic” and I value that a lot

Charger8232@lemmy.ml on 27 Jan 02:29 next collapse

Thanks reasonable! That does make me realize how different my workflow is. My philosophy is compartmentalizing everything. What I do on my phone stays on my phone. What I do on my desktop stays on my desktop. What I do on my laptop stays on my laptop. I’ve never really had the need for anything more until now. Then again, I’ve also never had the resources to selfhost until now.

schmurian@lsmu.schmurian.xyz on 27 Jan 05:39 collapse

I agree with this comment. As mentioned as answer in the post, to have a backup of these things is a big reason why I chose to selfhost. I had to switch devices (and operating systems) too many times. Moving data around everytime would be a hassle. To have all the important stuff not only stored but also organized and easy to access is very convenient and makes me stop worrying to accidentially lose my phone for example.

ElectroVagrant@lemmy.world on 27 Jan 04:35 next collapse

Appreciate this post OP, as I’ve wondered similar at times when not wanting to fuss with another machine for self-hosting (as often it’s not the case that I could run the server software on my main system).

Retro_unlimited@lemmy.world on 27 Jan 04:39 next collapse

The appeal for me to use immich is the AI search.

I have over 100,000 photos I have taken. I can do a search of “blue sky with pink clouds and a moon” and it will show me the photo I want.

The way I did it before would take me 2-3 days of looking at every photo one by one to find that photo.

The other benefit of the server is I can access all these apps from my laptop, phone, desktop, or using my VPN from anywhere in the world.

SolarPunker@slrpnk.net on 27 Jan 04:45 next collapse

I think selfhost is more useful in a multi-user scenario, for my personal needs I also love Syncthing.

ahal@lemmy.ca on 27 Jan 05:00 next collapse

Lots of people mentioning collaboration / multiple users, yet all your replies seem to completely ignore this aspect. I’m guessing you might live alone and are struggling to imagine some very common use cases here.

tiz@lemmy.ml on 27 Jan 05:59 collapse

Agreed. Do I expect my mom to manually plug in the usb flash? She ain’t have slightest idea of what a file is. Same goes for Nextcloud everything and Syncthing. Setup and done is Immich. The lead dev of Immich explicitly mention his motivation was to make it easy to backup and share pics with his wife and child.

mhzawadi@lemmy.horwood.cloud on 27 Jan 06:46 next collapse

What you have missed is the ability to run what ever you need, self hosting is more then just backups and sync.

Some self hosting to self reliant, nextcloud can do way more then just file sync. For example I use it for calendar and contact sync, photo and file backup from my phone, an office suit, RSS server.

Strit@lemmy.linuxuserspace.show on 27 Jan 09:22 next collapse

A reason I self-host stuff is privacy. When I host my data it’s my data. It’s not owned and kept by a billion dollar company somewhere, that is willing to sell it to make a quick buck.

So it’s my way of making sure that my data really is my data and that it is only shared with those I want to share it with. Some applications require a server component to achive this (eg Immich), so that’s why I self-host those.

hendrik@palaver.p3x.de on 27 Jan 10:49 next collapse

I think collaboration is another thing that's missing in your answer. Of course synchronization would be one main thing for me to use a photo gallery or note taking app across devices, since I'm often accessing stuff from my phone and my laptop. But I also like to share photos with my relatives and friends, I have shared calendars with my wife to organize our lives. I collaborate on projects and collaborative edit text documents. And sometimes I keep notes and small snippets on technical details mainly for myself, but also share that with the internet, for other people to learn how to install some software or customize it to a niche use-case. And while some of that could be done by separate applications as well, I often use one generic self-hosted platform and have that do everything, disregarding if some of the job doesn't really need the features. It's a balance. I'm also sometimes wasting resources and in the end I realize I never needed a self-hosted solution and I would have been better off with a simple and local phone app.

traches@sh.itjust.works on 27 Jan 10:57 next collapse

<img alt="" src="https://sh.itjust.works/pictrs/image/53faf1ee-a385-455d-9e41-e38fcd3e15e8.png">

I have 113k images going back two decades. The screenshot above doesn’t include RAW files, with those included I’m around 2 terabytes of total storage.

  • Immich is in fact a photo album, and a damn good one at that.
  • Immich keeps google’s grubby paws off my photos. I don’t need or want anyone datamining every precious memory I have in order to modify my behavior to their benefit.
  • Immich shares photos between my wife and my phones.
  • Immich ensures that if I lose my phone, my photos aren’t lost.
  • Immich lets me easily re edit and re-export RAW files without creating duplicates or losing metadata
  • Immich lets me conveniently share photos with friends and family without requiring them to have an account anywhere.

Mostly I self-host things when I want data synchronized between multiple devices, or I don’t want to lose it in the event I lose the device it was created on.

Also, like, phone screens are tiny and typing on them is terrible? Why would you want to do everything on your phone?

boonhet@lemm.ee on 27 Jan 17:22 collapse

Ooh I found the only other person who still prefers a mouse and keyboard it seems, going by the current trends and how much I hate them anyway

ShortN0te@lemmy.ml on 27 Jan 11:20 next collapse

Immich requires to be run on a server to function, but a lot of (or even all) of its functions are things that could reasonably done entirely on-device. Aves combined with some automatic backup solution such as Nextcloud gets (from what I can tell) most of the functionality Immich offers.

How would you backup Immich on device?

And if you backup to Nextcloud than you already have a served?

So you are arguing that having a file server is enough? And processing is done on client side?

That would be in this case very inefficient.

  1. You would need to have all the data on the Client or transfer all the data to the client once you load it.
  2. You device has to do all the processing which would lead to lower battery life.
  3. How do you handle multiple Users? Giving partially access to the Filesystem?

I could come up with other points but this should give you an idea. Yes, for some use cases a server-client approach does not make sense but for a dedicated photo backup and indexer it absolutely does.

Charger8232@lemmy.ml on 27 Jan 16:20 collapse

I agree with this comment, it has very good points.

You device has to do all the processing which would lead to lower battery life.

The way iOS does it is it will only process it when your phone is plugged in and idle (e.g. when you’re asleep at night).

sxan@midwest.social on 27 Jan 13:48 next collapse

For example, Immich. Immich requires to be run on a server to function, but a lot of (or even all) of its functions are things that could reasonably done entirely on-device

And you don’t share your photos with family, friends, or the public? Or is your sharing solution to spam people with MMS text messages?

Obviously, some features like AI image tagging are missing, but you get the point

No, I don’t. If Immich provides a feature your phone doesn’t, then it’s not a good example of something that doesn’t need to be self-hosted.

But let’s talk about this.

I change phones every few years (as infrequently as I can, but until Framework starts making cell phones my options are limited). I’ve had cell phones break. I haven’t yet lost one, but I can imagine it happening. Keeping all of my eggs in one easily broken, easily lost device over which I have increasingly less control sounds really stupid. But we can back the phone data, and that doesn’t require self-hosting, as you say.

So when does self-hosting make sense? For me, it comes down two cases: (1) data sharing, and (2) multi-device use. The first one accounts for maybe 80% of my self-hosting. I really hate cell phones as computing devices. I hate typing on them, their absurdly small screens, and limited app selections. So my other case for self-hosting is so I can do most of my work on a desktop or laptop, yet still have access on a phone when I need to. Oftentimes, there’s no mobile app for the data I want to access, or there is but app developers are using some stupid bespoke data format that nobody rose uses; so be self-hosting, I can get at and interact with that information from not only my mobile device, but from any device. I can borrow my wife’s laptop if I didn’t being mine; I can borrow my BIL’s desktop when we’re visiting them. I’m not forced to use a tiny screen and crappy hunt-and-peck on screen keyboard on my phone.

I’m interested in other examples you have; it sounds as if many self-host solutions perplex you, beyond Immich - what are they? I’m honestly curious. We know Immich adds value (for some people) through AI tagging, and that alone justifies self-hosting Immich for those people. What other software do you think it’s silly to self-host?

tabular@lemmy.world on 27 Jan 16:04 next collapse

Have you considered Fairphone 5? Might not compare to modern phones but it’s very repairable.

sxan@midwest.social on 27 Jan 19:15 collapse

I did look at that one! Specifically for the non-Android OS support. I’m really interested in trying SailfishOS, but if one of the Linux-based mobile OSes works reasonably well (my issue in the past has always been terrible battery life), I’d be thrilled.

Do you have one? Of so, which OS are you running? How do you like it?

cyberwolfie@lemmy.ml on 27 Jan 22:11 next collapse

I run CalyxOS on FP4, and I like it. It also has FP5 support. As far as I know, mobile Linux distros like postmarketOS work on (at least) FP4, but key phone functionality is lacking. There’s a functionality matrix on their wiki.

sxan@midwest.social on 28 Jan 01:38 collapse

That’s what’s been stopping me; it has to at least be a decent phone, and it sends as if there’s always something.

Touch is supposed to run on the FP5 - I guess I need to find a functionality Matrix now.

tabular@lemmy.world on 28 Jan 00:33 collapse

I came from a ~10 year old phone so FF5 was a big upgrade. Battery lasts the work day (may go from 80% to ~50% or ~30% mostly playing bluetooth audio for like 4 hours on and off). Fairphone uses some industrial chip instead of a mobile one - so it uses more power but they say it can get much longer updates than other phones. I usually have the screen set to 60Hz to save power, but a cheeky 120Hz session feels great. One bug is I can’t charge it in power save mode.

I got standard Android but replaced the proprietary store/apps (updates still requires Google Pain Store). I planned to try out an Android fork later but that’s was not as easy as I had naively thought. [Requires an SDK binary that come with non-free license and 3rd party guides to build it myself were rather dead].

I not aware it could run non-android OS - do you have exp installing a Linux phone OS? How did you find that? I’ll have to look into FF5 compatibility.

sxan@midwest.social on 28 Jan 01:34 collapse

Thanks for the info!

I just went looking to see what it ran and found this forum, which has a pretty comprehensive list.

I didn’t have much trouble getting Touch on a really old Pixel, but the battery runs down in 3 or 4 hours so I didn’t do anything with it. That’s probably more to do with the age of the phone than the OS.

Charger8232@lemmy.ml on 27 Jan 16:34 collapse

And you don’t share your photos with family, friends, or the public? Or is your sharing solution to spam people with MMS text messages?

If I need to quickly show somebody a photo, I’ll physically show them by pulling it up on my phone. If I need to send photos to someone, I’ll send them using a preferred messenger such as Signal. It allows you to send up to 32 images in a single message. If I need to send images to multiple people, I can send it in a group text or select multiple people to send them to at the same time.

No, I don’t. If Immich provides a feature your phone doesn’t, then it’s not a good example of something that doesn’t need to be self-hosted.

The point is that everything Immich offers is something that could be run entirely on-device. While AI image tagging isn’t currently available for alternatives, I’m upset that Immich requires a server instead of making it optional and letting you do image tagging on-device.

I’m interested in other examples you have; it sounds as if many self-host solutions perplex you, beyond Immich - what are they?

What I missed in my initial post was availability across devices. So, something like Vaultwarden would have been useless by my criteria. I have two independent KeePass databases. One exclusively for desktop accounts and one exclusively for mobile accounts. I want to compartmentalize those, so I have no reason to selfhost Vaultwarden. As I’ve learned, Vaultwarden and other software is useful because of availability across devices.

sxan@midwest.social on 27 Jan 18:51 collapse

Ok.

I agree about KeePass. Self-hosted password store satisfies neither of my constraints. I’m (1) not sharing my credentials with anyone, and (2) SyncThing satisfies replication across devices. On top of both of those, in this particular case not self-hosting a server is added security, as my key store is never exposed on a public server. It helps that both KeePassXC & Keepass2Android’s DB merging and conflict resolution is outstanding.

I have, however, been contemplating getting myself a YubiKey, b/c my life gets a little harder of I lose my phone while traveling. I’d have to go through several steps to get into my home LAN to get passwords out of my kdbx, one of which involves a VPN secret key I don’t have memorized.

Anyway, yeah, I agree about that one. Publicly hosted password stores are not only unnecessary but - IMHO - kind of a stupid idea. Talk about maximizing your attack surface.

uninvitedguest@lemmy.ca on 27 Jan 14:11 next collapse

Oh man. Of all the self-hosted projects to not grasp, you picked the darling.

The creator of Immich had the same use case that got me in to self hosting:

  1. A new family with child.
  2. A whole lot of photos and video to share between the spouse and with extended family.
  3. Ballooning Google (One) photos costs, to which I asked: am I going to pay this forever? Storage also caps out at 2 tb, which we are using more than.
  4. A growing discontent with the idea of every family moment being harvested by a tech company I do not like.

At the core - Immich allows me a continuity of service and saves money while keeping spousal approval at the required levels.

grue@lemmy.world on 27 Jan 21:23 next collapse

Thanks, I now also understand the purpose of Immich because of this post.

Owljfien@lemm.ee on 27 Jan 21:35 next collapse

I’ve been meaning to look into Immich for the express purpose of dropping nextcloud. I actually hate nextcloud because its a bloated mess that does many things ok instead of one thing well. I just want to auto backup photos and files from my phone, but the android app sucks and locks within a microsecond of trying to do any kind of multitasking on phone.

archomrade@midwest.social on 28 Jan 02:51 next collapse

Tldr - selfhosting is useful when:

  • you need a lot of storage

  • you need a lot of processing

  • you are collaborating with multiple people/family members

  • you are sharing media with other people outside your network

  • you are sharing media across devices

  • you want a standalone backup independent of your mobile device without doing so manually

  • you want more advanced AI features that are not feasible to do on device (such as image detection or live security camera object detection)

  • you want your home IOT devices to work locally without a cloud connection

  • you have old hardware collecting dust and want to put it to use

  • you like to make things

Seems like you might have understood the purpose of those apps, you just didn’t personally have those needs yourself, and that’s fine

HybridSarcasm@lemmy.world on 28 Jan 06:48 collapse

OP says the question has been answered. Locking the discussion so they don’t have to suffer through any more repeat information.