reusable linux system
Find a file
2024-08-31 23:00:48 -05:00
butane dispatcher.d 2024-08-31 22:31:02 -05:00
docs updated notes 2024-08-31 15:30:35 -05:00
ignition dispatcher.d 2024-08-31 22:31:02 -05:00
.gitignore Initial commit 2024-07-11 02:42:17 +00:00
LICENSE Initial commit 2024-07-11 02:42:17 +00:00
Makefile pretty neat 2024-08-31 15:33:44 -05:00
README.md README.md tweakz 2024-08-31 23:00:48 -05:00

rls

(ryan's || reusable || recycled) (linux || launch) (server || system || service)

Rationale

So the goal of this is to kinda build something weird for myself, but in a way that's approachable enough for my friends to contribute to, and more importanly, use.

This will likely be worked on in conjunction to kube-mate.

I want to build a fully mesh-networked compute cluster using standard tooling, managed via gitops.

Tools used:

Installation

Docs

Contributing

Not required, but the best devex for anyone on linux. Otherwise just contribute as you prefer.

Install toolbx

Clone repo into toolbox:

 git clone https://git.cyberia.club/fack/rls.git

Ensure you have installed the following

  • butane
  • ignition
  • podman (not strictly necessary, but note the Makefile

Visit the Issues Page:

  • pick one you'd like to work on.
  • clone the repo, create your working branch (named after the ticket, if you'd prefer)
  • make your changes, commit them, then create a PR
  • get pr reviewed and merged