Comment on Immich Flatpak
Appoxo@lemmy.dbzer0.com 3 days ago
Immich needs an external database.
Jellyfin uses built-in sqlite.
Comment on Immich Flatpak
Appoxo@lemmy.dbzer0.com 3 days ago
Immich needs an external database.
Jellyfin uses built-in sqlite.
MysteriousSophon21@lemmy.world 1 day ago
This is exactly why flatpaks are trickier for Immich - managing the PostgreSQL dependency outside the sandbox is a real headache since flatpak isolation would complicate the database conection, whereas Jellyfin’s SQLite just works as a self-contained file.