• 1 Post
  • 129 Comments
Joined 9 months ago
cake
Cake day: December 28th, 2023

help-circle

  • N0x0n@lemmy.mltoSelfhosted@lemmy.worldMozilla grants Ente $100k
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    2 days ago

    Nobody ever talking about lychee ?

    Yes okay it’s not GPL or written in a fancy new language (PHP is still alive xD). But it’s simple, elegant, no UX bloat, no ML or IA stuff… Just a plain simple self-hosted photo manager.

    One thing I really liked about it, you can import you external photo’s with .xmp files, just one checkbox away.

    The tag feature is simple but working as expected. Nothing fancy but it does best what’s it’s supposed to do !!

    Call me old boomer but I really like the simplicity of lychee. It’s a bit like how reading an article from miniflux or wallabag… Simple html files without bloating your eyes or your brain…

    Just my 2c, nothing to see here !







  • I have a self-hosted Baikal server with self-signed CA on Android 14 and it works.

    However, I didn’t had to add the certificate to Davx⁵ itself. Adding a rootCA into your device and your reverse proxy handling the request should work as expected over https.

    Those kind of things are difficult to troubleshoot, this could be:

    • Bad rootCA certificate, missing the necessary options ?
    • Wrong certificate handled by your reverse proxy ?
    • Radicale doesn’t recognize your certificate extension ?
    • Wrong networking configuration ?
    • Bug ?

    We need more infos about your setup:

    • Do you use a reverse proxy ?
    • Had you already any success with this certificate within an other application ?
    • Any logs from your Android, Davx⁵?











  • While I don’t know of a solution I totally get what you mean… A lot of cool projects don’t work anymore because of that…

    Something similar to the container technology, where everything is packed into an image with all it’s dependencies to the correct version. The app would probably be a security nightmare, but could still work in it’s own contained system.

    This sounds like a very neat technology that Linux is missing !