• 2 Posts
  • 132 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
    5 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⁵?




  • My first rm -r mistake was a hard pill to swallow… You think this only happens to others or because people don’t take time to look carefully their command…

    Nah… when you’re experimenting new things (grep, exclude certain files, piping other commands, relative path vs absolute, sed, regex…) It can easily do some strange things you didn’t expected beforehand.

    But hey that’s how you learn (I guess?). If everything would be perfect the first time you do something, the world would be annoying ? 😄




  • I never played the SH serie, not because it looks bad but because it looked way to scary to play back in the days.

    I have only heard good things about it, but I think I would profit more playing the remake, because graphics, sound design and technology changed way to much.

    I know all of the die hard fans are going to down vote… The power of nostalgia. But have you tried to replay the first tomb rider, first metal gear, first resident evil…? While they left some good memories from the past, replaying them today will just scatter your memories into some strange soup-feeling you wished you never touched !

    Either way, I’m happy I can finally give SH2 a shot :) I heard it was the best from the serie.





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