refactor: move stack assets and wire in mailhog
This commit is contained in:
97
SupportStack/output/docs/VendorList-SupportStack.md
Normal file
97
SupportStack/output/docs/VendorList-SupportStack.md
Normal file
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user