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

help-circle






  • I’m using cloudflare as my DNS, and it’s literally just:

    • Create an A record.
    • Set the name to *
    • Set the IP to the appropriate server
    • You may want to untick the proxy, depending on what you’re hosting. If it’s web stuff only it’s fine, but if you’re doing anything else as well it’ll get in the way.

    On the letsencrypt side, it’s pretty similar. Create a certificate with domain.name and *.domain.name (if you want them to share a cert) and you’re off.


  • I host some private stuff on mine, hidden behind an authentication service that is. But because I just use a wildcard no-one can really tell what I have hosted - the same login page occurs for every subdomain, regardless of whether it’s actually wired up to something.

    That doesn’t help with services you wish to make semi-public (like a lemmy instance) though.








  • One thing I did miss about grocy was the ability to track equipment in the kitchen (and house) as well, including the storage of manuals and warranty information.

    Do you have any intention (or interest) in adding that?

    I was pretty annoyed when my grocy install broke ages ago, and I lost all of that information but it was very useful having all of that stuff centralised.




  • Of course - I get that. I’m a programmer myself.

    But it does have to be said that there’s little excuse for not doing it anymore for heavy applications, especially games. The tools/frameworks/engines have vastly improved, and people know (at least roughly) ahead of time what work is going to slog the CPU, especially in the case of a AAA studio.

    Note: I’m only referring to relatively modern games here - anything that’s older than when multithread really took off gets an automatic pass - it’s not reasonable to expect someone to cater for a situation that doesn’t exist yet.