mail-in-a-box / mailinabox

Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.

Home Page:https://mailinabox.email/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Add GUI for Duplicity WebDAV Backend

elsiehupp opened this issue · comments

Duplicity natively supports WebDAV, but currently Mail-in-a-Box does not implement this.

WebDAV is useful because many users of Mail-in-a-Box also use Nextcloud, and Nextcloud provides a more user-friendly abstraction layer.

Also, for users with Nextcloud managed hosting, being able to use Nextcloud directly saves on costs by not requiring, e.g., S3, which on, e.g., DigitalOcean has a base price of $10/month, substantially more than the base price of a Mail-in-a-Box VPS, which is currently $6/month. Being able to back up my Mail-in-a-Box to Nextcloud would, then, save me, personally, something like $10-11/month, which really adds up!

Resources:

As an aside: support for the Nextcloud Flow API would be nice, but I imagine that would have to be added by Duplicity before it would be added to Mail-in-a-Box.

I just checked, and there is an issue on the Duplicity repo discussing Nextcloud support which was closed because Nextcloud is supported through rclone. So I suppose direct support for, e.g., Nextcloud could be added through Duplicity's implementation of rclone. rclone does not seem to support the Nextcloud Flow API as of yet, so I suppose I should go open an issue with them asking them to implement it.