Go to file
LinkinStars a7a8cbf35c docs(i18n): Update i18n files 2023-02-06 10:56:07 +08:00
.github update github action on self-hosted 2023-02-01 18:29:31 +08:00
.vscode fix: set eslint workingDirectories 2022-09-29 10:12:03 +08:00
build initial commit 2022-09-27 17:59:05 +08:00
charts style: remove unnecessary functions 2022-10-22 18:40:12 +08:00
cmd/answer fix(user): The user status is changed in the admin to automatically activate the user. #173 2023-01-13 13:02:25 +08:00
configs feat(user): user can't use reserved username 2022-12-28 17:12:20 +08:00
docs update question validate 2023-02-02 16:39:51 +08:00
i18n docs(i18n): Update i18n files 2023-02-06 10:56:07 +08:00
internal update sqlite 2023-02-03 15:37:58 +08:00
pkg Merge branch 'feat/1.1.0/compile' into feat/1.0.4/comment 2023-02-01 16:46:35 +08:00
script update goreleaser 2022-12-16 22:54:12 +08:00
ui Merge branch 'feat/ui-1.0.4' into 'test' 2023-02-03 03:39:10 +00:00
.editorconfig initial commit 2022-09-27 17:59:05 +08:00
.gitignore ggpush 2023-02-01 18:18:11 +08:00
.gitlab-ci.yml Merge remote-tracking branch 'origin/feat/0.7.0/user-manage' into test 2022-12-14 17:06:13 +08:00
.goreleaser.yaml update goreleaser 2023-02-03 15:22:05 +08:00
Dockerfile doc: update docker file set node from 2022-11-11 19:17:36 +08:00
LICENSE Update LICENSE 2022-09-30 07:13:53 +00:00
Makefile docs(makefile): upgrade version 2023-02-06 10:25:08 +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.yaml ci: docker compose 2022-11-02 08:01:37 +00:00
go.mod Merge branch 'feat/1.1.0/compile' into feat/1.0.4/comment 2023-02-01 16:46:35 +08:00
go.sum Merge branch 'feat/1.1.0/compile' into feat/1.0.4/comment 2023-02-01 16:46:35 +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