normogen/web
goose 043b4442a7
Some checks failed
Lint and Build / format (push) Successful in 43s
Lint and Build / clippy (push) Successful in 2m42s
Lint and Build / build (push) Successful in 3m44s
Lint and Build / test (push) Failing after 1s
fix: HTTPS with self-signed cert for Web Crypto API support
Browsers disable crypto.subtle on non-localhost HTTP. The frontend server now
generates a self-signed TLS cert at startup and serves over HTTPS by default
(FRONTEND_TLS=true). FRONTEND_TLS=0 disables it for localhost dev.

Added axum-server (tls-rustls) + rcgen deps to the frontend-server crate.
2026-07-14 11:43:56 -03:00
..
frontend-server fix: HTTPS with self-signed cert for Web Crypto API support 2026-07-14 11:43:56 -03:00
normogen-web fix: add curl to frontend runtime image for healthcheck 2026-07-05 11:47:05 -03:00