Webfinger service for many daemons - mirror
  • Rust 94.7%
  • HTML 4.6%
  • Dockerfile 0.7%
Find a file
Till Wegmueller 4ac54ce292 fix: add curl to Docker image for healthcheck
Traefik filters out unhealthy containers. The wget-based healthcheck
failed silently because wget isn't in debian:bookworm-slim. Switch to
curl and install it in the runtime image. Also add traefik.docker.network
label for explicit network selection.
2026-04-07 11:50:20 +02:00
deploy fix: add curl to Docker image for healthcheck 2026-04-07 11:50:20 +02:00
docs/superpowers Add webfingerd implementation plan (16 tasks) 2026-04-06 17:14:36 +02:00
migration feat: add database migrations for domains, resources, service_tokens, links 2026-04-06 17:15:27 +02:00
src fix: deployment config and runtime fixes 2026-04-06 18:24:37 +02:00
templates feat: add server-rendered web UI for domain owner management 2026-04-06 17:15:30 +02:00
tests test: add full integration test covering multi-service WebFinger flow 2026-04-06 17:15:30 +02:00
.gitignore feat: add Dockerfile and docker-compose deployment for aopc.cloud 2026-04-06 18:03:18 +02:00
Cargo.lock fix: deployment config and runtime fixes 2026-04-06 18:24:37 +02:00
Cargo.toml fix: deployment config and runtime fixes 2026-04-06 18:24:37 +02:00
config.toml feat: project scaffold with config and error types 2026-04-06 17:15:24 +02:00
Dockerfile fix: add curl to Docker image for healthcheck 2026-04-07 11:50:20 +02:00