commit 85d4cfd0991d7f6b017a6ecd8283730215fc377e Author: Jesús Pérez Date: Wed Aug 14 19:45:09 2024 +0100 init repo diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e03fccf --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +/sitehome +/config +target +Cargo.lock +.DS_Store +.idea +workspace.code-workspace +shunit2 +._.DS_Store +.VSCodeCounter +wrks +tmp +local_bin diff --git a/README.md b/README.md new file mode 100644 index 0000000..43aae36 --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# [Provisioning](./) + +Managing Infrastructure for Services and Tasks under own control and needs in declarative and sustainable mode with **T-rust** + +Provisioning + +>. +> Infrastructure and Services Provisioning Tool Core and TaskServices, fully oriented to a "private and self hosted infrastructure" for developments and deployments, addressing services/projects life cycles in Declarative mode by following IaC, GitOps, CD/CI principles under a DevOps culture. +> [Doc Server](./) is a **Web Server** in [Rust](https://www.rust-lang.org) for [static content](./docs/static_content.md) +with **Control access** via [authorizations](./docs/auths.md), fully customizable with [settings](./docs/settings.md). + +> [!WARNING] +> Code here needs a fulll review and documentation and will be presented soon + + ## Features + +Managing Infrastructure for Services/Tasks in declarative, customizable and sustainable mode with **T-rust** + +- Nushell a Rust tool for easy t-rust-ed composition, included parsing tools and output look and feel in Opertions +- KCL for static type and contraints Opertions states declarations-definitions (IaC mode) [what] +- SOPS to secure encrypt credentials and certs (GitOps, CDCI modes) via several providers [safety] +- **Providers** and their resources can be plugged, mixted and used via their CLI or API for operations. Local, UpCloud and AWS tested by now +- **Servers** operations can be run in parallel +- **Tasks/Services** can be defined and attached to hosts independly, with different profiles and executed in several **run modes** to adjust specific contexts and needs +- **Cluster** operations for resources under containers services like Podman or Kubernetes, using tailored profiles and **run modes** +- **Templating engine** Tera to customize operations with definitions settings +- **Basic help** to run commands and request, improve usability and look & feel +- **Instrospection and naviation views** to inspect environments, resources, logs and debug +- **Encryption handling** can manage definitions and settings encrypt/decrypt on the fly +- **Setup, Context, Tools** handling for configuration, install, updates, etc housekeeping tasks +- **Generate Provisioning targets** from templates o blueprints with simple and minumum settings from config file or via prompt +- **Provisioning Web UI** addon in Wasm connecting to CLI for operations, allows remote view and management with friendly interface using drag-drop and clipboard copy & paste + diff --git a/images/provisioning_logo-dark.svg b/images/provisioning_logo-dark.svg new file mode 100644 index 0000000..65e60a4 --- /dev/null +++ b/images/provisioning_logo-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/provisioning_logo-light.svg b/images/provisioning_logo-light.svg new file mode 100644 index 0000000..0c44a50 --- /dev/null +++ b/images/provisioning_logo-light.svg @@ -0,0 +1 @@ + \ No newline at end of file