Replace the single -checker-<id>-remote-address flag (which only
handled the endpoint case) with a generic per-option flag
-checker-<id>-<opt-id> registered for every AdminOpt declared by each
checker definition. Type-aware parsing (bool, float64, string) mirrors
how JSON-decoded options arrive at runtime.
- Replace DRONE_TAG##v with DRONE_SEMVER across all pipelines
- Add missing VERSION build_args and tag-specific Docker publish steps to amd64 pipeline
- Add prerelease: true to amd64 release publish steps for consistency with arm64
- Pin swag and go-licenses versions with renovate annotations
- Add renovate regex manager to track go install versions in .drone.yml
- Add BuildKit cache mounts and OCI labels to Dockerfiles
- Improve Dockerfile layer efficiency (separate web/web-admin asset copies, smaller COPY targets)
- Move npm build/generate directives to separate generate_npm.go files with //go:build ignore
- Update README build instructions to include web-admin and correct step order