Add docker-arm branch to docker.yml trigger for Docker Hub testing.
Rewrite Docker.md with comprehensive documentation including all
environment variables, ports, volumes, compose examples, and
troubleshooting.
Update action versions from pinned SHAs to release tags,
remove attestation step that breaks multi-platform builds,
add tag trigger for release images, add docker-arm branch
for testing.
Currently in forky/sid but not trixie/resolute.
12.0.32-2 bundles 4 of the 6 ee8 jars we need.
It does not contain the ee8-nested and ee8-security jars, those are currently in
libjetty12-extra-java. Rather than require -extra-, we bundle those two jars into jetty-extra.jar for now,
as -extra- is very large and has a number of other dependencies.
We have requested that Debian move the two jars to the stndard package.
For the non-libjetty12 builds, those two jars remain in jetty-webapp.jar.
12.0.17 in trixie/resolute is unusable because it is missing the ee8 jars
and is not the official Jetty release version so we can't bundle the jars from the Jetty release,
they are incompatible.
This change removes the 12.0.17 ee8 jars we attempted to bundle.
The trixie/resolute build is still unusable, unless/until they get 12.0.32-2
Update various build.xml classpaths to include jetty-extra.jar.
Fix the reference to cgi-context.xml which was renamed.
There are no changes for the jammy build, which bundles all required Jetty jars,
other than the cgi-context fix.
- Do not fallback to inbound expl. tunnel, result would go to main db where client can't find it
- Default supportsRatchetReplies to true if RI is null, so inbound client tunnel is used
reported by: FreefallHeavens, sidereal, cims
- Add noise support (patterns and initializers)
- Add pq param in addresses
- Choose version for outbound
- Decode first 32 bytes and auto-detect on inbound based on X MSB
TODO: Support all three versions on outbound