feat(wfe-server): Dockerfile and configuration reference

Multi-stage alpine build targeting sunbeam-remote buildx builder.
Comprehensive README documenting all config options, env vars,
auth methods (static tokens, OIDC/JWT, webhook HMAC), and backends.
This commit is contained in:
2026-04-06 21:01:28 +01:00
parent 556c9bc4b3
commit 6f4700ef89
3 changed files with 313 additions and 0 deletions

10
.dockerignore Normal file
View File

@@ -0,0 +1,10 @@
target/
.git/
*.md
!README.md
.envrc
TODO.md
.cargo/
.github/
test/
workflows.yaml