docs: point fork metadata at canonical repository
Some checks failed
trivy / Check (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled

This commit is contained in:
root
2026-07-29 15:20:13 +02:00
parent b4c5c4c25c
commit dc9c52ae1d
2 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/registry \
&& cp /src/target/release/stalwart /tmp/stalwart
FROM stalwartlabs/stalwart:v0.16.14
LABEL org.opencontainers.image.source="https://git.facilitygo.com/filip/stalwart" \
LABEL org.opencontainers.image.source="https://git.facilitygo.com/filip/Stalwart" \
org.opencontainers.image.licenses="AGPL-3.0-only" \
org.opencontainers.image.description="Stalwart 0.16.14 with Namailu unified HUMAN password verification"
COPY --from=builder --chmod=0755 /tmp/stalwart /usr/local/bin/stalwart

View File

@@ -27,6 +27,6 @@ docker build -f Dockerfile.namailu \
```
The fork remains licensed under the upstream AGPL-3.0-only option. Its canonical
public source location is <https://git.facilitygo.com/filip/stalwart>. The
running build is commit `831f3dc` on branch `namailu-unified-password`; creating
the empty public repository is the only remaining publication step.
source location is <https://git.facilitygo.com/filip/Stalwart>, branch
`namailu-unified-password`. The repository is populated now and will be switched
to public visibility before the service is opened to the public.