Go to file
haitaoo c63267713c fix(ThemeColor): Make all pages support `theme-color` 2023-05-19 12:50:23 +08:00
.github chore(Dockerfile): add ANSWER_MODULE ENV 2023-05-09 11:36:39 +08:00
.vscode fix: punctuation marks 2023-02-09 16:39:03 +08:00
build initial commit 2022-09-27 17:59:05 +08:00
charts Chart refactoring (#311) 2023-04-10 17:19:56 +08:00
cmd Merge remote-tracking branch 'github/feat/1.1.2/user-center' into beta.2/1.1.0 2023-05-09 10:49:00 +08:00
configs fix(SEO): update `path_ignore.yaml` 2023-05-15 16:48:37 +08:00
docs chore(gomod): update go mod and swagger doc 2023-05-09 10:54:42 +08:00
i18n fix: change password add verification code verification 2023-05-17 18:29:08 +08:00
internal Merge remote-tracking branch 'github/feat/1.1.2/user-center' into beta.2/1.1.0 2023-05-09 10:49:00 +08:00
pkg Merge remote-tracking branch 'github/feat/1.1.2/user-center' into beta.2/1.1.0 2023-05-09 10:49:00 +08:00
plugin feat(notification): add upvote and down vote notification 2023-05-04 19:22:25 +08:00
script feat(usercenter): add user center plugin and agent 2023-04-14 17:33:22 +08:00
ui fix(ThemeColor): Make all pages support `theme-color` 2023-05-19 12:50:23 +08:00
.editorconfig initial commit 2022-09-27 17:59:05 +08:00
.gitignore Merge branch 'github-main' into feature-plugin 2023-02-06 11:25:53 +08:00
.gitlab-ci.yml docs(ci): Update CI configuration about image tag 2023-02-08 17:23:49 +08:00
.goreleaser.yaml update goreleaser 2023-04-03 12:20:00 +08:00
Dockerfile chore(Dockerfile): add ANSWER_MODULE ENV 2023-05-09 11:36:39 +08:00
LICENSE Update LICENSE 2022-09-30 07:13:53 +00:00
Makefile docs(makefile): upgrade 1.0.9 2023-04-19 16:48:49 +08:00
README.md docs(README): Update CONTRIBUTING and Installation link address in README.md 2023-01-04 11:25:59 +08:00
README_CN.md docs(README): Update CONTRIBUTING and Installation link address in README.md 2023-01-04 11:25:59 +08:00
SECURITY.md Create SECURITY.md 2023-01-13 07:39:39 +00:00
crowdin.yml Update Crowdin configuration file 2022-12-15 17:36:18 +08:00
docker-compose.uffizzi.yml docs(docker): add healthcheck for docker compose 2023-02-13 18:09:55 +08:00
docker-compose.yaml ci: docker compose 2022-11-02 08:01:37 +00:00
go.mod fix(merge): update go mod 2023-04-14 18:24:09 +08:00
go.sum chore(gomod): update go mod and swagger doc 2023-05-09 10:54:42 +08:00

README.md

logo

Answer - Build Q&A community

An open-source knowledge-based community software. You can use it to quickly build your Q&A community for product technical support, customer support, user communication, and more.

To learn more about the project, visit answer.dev.

LICENSE Language Language Go Report Card Discord

Screenshots

screenshot

Quick start

Running with docker

docker run -d -p 9080:80 -v answer-data:/data --name answer answerdev/answer:latest

For more information, see Installation

Contributing

Contributions are always welcome!

See CONTRIBUTING for ways to get started.

License

Apache License 2.0