Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
targoninc-alex committed Jul 2, 2024
2 parents 10baf1c + 73ab2f9 commit 5ddc27f
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 5ddc27f

Please sign in to comment.