• 1 Post
  • 7 Comments
Joined 8 months ago
cake
Cake day: September 22nd, 2025

help-circle

  • cx40@piefed.caOPtoCooking @lemmy.worldBean salad
    link
    fedilink
    English
    arrow-up
    12
    ·
    13 days ago
    • 420g beans (dry weight). I used chickpeas, black beans, and red kidney beans.
    • 42g red onion (half of a small one)
    • 368g cucumber (one large cucumber, de-seeded)
    • 119g avocado (two small ones)
    • Some parsley
    • Vinaigrette: 60g red wine vinegar, 60g extra virgin olive oil, 19g dijon mustard, 32g honey, salt, black pepper, dry dill.

    It wasn’t enough avocado, but that’s all I had on hand. I’d double it next time if possible.





  • I’m proud to say that the OSM map for my neighborhood has been more up to date than Google since I’ve moved here.

    I’ve been trying to do the same for Panoramax, but that’s so much more work than just updating some details about a new/closed shop. Especially since I’m self-hosting it and I don’t feel confident enough in my server admin abilities to pull other people into this.


  • cx40@piefed.catoSelfhosted@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    43
    ·
    7 months ago

    It’s always good practice to back up your data before doing an upgrade. But in case you need it, you can certainly do a minor version update through compose. If you already have that set up, it’ll probably be the easier route.

    Your compose file should have a line that looks like this:

    image: jellyfin/jellyfin  
    

    possibly with a version number. You can specify which version you want by changing that line. For example:

    image: jellyfin/jellyfin:10.10.7  
    

    You can check which versions are available here.