We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
部署方式
services: moments: image: jkjoy/moments:latest environment: JWT_KEY: "BbYS93dHHfIC1cQR8rI6" WEBHOOK_URL: "https://open.feishu.cn/open-apis/bot/v2/hook/*" #飞书webhook SITE_URL: "https://www.moments.cn" #访问地址 QQ_WEBHOOK_URL: "https://http.asbid.cn/send_private_msg" #QQ机器人的API QQ_USER_ID: "123456" #接收消息的QQ号码 ports: - "3000:3000" volumes: - ./data:/app/data - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro
没有修改原版的数据库,使用系统变量读取,
WEBHOOK_URL为你使用的webhook地址, 可以是飞书webhook, 也可以是其他的. SITE_URL为你的moments的访问地址, 可以是域名,也可以是ip地址.用来拼接memo的访问地址
WEBHOOK_URL
webhook
飞书webhook
SITE_URL
QQ_WEBHOOK_URL为你使用的QQ机器人的API地址,需要自行部署,或者使用公共服务 使用gocqhttp的API接口
QQ_WEBHOOK_URL
端点地址/send_private_msg时QQ_USER_ID为你接收消息的QQ号码.
/send_private_msg
QQ_USER_ID
端点/send_group_msg时,QQ_USER_ID为你接收消息的QQ群号码.
/send_group_msg
The text was updated successfully, but these errors were encountered:
hoho~
Sorry, something went wrong.
No branches or pull requests
部署方式
没有修改原版的数据库,使用系统变量读取,
WEBHOOK_URL
为你使用的webhook
地址, 可以是飞书webhook
, 也可以是其他的.SITE_URL
为你的moments的访问地址, 可以是域名,也可以是ip地址.用来拼接memo的访问地址QQ_WEBHOOK_URL
为你使用的QQ机器人的API地址,需要自行部署,或者使用公共服务 使用gocqhttp的API接口端点地址
/send_private_msg
时QQ_USER_ID
为你接收消息的QQ号码.端点
/send_group_msg
时,QQ_USER_ID
为你接收消息的QQ群号码.The text was updated successfully, but these errors were encountered: