bbs-go icon indicating copy to clipboard operation
bbs-go copied to clipboard

基于Golang的开源社区系统。简洁对话,高效互动,社区新体验!

Results 63 bbs-go issues
Sort by recently updated
recently updated
newest added

你好, 我是基于master分支本地构建的(mac环境), 关于官网的安装教程, 我个人建议有一点点小的地方可以修正一下: (1)``follow_count`, `fans_count`` 这两个字段 在建表语句里漏了。 (2)admin项目构建的时候, 貌似是要用node 17版本以下的去构建项目 。 你看看如果的确需要调整,可以顺手调整一下呢。

1. 第一次使用了cnpm安装,报错,说npm版本没有换,我因为安装site没有报错和成功运行,就为更新到相应版本,尝试其他解决方案 2. 接着用npm安装,报错,看日志如下: ![image](https://github.com/mlogclub/bbs-go/assets/82981823/70959883-5826-4c8f-9df0-50323edf865a) 3.问chatgpt,chatgpt给的解决方案,尝试未果 ![image](https://github.com/mlogclub/bbs-go/assets/82981823/84fc6e77-c565-4bef-a5b9-e13834bdb00d) 4. 百度一下,根据报错提示,使用npx -p npm@6 npm i --legacy-peer-deps 依旧不行 5. 使用npm i --legacy-peer-deps 也不行 6. 使用npm i --force 也不行

MySQL Version:8.0 error sql: ```sql INSERT INTO t_user (`id`, `username`, `nickname`, `avatar`, `email`, `password`, `status`, `create_time`, `update_time`, `roles`, `description`, `topic_count`, `comment_count`, `score`, `follow_count`, `fans_count`) SELECT 1, 'admin', 'bbsgo站长', '', '[email protected]',...

防火墙和安全组都没有问题,端口3000和8082确定都是可以访问的,但是用IP访问site就要报错,访问server是可以的。 [ec2-user@ip-172-31-47-43 site]$ curl http://172.31.47.43:8082 Powered by bbs-go[ec2-user@ip-172-31-47-43 site]$ [ec2-user@ip-172-31-47-43 site]$ curl http://172.31.47.43:3000 curl: (7) Failed to connect to 172.31.47.43 port 3000 after 0 ms: Connection refused [ec2-user@ip-172-31-47-43 site]$ curl...

**漏洞名称** bbs-go 存储式跨站脚本漏洞 **受影响实体版本号** bbs-go

![image](https://user-images.githubusercontent.com/67990707/194009753-81656b88-16fb-40d9-a4ac-c353f7beadb1.png)

bbs-go-admin / build (16.x) (push) Failing after 4s bbs-go-docs / build (16.x) (pull_request) Failing after 1m

用官方搜索搜索不出相关帖子

Hello 👋 I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@shangrui-hash) has found a potential issue, which I would be eager to share with...