From 71b2924030c26d22f01aa2268ad92647f2de31c4 Mon Sep 17 00:00:00 2001 From: Danny Groenewegen Date: Wed, 5 Aug 2026 14:34:17 +0200 Subject: [PATCH] Add CODEOWNERS, PR template and fix repo path in .env after transfer --- .env.sample | 4 ++-- .gitea/CODEOWNERS | 1 + .gitea/PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ README.md | 6 ++++++ 4 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 .gitea/CODEOWNERS create mode 100644 .gitea/PULL_REQUEST_TEMPLATE.md diff --git a/.env.sample b/.env.sample index 48960a3..67b7df5 100644 --- a/.env.sample +++ b/.env.sample @@ -1,6 +1,6 @@ -TYPE=git.coopcloud.tech/eCommons/stalwart +TYPE=stalwart # Primary hostname for the mail server — used for admin UI, JMAP, and autodiscover -DOMAIN=git.coopcloud.tech/eCommons/stalwart.example.com +DOMAIN=stalwart.example.com # The domain part only (without "mail.") — used for autodiscover/autoconfig/mta-sts subdomains BASE_DOMAIN=example.com diff --git a/.gitea/CODEOWNERS b/.gitea/CODEOWNERS new file mode 100644 index 0000000..961538a --- /dev/null +++ b/.gitea/CODEOWNERS @@ -0,0 +1 @@ +* @coop-cloud/stalwart-maintainers diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..0974157 --- /dev/null +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ + + + + +* [ ] I have deployed and tested my changes +* [ ] I have [updated relevant versions in `abra.sh`](https://docs.coopcloud.tech/maintainers/upgrade/#updating-versions-in-the-abrash) +* [ ] I have made my environment variable changes [backwards compatible](https://docs.coopcloud.tech/maintainers/upgrade/#backwards-compatible-environment-variable-changes) +* [ ] I have added a [release note entry](https://docs.coopcloud.tech/maintainers/upgrade/#creating-new-release-notes) + +--- diff --git a/README.md b/README.md index b191d72..ae3ba02 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ All-in-one Mail & Collaboration server. Secure, scalable and fluent in every protocol (IMAP, JMAP, SMTP, CalDAV, CardDAV, WebDAV). +> ⚠️ Stalwart is still pre-1.0 — see [Upgrading](#upgrading). + * **Category**: Apps @@ -64,6 +66,10 @@ To enable the Bulwark webmail client at `webmail.example.com`: When Bulwark is active, `https://mail.example.com/` redirects to `https://webmail.example.com/`. The admin interface remains at `https://mail.example.com/admin`. +## Upgrading + +Stalwart is still pre-1.0. Per [Stalwart's own FAQ](https://stalw.art/docs/faq/): "*it's important to note that Stalwart is currently in version 0.x. As with any software in its early stages, certain aspects are still being refined and optimized. Before reaching the milestone of version 1.0, there may be changes to Stalwart's data layout and configuration files. These changes could necessitate data migration or adjustments in setup and users should be prepared for these potential updates and the accompanying requirements.*" + ## Backup Backupbot backs up both volumes: -- 2.52.0