在线乞讨全球要饭项目,支持docker一键部署,支持企业微信通知,支持文案编辑
docker run -d --name beggar --restart=always -p 8080:8080 -e console=true -v /opt/beggar/log/:/opt/logs/beggar/ aeert/beggar:latest
# arm请使用 aeert/beggar:arm 或 aeert/beggar:arm64 镜像
日志目录 /opt/logs/beggar/
H2 console true 打开
H2数据库 /beggar.mv.db
前端地址 http://localhost:8080
后端地址 http://localhost:8080/admin/
后端账户密码 随意输入,之后会保存H2数据库
H2 console地址 http://localhost:8080/h2
H2 console JDBC URL: jdbc:h2:./beggar
目前对接的是 蓝鲸支付
Begger遵循 MIT License 协议,提供免费使用,请勿用于商业及非法用途,Begger不承担个人行为的任何违法责任。