Files
os-build/toolchain/tools.list
Blake Ridgway 9fd57c6f87 feat: add toolchain harness for the 11 Arcline Go tools
Harness that clones the 11 Go tools (arcline-uptime, -check, -audit,
-dns, -vault, -email, -migrate, -billing, -portal, -website, -status)
from git.arcline.it, builds release binaries, and packages each into a
.deb that configure-system installs into the image. Tools that cannot
be fetched or built are skipped without breaking the OS build.
2026-08-21 13:15:43 -05:00

16 lines
1.4 KiB
Plaintext

# Arcline OS — toolchain manifest
# Format: name|repo|short description
# Source of truth for the 11 tools shipped with Arcline OS.
arcline-uptime|https://git.arcline.it/arcline/arcline-uptime.git|HTTP/TCP/TLS/DNS monitoring with Prometheus metrics export
arcline-check|https://git.arcline.it/arcline/arcline-check.git|CDN and transparency auditor - verifies sites are not leaking data
arcline-audit|https://git.arcline.it/arcline/arcline-audit.git|Full site health scanner - SSL, headers, performance, accessibility
arcline-dns|https://git.arcline.it/arcline/arcline-dns.git|DNS propagation checker across multiple resolvers
arcline-vault|https://git.arcline.it/arcline/arcline-vault.git|Encrypted secrets store with REST API and CLI
arcline-email|https://git.arcline.it/arcline/arcline-email.git|Self-hosted SMTP/IMAP stack - OpenSMTPD + Dovecot + Rspamd
arcline-migrate|https://git.arcline.it/arcline/arcline-migrate.git|cPanel and Plesk to Arcline migration tool
arcline-billing|https://git.arcline.it/arcline/arcline-billing.git|Stripe-powered subscription management
arcline-portal|https://git.arcline.it/arcline/arcline-portal.git|Customer dashboard with SSL monitoring and ticketing
arcline-website|https://git.arcline.it/arcline/arcline-website.git|Go HTTP server powering arcline.it
arcline-status|https://git.arcline.it/arcline/arcline-status.git|Static status page generator