Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【使用文档】宝塔面板部署 #62

Open
leochen-g opened this issue Mar 29, 2024 · 0 comments
Open

【使用文档】宝塔面板部署 #62

leochen-g opened this issue Mar 29, 2024 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@leochen-g
Copy link
Owner

宝塔面板部署比较简单,也是采用 docker的方式

查看最新镜像 tag

可以在https://hub.docker.com/r/aibotk/wechat-assistant/tags 这里查看到最新的 tag版本

拉取最新镜像

由于第三方镜像源拉取的不是最新版本,所以建议使用官方源进行拉取

拉取完毕的大小大概不到 500M ,如果你拉取的大小超过 1G,大概率是拉取错版本了,请切换成官方源拉取

启动镜像

拉取镜像后就可以添加容器部署了,由于微秘书不需要对外暴漏端口号,所以端口号那里就不需要填写了,内存建议 1024M,cpu 1c 即可,环境变量添加

必填环境变量

AIBOTK_KEY=微秘书个人中心的APIKEY
AIBOTK_SECRET=微秘书个人中心的APISECRET
TZ=Asia/Shanghai

如果购买了 ipad Token 需要加上环境变量(非必填)

PAD_LOCAL_TOKEN=你申请的ipdalocal token

如果购买了企微 Token 需要加上环境变量(非必填)

WORK_PRO_TOKEN=你申请的企微 token

其他默认,点击添加即可

宝塔 8.0.5 版本提醒

如果你的宝塔面板是 8.0.5 版本,请不要使用手动创建模式,最新版有个 bug 会给环境变量后缀添加一个逗号,导致环境变量一直有问题

8.0.5版本创建容器使用命令行创建即可

docker run -d -e TZ="Asia/Shanghai" -e AIBOTK_KEY="微秘书apikey" -e AIBOTK_SECRET="微秘书apiSecret"  --name=wechatbot aibotk/wechat-assistant

扫码登录

完成启动后直接去往控制台,首页扫码登录即可

查看日志排查问题

如果遇到问题,优先去排查容器日志,所有的报错基本都会在容器中展示出来

@leochen-g leochen-g added the documentation Improvements or additions to documentation label Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant