https://github.com/aksiksi/vaulty
A service that allows users to send email directly to a cloud storage service.
https://github.com/aksiksi/vaulty
ansible django mail python rust
Last synced: 5 months ago
JSON representation
A service that allows users to send email directly to a cloud storage service.
- Host: GitHub
- URL: https://github.com/aksiksi/vaulty
- Owner: aksiksi
- Created: 2019-12-30T22:06:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T02:20:24.000Z (over 5 years ago)
- Last Synced: 2026-01-26T08:47:29.151Z (5 months ago)
- Topics: ansible, django, mail, python, rust
- Language: Rust
- Homepage: https://vaulty.net
- Size: 352 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vaulty
Vaulty is service that allows users to send email directly into an online storage account (e.g., Dropbox).
## Overview
The service consists of two main components:
* `vaulty-mail`: handles setting up the mail server and forwarding received mail to the correct storage account.
* `vaulty-web`: web frontend and backend that the user interacts with.
These two services are "connected" through a Postgres database. `vaulty-mail` uses the DB to figure out where to store a given email as well as to update usage information. `vaulty-web` provides a user signup flow and handles payments.
## TODO
- [ ] Provision scripts for `vaulty-mail`, `vaulty-web`, and DB
- [ ] Basic Django (?) web app
- [ ] IFTTT integration so users can "do stuff" upon receipt of an email