Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solun-pm/solun
Solun is a service that allows you to share files, text and sending emails with end-to-end encryption, without having to worry about your privacy.
https://github.com/solun-pm/solun
docker end-to-end-encryption mongodb nextjs privacy security
Last synced: 3 months ago
JSON representation
Solun is a service that allows you to share files, text and sending emails with end-to-end encryption, without having to worry about your privacy.
- Host: GitHub
- URL: https://github.com/solun-pm/solun
- Owner: solun-pm
- License: other
- Created: 2023-05-09T17:12:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-12T13:41:03.000Z (4 months ago)
- Last Synced: 2024-09-27T14:01:45.444Z (3 months ago)
- Topics: docker, end-to-end-encryption, mongodb, nextjs, privacy, security
- Language: TypeScript
- Homepage: https://solun.pm
- Size: 719 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
![https://nextjs.org/](https://img.shields.io/badge/next.js-000000?style=for-the-badge&logo=nextdotjs&logoColor=white)
![https://www.docker.com/](https://img.shields.io/static/v1?style=for-the-badge&message=Docker&color=2496ED&logo=Docker&logoColor=FFFFFF&label=)
![https://www.mongodb.com/](https://img.shields.io/static/v1?style=for-the-badge&message=MongoDB&color=47A248&logo=MongoDB&logoColor=FFFFFF&label=)
Solun • Privacy at its highest
Solun is a service that allows you to share files, text and sending emails with end-to-end encryption, without having to worry about your privacy.
## What is the purpose of Solun?
Solun aims to fill the gap in the privacy space and create an independent, open service that allows you to share files, text and send emails with end-to-end encryption - without having to use external services like
Whatsapp, Telegram, Signal and more.## Developing locally
### Docker
If you want to run Solun via Docker go to packages on the right side of the Github page and follow the instructions.
### NPM
After cloning the repo, run `npm install` in the root of the project to install all necessary dependencies. Then run `npm run build` to build everything. Now you can run `npm run start`.
## Contributing
Read through our [Contribution Guide](./CONTRIBUTING.md) to learn how you can help make Solun better.