Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T02:20:24.000Z (almost 4 years ago)
- Last Synced: 2024-10-23T09:01:21.570Z (14 days ago)
- Topics: ansible, django, mail, python, rust
- Language: Rust
- Homepage: https://vaulty.net
- Size: 352 KB
- Stars: 4
- Watchers: 3
- 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