Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/discourse/discourse-encrypt
A plugin that provides a secure communication channel through Discourse.
https://github.com/discourse/discourse-encrypt
discourse-plugin
Last synced: 1 day ago
JSON representation
A plugin that provides a secure communication channel through Discourse.
- Host: GitHub
- URL: https://github.com/discourse/discourse-encrypt
- Owner: discourse
- License: mit
- Created: 2018-10-10T19:51:24.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T12:33:01.000Z (4 days ago)
- Last Synced: 2024-11-04T13:25:20.726Z (4 days ago)
- Topics: discourse-plugin
- Language: JavaScript
- Homepage:
- Size: 1.81 MB
- Stars: 42
- Watchers: 22
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - discourse/discourse-encrypt - A plugin that provides a secure communication channel through Discourse. (others)
README
# discourse-encrypt
Discourse Encrypt is a plugin that provides a secure communication channel
through Discourse. [Read more about the plugin on Meta...](https://meta.discourse.org/t/discourse-encrypt-for-private-messages/107918)## Installation
Follow [Install a Plugin](https://meta.discourse.org/t/install-a-plugin/19157)
how-to from the official Discourse Meta, using `git clone https://github.com/discourse/discourse-encrypt.git`
as the plugin command.Please note that WebCrypto API is restricted to secure origins, which basically
means that you must enable HTTPS before using this plugin.