synor/crates/synor-hosting/src
Gulshan Yadav e23a56049c feat(hosting): add hosting gateway server with Docker deployment
Add HTTP server for Synor Hosting with:

- server/mod.rs: Gateway server using axum
- server/handler.rs: Request routing to storage, content type detection
- server/middleware.rs: Token bucket rate limiting, cache control, metrics
- server/ssl.rs: Let's Encrypt auto-provisioning (stub)
- bin/hosting-gateway.rs: CLI binary with env var config

Docker deployment:
- docker/hosting-gateway/Dockerfile: Multi-stage build
- docker/hosting-gateway/Caddyfile: Wildcard HTTPS for *.synor.cc
- docker-compose.hosting.yml: Full hosting stack with Caddy

37 tests passing.
2026-01-10 12:45:26 +05:30
..
bin feat(hosting): add hosting gateway server with Docker deployment 2026-01-10 12:45:26 +05:30
server feat(hosting): add hosting gateway server with Docker deployment 2026-01-10 12:45:26 +05:30
config.rs feat(hosting): add Synor Hosting subdomain-based web hosting 2026-01-10 12:34:07 +05:30
domain.rs feat(hosting): add Synor Hosting subdomain-based web hosting 2026-01-10 12:34:07 +05:30
error.rs feat(hosting): add Synor Hosting subdomain-based web hosting 2026-01-10 12:34:07 +05:30
lib.rs feat(hosting): add hosting gateway server with Docker deployment 2026-01-10 12:45:26 +05:30
registry.rs feat(hosting): add Synor Hosting subdomain-based web hosting 2026-01-10 12:34:07 +05:30
router.rs feat(hosting): add Synor Hosting subdomain-based web hosting 2026-01-10 12:34:07 +05:30