johntash

joined 1 year ago
[–] [email protected] 2 points 1 day ago (1 children)

Not sure if you're serious or not, but pokemon cards have come with code cards for a long time. The problem is they're for a different game and won't work on tcg pocket lol

[–] [email protected] 1 points 6 days ago

I like the approach of ci pipelines just running a make command or at least a script, so that it's easy to run locally too before pushing the changes up.

[–] [email protected] 2 points 6 days ago (1 children)

Do you put the version in each commit? That seems painful

[–] [email protected] 2 points 1 week ago (3 children)

Does Actual support investment accounts / stocks? I was using beancount/fava for tracking, but have been lazy and haven't updated it in a long time.

[–] [email protected] 2 points 3 weeks ago (1 children)

It's already been recommended, but I think Grist or a lowcode/nocode thing like baserow or nocodb might work for you.

Also, I'd love to see what you come up with! My cats are picky eaters and I've been wanting to keep track of what wet food they like or not.

[–] [email protected] 3 points 3 weeks ago

I use the Nexus free version. You can cache docker registries and other repos like apt/yum/pypi/etc.

It works pretty well, but could be overkill compared to some of the other options.

[–] [email protected] 2 points 1 month ago (1 children)

If the operator doesn't allow it for some reason, uninstall it and try with the helm chart instead?

Or is there a reason to use the operator?

[–] [email protected] 1 points 1 month ago (1 children)
[–] [email protected] 2 points 1 month ago

OpenHAB was OK the last time I used it. I'm not sure what other big options there are.

[–] [email protected] 3 points 1 month ago (2 children)

You can use docker exec with garage docker image.

I'm on mobile but I think you just need something like: docker exec containerid ./garage stats

[–] [email protected] 2 points 1 month ago

Garage is the simplest of the three imo.

I've only used it in a cluster, but it should be even simpler for one instance

 

I've been in the process of migrating a lot things back to kubernetes, and I'm debating whether I should have separate private and public clusters.

Some stuff I'll keep out of kubernetes and leave in separate vms, like nextcloud/immich/etc. Basically anything I think would be more likely to have sensitive data in it.

I also have a few public-facing things like public websites, a matrix server, etc.

Right now I'm solving this by having two separate ingress controllers in one cluster - one for private stuff only available over a vpn, and one only available over public ips.

The main concern I'd have is reducing the blast radius if something gets compromised. But I also don't know if I really want to maintain multiple personal clusters. I am using Omni+Talos for kubernetes, so it's not too difficult to maintain two clusters. It would be more inefficient as far as resources go since some of the nodes are baremetal servers and others are only vms. I wouldn't be able to share a large baremetal server anymore, unless I split it into vms.

What are y'all's opinions on whether to keep everything in one cluster or not?

 

What's everyones recommendations for a self-hosted authentication system?

My requirements are basically something lightweight that can handle logins for both regular users and google. I only have 4-5 total users.

So far, I've looked at and tested:

  • Authentik - Seems okay, but also really slow for some reason. I'm also not a fan of the username on one page, password on the next screen flow
  • Keycloak - Looks like it might be lighter in resources these days, but definitely complicated to use
  • LLDAP - I'd be happy to use it for the ldap backend, but it doesn't solve the whole problem
  • Authelia - No web ui, which is fine, but also doesn't support social logins as far as I can tell. I think it would be my choice if it did support oidc
  • Zitadel - Sounds promising, but I spent a couple hours troubleshooting it just to get it working. I might go back to it, but I've had the most trouble with it so far and can't even compare the actual config yet
view more: next ›