diff --git a/Cargo.toml b/Cargo.toml index 43cdff1..4e163f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ members = ["crates/*"] version = "0.9.3" edition = "2024" description = "A CalDAV server" +documentation = "https://lennart-k.github.io/rustical/" repository = "https://github.com/lennart-k/rustical" license = "AGPL-3.0-or-later" @@ -16,7 +17,7 @@ description.workspace = true repository.workspace = true license.workspace = true resolver = "2" -publish = false +publish = true [features] debug = ["opentelemetry"] diff --git a/Dockerfile b/Dockerfile index 818f9ab..e583833 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,4 +45,5 @@ CMD ["/usr/local/bin/rustical"] ENV RUSTICAL_DATA_STORE__SQLITE__DB_URL=/var/lib/rustical/db.sqlite3 LABEL org.opencontainers.image.authors="Lennart K github.com/lennart-k" +LABEL org.opencontainers.image.licenses="AGPL-3.0-or-later" EXPOSE 4000