diff --git a/Dockerfile.namailu b/Dockerfile.namailu index 11d51009..fd5a5b68 100644 --- a/Dockerfile.namailu +++ b/Dockerfile.namailu @@ -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 diff --git a/NAMAILU_FORK.md b/NAMAILU_FORK.md index 2549421b..213af673 100644 --- a/NAMAILU_FORK.md +++ b/NAMAILU_FORK.md @@ -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 . 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 , branch +`namailu-unified-password`. The repository is populated now and will be switched +to public visibility before the service is opened to the public.