https://github.com/minvs1/airnote
Self-destruct private notes
https://github.com/minvs1/airnote
encrypt notes security
Last synced: 26 days ago
JSON representation
Self-destruct private notes
- Host: GitHub
- URL: https://github.com/minvs1/airnote
- Owner: minvs1
- License: mit
- Created: 2019-11-18T20:12:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:17:54.000Z (over 3 years ago)
- Last Synced: 2025-01-22T04:14:19.930Z (over 1 year ago)
- Topics: encrypt, notes, security
- Language: TypeScript
- Size: 1.29 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Airnote
Airnote is a self-destructing notes app that encrypts your secret inside the browser so, secret and decryption password never propagated to the server, only the AES-256 encrypted secret which is destroyed immediately after it's fetched from the server.

## Getting Started
### Development
1. Install NPM dependencies
```
npm install
```
2. Run development environment
```
npx next
```
3. Go to `http://127.0.0.1:3000`
### Production
#### Kubernetes
[examples/kubernetes](./examples/kubernetes)
#### Docker Compose, Nginx and automatic Let's Encrypt
[examples/docker-compose-with-nginx-le.yml](./examples/docker-compose-with-nginx-le.yml)
#### Docker image
```
minvs1/airnote
```
## License
[MIT](./LICENSE)