eversync/README.md
2025-05-21 23:04:03 +02:00

20 lines
1,010 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Eversync Notes, Office Suite & Calendar
![image](https://raw.githubusercontent.com/rudy3333/eversync/refs/heads/master/eversyncc/static/banner.png)
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 other utilities, 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 wont care.