(I’m creating a starting guide post here. Have patience, it will take some time…) Disclaimer: I am new to Lemmy like most of you. Still finding my way. If you see something that isn’t right, let me know. Also additions, please comment! # Welcome! Welcome to Lemmy (on whichever server you’re reading ...
If you're already using forgejo, try forgejo actions first.
Another interesting one is Argo Workflows if you're using argocd for anything.
Starwars Galaxies, pretty CU
Check out lowendtalk, it's often smaller providers but you can find some good deals there.
I'm cautiously optimistic. I think it's mmo the same way Rust is mmo, not Wow.
I've never seen komodo before, it seems like a cool project. If it supported moving workloads between servers, I'd probably consider switching away from k8s to it to have something simpler
Look at tools like kopia and restic. Depending on how much data you have, it should be relatively cheap to back up to backblaze b2.
I really liked fulgora!
Nothing wrong with turning them off entirely if it makes the game funner for you.
If you want a small tip though, you need to go on the offensive with bitters as soon as you can. Don't only defend.
The sooner you can wipe out all the nearby nests, the longer you'll have to grow uninterrupted.
I like how all the answers here are different. No one can prove they're human anymore
Have you compared authentik to authelia by any chance? I use authentik but don't think I've ever tried authelia. I did use keycloak for a bit too.
Are you saying you can import chat history with a bridge some how? I don't remember that being an issue, but would be very handy
I'd also recommend Authentik. It's simpler than something like keycloak imo and works pretty well. They also have guides for quite a few self hosted services.
I did have issues with it being slow at some point, but an update fixed it iirc.
Not who you asked but I moved to Talos Linux for k8s
It's been great for me so far.
I think something else may be wrong if it breaks for 20 minutes. How long does it take for compose to bring the stack up?
Also assuming you run ntpd or chrony, it should always keep your clock in sync.
... is that not the point of the title?
I like racknerd for cheap vps. Check their black Friday deals (they're up all the time).
Also check lowendtalk, sometimes you'll find good deals.
You aren't just trusting the authors though. You're trusting that no other step in the chain has been tampered with or compromised somehow.
I haven't used yacy in a whole, but i had configured it to auto import and index links from linkding. I also imported my browser history to get started.
Never tried the p2p option though so not sure how well that worked. I was worried about indexing private sites on accident .
Were they sticking their head out the window to see?

Should I keep shared or separate k8s clusters?
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 ba

Simple authentication for homelab?
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
Lemmy.world starting guide
cross-posted from: https://lemmy.world/post/37906
(I'm creating a starting guide post here. Have patience, it will take some time...)
Disclaimer: I am new to Lemmy like most of you. Still finding my way. If you see something that isn't right, let me know. Also additions, please comment!
Welcome!
Welcome to Lemmy (on whichever server you're reading this)
About Lemmy
Lemmy is a federated platform for news aggregagtion / discussion. It's being developed by the Lemmy devs: https://github.com/LemmyNet
About Federation
What does this federation mean?
It means Lemmy is using a protocol (Activitypub) which makes it possible for all Lemmy servers to interact.
- You can search and view communities on remote servers from here
- You can create posts in remote communities
- You can respond to remote posts
- You will be notified (if you wish) of comments on your remote posts
- You can follow Lemmy users/communities on other platforms that a

Centralized backup server (with clients)?
Does anyone have recommendations for centralized backup servers that use the server/client model?
My backups are relatively simple in that I use rsync to pull everything from remote machines to a single server and then run restic on that server to back them up and also copy that backup to cloud storage.
I've been looking at some other software again like Bacula/Bareos/UrBackup and wondering if anyone's currently using one of them or something like it that they like?
Ideally I'm looking for a more user-friendly polished interface for managing backups across multiple servers and desktops/laptops. I'm testing Bareos now, but it'll probably not work out since the web ui doesn't allow adding new jobs/volumes/etc.