Answer Official Plugins for enhance the feature of Answer.
Our plugin is under development and the interface definition of the plugin can be viewed at this link.
The Connector plugin helps us to implement third-party login functionality.
For example: Google or GitHub OAuth login.
The Storage plugin helps us to upload files to third-party storage.
For example: Aliyun OSS or AWS S3.
Using the Cache plugin allows you to store cached data in a different location.
For example: Redis or Memcached.
Support for using search plugin to speed up the search for question answers. For example: Elasticsearch or Meilisearch.
To learn more about the plugin, visit answer.dev.
If you want to try it out early, you can use the all-in-one docker image. Note that this image will contain the latest version of answer and all official plugins, which may not have been released yet.
$ docker run -d -p 9080:80 -v answer-data:/data --name answer answerdev/answer:all-in-one