-
# crawlab-lite/managers
managers\execute.go:234:42: unknown field 'Setpgid' in struct literal of type syscall.SysProcAttr
managers\task.go:97:10: undefined: syscall.Kill
-
# 额,好吧,好像看到了这个 https://github.com/crawlab-team/crawlab-lite/issues/5
建议完善下 crawlab-lite 的相关文档
**Bug 描述**
Version: 0.0.2
例如,当 使用 docker 部署 时,通过 config.yml 配置文件自定义密码 功能不工作。
**复现步骤**
该 Bug 复现步骤…
-
http://crawlab.cn/swagger/index.html
![image](https://user-images.githubusercontent.com/16448776/92996205-8f586800-f53c-11ea-8b58-6149e6147cc9.png)
-
Hello Crawlab team,
i'm using crawlab to deploy my scrapy spiders and when I'm trying to download results CSV it takes a lot of time sometimes more than 15min , is there any commands line with CLI sd…
-
-
请问接口 swagger 的地址是不是崩了。
502 Bad Gateway
-
git使用ssh拉取代码,出现以下错误 first path segment in URL cannot contain colon
_Originally posted by @selerisjava in https://github.com/crawlab-team/crawlab/issues/776#issuecomment-651636453_
-
**crawlab-master安装在虚拟机上,重启后项目文件丢失**
在虚拟机crawlab-master:192.168.3.211上运行,monogdb和redis是在本地192.168.3.244。电脑重启后,crawlab-master上面的项目和爬虫文件丢失。 mongodb和redis数据库中数据存在。 这种情况多次出现,希望开发大佬调试解决下这个问题。
**定时任务很多,…
-
所有的环境都构建好,运行服务的时候正常,在浏览器上访问ip:8080时候,出现错误,查看nginx日志,提示找不到文件,如下
前端显示
请求错误404 http://192.168.xx.xxx:8080/api/releases/latest,发出的请求时针对不存在的记录,服务器没有进行操作
请求错误404 http://192.168.xx.xxx:8080/api/setting,发出…
-
**请描述该需求尝试解决的问题**
我在宝塔上用docker部署的crawlab,域名和ssl证书都有,就是不知道该怎么样才能让其可以使用`https+域名`的方式访问。
目前只能使用`IP+端口`的方式访问,求教如何使用`https+域名`的方式访问,谢谢!
**请描述您认为可行的解决方案**
- nginx转发
- 反向代理
- 重定向
**考虑过的替代方案**
无