kyleandClaude Opus 4.6 f1e9834bd3 Add status command, deployment infrastructure, and fix proto paths
Rename proto/gen directories from mc-proxy to mc_proxy for valid protobuf
package naming. Add CLI status subcommand for querying running instance
health via gRPC. Add systemd backup service/timer and backup pruning
script. Add buf.yaml and proto-lint Makefile target. Add shutdown_timeout
config field.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 08:34:37 -07:00
2026-03-17 02:56:24 -07:00
2026-03-17 02:56:24 -07:00

mc-proxy is a TLS proxy and router for Metacircular Dynamics projects; it follows the Metacircular Engineering Standards.

Metacircular services are deployed to a machine that runs these projects as containers. The proxy should do a few things:

  1. It should have a global firewall front-end. It should allow a few things:

    1. Per-country blocks using GeoIP for compliance reasons.
    2. Normal IP/CIDR blocks. Note that a proxy has an explicit port setting, so the firewall doesn't need to consider ports.
    3. For endpoints marked as HTTPS, we should consider how to do user-agent blocking.
  2. It should inspect the hostname and route that to the proper container, similar to how haproxy would do it.

S
Description
No description provided
Readme
101 MiB
Languages
Go 97.9%
Shell 1.2%
Makefile 0.4%
Nix 0.4%
Dockerfile 0.1%