Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)JO
Posts
4
Comments
278
Joined
2 yr. ago
  • 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'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.

  • 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.

  • 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 .

  • Selfhosted @lemmy.world
    johntash @eviltoast.org

    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

    Selfhosted @lemmy.world
    johntash @eviltoast.org

    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
    eviltoast.org @eviltoast.org
    johntash @eviltoast.org

    Lemmy.world starting guide

    eviltoast.org Lemmy.world starting guide - eviltoast

    (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 ...

    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
    Selfhosted @lemmy.world
    johntash @eviltoast.org

    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.