• 3 Posts
  • 13 Comments
Joined 10 months ago
cake
Cake day: September 22nd, 2025

help-circle






  • cx40@piefed.caOPtoCooking @lemmy.worldBean salad
    link
    fedilink
    English
    arrow-up
    13
    ·
    3 months 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
    42
    ·
    9 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.




  • I’m just playing around with Copier for now. An arbitrary choice since I have nothing to go on and it seems popular enough. It’ll probably be a while before I develop my own opinions on it.

    I agree with existing templates having too much boilerplate. I’m basically also just copying and modifying my previous projects, but automated with Copier so that I don’t have to search and replace all the project/module names. For this particular task, I have no complaints so far.