Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
loudar committed Jul 1, 2024
1 parent d77d719 commit 73ab2f9
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ UI_DEPLOYMENT_URL=http://localhost:3001
WEBSOCKET_URL=ws://127.0.0.1:8912
FILE_FOLDER=path/to/files/folder (will be created if it doesn't exist)
MAX_PAYLOAD_SIZE_MB=10
FILE_PASSWORD=password
```

## Windows
Expand All @@ -33,4 +34,16 @@ docker-compose build --no-cache && docker-compose up -d

# API Docs

Access [http://localhost:3000/api-docs/](http://localhost:3000/api-docs/) after running the application.
Access [http://localhost:3000/api-docs/](http://localhost:3000/api-docs/) after running the application.

# Encryption

This feature is work in progress.

- [x] Symmetric encryption for attachments

- [ ] Symmetric encryption for messages

- [ ] Asymmetric encryption for attachments

- [ ] Asymmetric encryption for messages

0 comments on commit 73ab2f9

Please sign in to comment.