LinkinStars
LinkinStars
目前国际化还在不断完善当中,可能页面上还有部分按钮或标识还未翻译完全,后面会不断迭代改进。
You can use admin user to login first and change SMTP config. [INSTALL](https://github.com/answerdev/answer/blob/main/INSTALL.md) Contains the default admin user name and password.
These logs are warnings. Is due to some fields have not translated. You can try it out with the latest docker image. `docker pull answerdev/answer:latest`
Our latest version has been updated and the language files have been unified, please change the language in the i18n directory.
We have identified this issue and are trying to optimize the presentation here in a way that is feasible.
The latest version already includes an installation guide, which will allow the user to actively set a password during the guide, so please pull the image again and follow the...
感谢问题反馈,已收到,正在修复中
感谢问题反馈: 1. 当前删除问题存在 bug,会马上进行修复 2. 当前,如果使用 https 那么 https 本身就是加密的,但如果使用 http 默认当前是没有加密的;数据库中密码会加密进行存储。我们推荐使用 https,也会考虑对密码进行加密处理。
感谢问题反馈 1. 当前使用 docker 安装会在当前目录下 `$PWD/answer-data` 创建 `answer-data` 文件夹,文件夹中包含配置文件等数据,启动时候提示 `/data/conf/config.yaml already exists`,证明配置文件已经存在,如果是新的初次安装,请删除 `answer-data` 文件夹中所有相关文件。如果是第二次安装,请修改对应的配置文件 `/answer-data/conf/config.yaml` 对应的数据库连接。 2. 第二次安装看日志并没有任何问题,各项初始化看日志也是正常的,启动后直接访问即可。如果是对 `[Warning] Aborted connection 9 to db: 'answer' user: 'root' host: '172.26.0.3' (Got...
感谢反馈 1. 头像当前使用的是绝对路径,由于当前头像来源方式不同,可能来源于用户上传,也可能来原于第三方,后面可能还来源于其他 oss,所以当前均使用绝对路径进行存储。我们后续也会去会考虑到域名变动可能带来的问题。 2. 由于网站语言设置的这个问题会在下个版本进行修复。