• 1 Post
  • 45 Comments
Joined 1 year ago
cake
Cake day: June 5th, 2023

help-circle




  • notfromhere@lemmy.onetoSelfhosted@lemmy.worldCosmos 0.12 major update
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    8 months ago

    And here I am running a bare metal k3s cluster fully managed by custom ansible playbooks with my templatized custom manifests. I definitely learned a lot going that way. This project looks like it has just about everything covered except high availability or redundancy, but maybe I missed it in the readme. Good work but definitely not for me.




  • I want categories of blocklists that I can turn on, e.g. uncheck languages I don’t know, uncheck religion, uncheck politics, etc.

    I want to be able to group together all posts that were posted by the same user with the same content to different committees. I want to view that as a single post not 6 or however many they spam posted it to.

    I want to be able to view same community spanning different server instances as a single community if I so choose, maybe some way to combine them and auto-add new communities with same name as they pop up ok other instances. Posting to it should give option of which server to post to, or all of them?



  • Sure! I’m using ansible to manage the hosts, install k3s, and deploy the manifests. I’m looking at switching to nixos for reproducibility purposes. I have a couple Pi 4’s, and a handful of Pi 3Bs. Each one is booting off USB drives (Pi 4s have SSDs and others have thumb drives). Then I have an old computer I turned into a NAS server that is hosting NFS for the PVs of each pod. Then I have a rackmount gigabit switch, and I set up tailscale on each node, and reference everything by the tailnet names. Works really well and I have complete access while I’m away from home.

    Edit: oh yea my NFS server is also hosting a docker server. My ansible stages the docker containers to the local docker server then each pod pulls from the local server to save on bandwidth and if internet goes down I can still do everything locally.