Development Automation, Self-Hosted Enthusiast from Kyiv, Ukraine

  • 0 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle








  • ALERT@sh.itjust.workstoCoffee@lemmy.worldDo you slow-feed?
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    Regardless of the method & recipe?

    yes, as slow feeding makes the coffee more consistent in grain size.

    And do you now grind as much finer as I do?

    I cannot say for Timemore Chestnut, as I sold my C3 after I bought Turin DF64V, but after I started sprinkling water and slow feeding, I started grinding finer. I am using Gaggia Classic Pro with Gaggiuino.












  • The way I got it set up using Pihole and NginxProxyManager in Unraid:

    • Deploy NginxProxyManager using custom: br0 with a separate IP address

    • Pihole can’t do wildcards unless you create pihole/dnmasq.d/03-custom-dns.conf and add address=/tld/npm_ip, this way *.tld goes to the stated IP.

    • Now your plex.tld goes to your nginx proxy manager IP, and it needs to handle the subdomain. NginxProxyManager can do wildcards both ways, so you can create plex.* to go to plex IP and port. or sonarr.* that goes to your server IP and sonarr port

    Please tell me if you need more details.