mirror of
https://github.com/rudy3333/eversync.git
synced 2025-07-03 09:36:00 +00:00
20 lines
1,005 B
Markdown
20 lines
1,005 B
Markdown
# Eversync – Notes, Self-Hosted Email & Calendar
|
||

|
||
|
||
The motto of this project is secure, simple and stupid.
|
||
|
||
Eversync is a self-hosted productivity suite designed with simplicity and security at its core. It provides note-taking, calendar management, and email, all in one minimal, privacy-respecting platform.
|
||
|
||
### Run
|
||
|
||
In order to run this project, I recommend using [Gunicorn](https://gunicorn.org). In order to setup Gunicorn, please run
|
||
```
|
||
gunicorn eversync.wsgi
|
||
```
|
||
|
||
For a reverse proxy solution, I recommend either [Caddy](https://caddyserver.com) or [Nginx](https://nginx.org).
|
||
|
||
Example instructions for running Gunicorn behind Nginx are provided [here.](https://docs.gunicorn.org/en/latest/deploy.html)
|
||
|
||
### License
|
||
This project is licensed under our custom refined [license](https://github.com/rudy3333/eversync/blob/master/LICENSE) — do whatever you want, I probably won’t care.
|