From 0e287eca441bc7ce63cf4a72187b65a8eb9d8d93 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Tue, 28 Oct 2025 16:35:41 -0500 Subject: [PATCH] feat: add Support Stack tools documentation Co-authored-by: Qwen-Coder --- .../SupportStack/StartPrompt-SupportStack.md | 97 +++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 collab/SupportStack/StartPrompt-SupportStack.md diff --git a/collab/SupportStack/StartPrompt-SupportStack.md b/collab/SupportStack/StartPrompt-SupportStack.md new file mode 100644 index 0000000..ec429de --- /dev/null +++ b/collab/SupportStack/StartPrompt-SupportStack.md @@ -0,0 +1,97 @@ + +# ๐Ÿš€ Support Stack โ€” Tools & Repos + +Below is a categorized, linked reference of the tools in the selection. Use the GitHub links where available. Items without a clear canonical repo are marked. + +--- + +## ๐Ÿงฐ Developer Tools & IDEs +| Tool | Repo | Notes | +|---|---:|---| +| [code-server](https://coder.com/docs/code-server) | [cdr/code-server](https://github.com/cdr/code-server) | VS Code in the browser | +| [Atuin](https://atuin.sh) | [ellie/atuin](https://github.com/ellie/atuin) | Shell history manager | +| [Dozzle](https://dozzle.dev) | [amir20/dozzle](https://github.com/amir20/dozzle) | Lightweight log viewer | +| [Adminer](https://www.adminer.org) | [vrana/adminer](https://github.com/vrana/adminer) | Database admin tool | +| [Watchtower](https://containrrr.github.io/watchtower/) | [containrrr/watchtower](https://github.com/containrrr/watchtower) | Auto-updates containers | + +--- + +## ๐Ÿณ Containers, Registry & Orchestration +| Tool | Repo | Notes | +|---|---:|---| +| [Portainer](https://www.portainer.io) | [portainer/portainer](https://github.com/portainer/portainer) | Container management UI | +| [Docker Registry (v2)](https://docs.docker.com/registry/) | [distribution/distribution](https://github.com/distribution/distribution) | Docker image registry | +| [docker-socket-proxy](https://github.com/pires/docker-socket-proxy) | [pires/docker-socket-proxy](https://github.com/pires/docker-socket-proxy) | Protect Docker socket | +| [cAdvisor](https://github.com/google/cadvisor) | [google/cadvisor](https://github.com/google/cadvisor) | Container metrics (host) | +| [pumba](https://github.com/alexei-led/pumba) | [alexei-led/pumba](https://github.com/alexei-led/pumba) | Chaos testing for containers | +| [CoreDNS](https://coredns.io) | [coredns/coredns](https://github.com/coredns/coredns) | DNS for clusters | + +--- + +## ๐Ÿ“ก Observability, Metrics & Tracing +| Tool | Repo | Notes | +|---|---:|---| +| [Prometheus node_exporter](https://prometheus.io/docs/guides/node-exporter/) | [prometheus/node_exporter](https://github.com/prometheus/node_exporter) | Host metrics | +| [OpenTelemetry Collector](https://opentelemetry.io/docs/collector/) | [open-telemetry/opentelemetry-collector](https://github.com/open-telemetry/opentelemetry-collector) | Telemetry pipeline | +| [Jaeger (tracing)](https://www.jaegertracing.io) | [jaegertracing/jaeger](https://github.com/jaegertracing/jaeger) | Tracing backend | +| [Loki (logs)](https://grafana.com/oss/loki) | [grafana/loki](https://github.com/grafana/loki) | Log aggregation | +| [Promtail](https://grafana.com/oss/loki) | [grafana/loki](https://github.com/grafana/loki) | Log shipper (part of Loki) | +| [cAdvisor (host/container metrics)](https://github.com/google/cadvisor) | [google/cadvisor](https://github.com/google/cadvisor) | (duplicate reference included in list) | + +--- + +## ๐Ÿงช Testing, Mocks & API Tools +| Tool | Repo / Link | Notes | +|---|---:|---| +| [httpbin](https://httpbin.org) | [postmanlabs/httpbin](https://github.com/postmanlabs/httpbin) | HTTP request & response testing | +| [WireMock](https://wiremock.org) | [wiremock/wiremock](https://github.com/wiremock/wiremock) | HTTP mock server | +| [webhook.site](https://webhook.site) | [webhooksite/webhook.site](https://github.com/webhooksite/webhook.site) | Hosted request inspector (no canonical GitHub) | +| [Pact Broker](https://docs.pact.io/brokers) | [pact-foundation/pact_broker](https://github.com/pact-foundation/pact_broker) | Consumer contract broker | +| [Hoppscotch](https://hoppscotch.io) | [hoppscotch/hoppscotch](https://github.com/hoppscotch/hoppscotch) | API development tool | +| [swagger-ui](https://swagger.io/tools/swagger-ui/) | [swagger-api/swagger-ui](https://github.com/swagger-api/swagger-ui) | OpenAPI UI | +| [mailhog](https://github.com/mailhog/MailHog) | [mailhog/MailHog](https://github.com/mailhog/MailHog) | SMTP testing / inbox UI | + +--- + +## ๐Ÿงพ Documentation & Rendering +| Tool | Repo | Notes | +|---|---:|---| +| [Redoc](https://redoc.ly) | [Redocly/redoc](https://github.com/Redocly/redoc) | OpenAPI docs renderer | +| [Kroki](https://kroki.io) | [yuzutech/kroki](https://github.com/yuzutech/kroki) | Diagrams from text | + +--- + +## ๐Ÿ” Security, Auth & Policy +| Tool | Repo | Notes | +|---|---:|---| +| [step-ca (Smallstep)](https://smallstep.com/docs/step-ca) | [smallstep/step-ca](https://github.com/smallstep/step-ca) | Private CA / certs | +| [Open Policy Agent (OPA)](https://www.openpolicyagent.org) | [open-policy-agent/opa](https://github.com/open-policy-agent/opa) | Policy engine | +| [Unleash (feature flags)](https://www.getunleash.io) | [Unleash/unleash](https://github.com/Unleash/unleash) | Feature toggle system | +| [Toxiproxy](https://shopify.github.io/toxiproxy/) | [Shopify/toxiproxy](https://github.com/Shopify/toxiproxy) | Network failure injection | + +--- + +## ๐Ÿ—ƒ๏ธ Archiving, Backup & Content +| Tool | Repo / Notes | +|---|---:| +| [ArchiveBox](https://archivebox.io) | [ArchiveBox/ArchiveBox](https://github.com/ArchiveBox/ArchiveBox) | +| [tubearchivist](https://github.com/tubearchivist/tubearchivist) | [tubearchivist/tubearchivist](https://github.com/tubearchivist/tubearchivist) | +| [pumba (also in containers/chaos)](https://github.com/alexei-led/pumba) | [alexei-led/pumba](https://github.com/alexei-led/pumba) | + +--- + +## โš™๏ธ Workflow & Orchestration Engines +| Tool | Repo | +|---|---:| +| [Cadence (workflow engine)](https://cadenceworkflow.io/) | [uber/cadence](https://github.com/uber/cadence) | + +--- + +## ๐Ÿงฉ Misc / Other +| Tool | Repo / Notes | +|---|---:| +| [Registry2 (likely Docker Registry v2)](https://docs.docker.com/registry/) | [distribution/distribution](https://github.com/distribution/distribution) | +| [node-exporter (host exporter)](https://prometheus.io/docs/guides/node-exporter/) | [prometheus/node_exporter](https://github.com/prometheus/node_exporter) | +| [atomic tracker](#) | Repo not found โ€” please confirm exact project name/URL | +| [wakaapi](#) | Repo not found โ€” please confirm exact project name/URL | +