generated from coop-cloud/example
Add CODEOWNERS, PR template and fix repo path in .env after transfer #2
+2
-2
@@ -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
|
||||
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
* @coop-cloud/stalwart-maintainers
|
||||
@@ -0,0 +1,15 @@
|
||||
<!-- Describe your changes here -->
|
||||
|
||||
<!--
|
||||
Thank you for doing recipe maintenance work!
|
||||
Please mark all checklist items which are relevant for your changes.
|
||||
Please remove the checklist items which are not relevant for your changes.
|
||||
Feel free to remove this comment.
|
||||
-->
|
||||
|
||||
* [ ] 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)
|
||||
|
||||
---
|
||||
@@ -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).
|
||||
|
||||
<!-- metadata -->
|
||||
|
||||
* **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:
|
||||
|
||||
Reference in New Issue
Block a user