-
Notifications
You must be signed in to change notification settings - Fork 0
feat(公交https): 新增公交https一键部署demo, 移除mysql5.7 #25
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
2b6f77d
feat(公交https): 新增公交https一键部署demo
xiaorongnie 059df56
feat(env说明): 增加说明
xiaorongnie c724c61
feat(analytics): 增加库
xiaorongnie 9af1af9
feat(bus-http): 修改http的demo, 保持docker-compose的目录
xiaorongnie 7958f6a
feat(mysql5.7): 移除, 全部迁入mysql8
xiaorongnie 546ef3d
feat(公交脚本): 更新公交最新脚本
xiaorongnie a9c64bc
feat(bus-http): 增加默认值,方便本机一键启动
xiaorongnie 3f705e6
feat(字符集): 统一成mysql8的默认字符集
xiaorongnie d98dabd
feat(分区): 删除cbus的device*库, 初始化立即调用分区
xiaorongnie eeab248
feat(版本更新): 公交前后端更新到2025-11-06最新版本
xiaorongnie 49c0cda
feat(公交计算): 移除掉公交计算服务
xiaorongnie 909b23a
feat(证书): 只保留空结构
xiaorongnie 7e40f8d
feat(默认配置): 修改成空+示例
xiaorongnie 11b4f28
feat(rtp): 增加https方式, 对齐服务
xiaorongnie 199d4a4
fix(文件路径): 下面有引用, 放最顶部
xiaorongnie d2432d2
feat(bus-nginx): http模式空占位
xiaorongnie 077e15f
feat(track-nginx): 增加http的证书占位
xiaorongnie 35d2a53
feat(readme): 增加git管理要求
xiaorongnie 8aaf349
wip: example的变量填写默认值 & 目录全部写到一起
ipcjs 96e2185
docs: 手动下载前端的文档, 移到projects/下
ipcjs 43329d1
refactor: projects -> scripts
ipcjs 90c67a3
feat: 修改部署和版本更新readme
xiaorongnie 2170704
feat(track-https): 修改https规范
xiaorongnie d748c81
feat(设备表): 版本号改到256, 兼容通力
xiaorongnie bcdca79
feat(readme): 只保留参考
xiaorongnie 794df7d
wip: 添加"配置前端"
ipcjs 5448548
wip: xx
ipcjs 30be693
wip: 推荐安装docker扩展等
ipcjs File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,4 +4,4 @@ ip2region.xdb | |
| /.env | ||
| /.env.local | ||
| /tmp | ||
| /projects/*.zip | ||
| /scripts/*.zip | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "recommendations": [ | ||
| "docker.docker" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "cSpell.words": [ | ||
| "RABBITMQ" | ||
| ] | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xiaorongnie marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| #---------服务器信息, 必须按实际服务器信息填写----------------- | ||
| ## HOSTNAME 没有用公网IP替代 | ||
| SERVER_HOSTNAME='transcodegroup.cn' | ||
| ## 公网IP | ||
| SERVER_IP_PUBLIC='81.71.36.80' | ||
|
|
||
| #---------自定义初始密码, 建议随机生成新的替换------------- | ||
| ## MYSQL, 必填,示例: p92oVkNxrUttUUu8qyqs | ||
| MYSQL_PASSWORD='p92oVkNxrUttUUu8qyqs' | ||
| ## redis初始密码, 示例: nse3fLtG4Bm53URq4Ex | ||
| REDIS_PASSWORD='p92oVkNxrUttUUu8qyqs' | ||
| ## rabbitMq初始密码, 示例: Prr1139gdGhMJ4RDo7Gt | ||
| RABBITMQ_PASSWORD='p92oVkNxrUttUUu8qyqs' | ||
| ## Email密码, 示例ZfJwfEJvL8wbPr4LvCyx | ||
| MAIL_PASSWORD='p92oVkNxrUttUUu8qyqs' | ||
|
|
||
| #----------自定义端口信息, 推荐开放9000~9100,443,80-------- | ||
| # nginx前端配置 | ||
| WEB_PORT_HTTP=9080 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| #---------服务器信息, 必须按实际服务器信息填写----------------- | ||
| ## 公网IP | ||
| SERVER_IP_PUBLIC='81.71.36.80' | ||
| ## HOSTNAME 没有用域名IP替代 | ||
| SERVER_HOSTNAME='transcodegroup.cn' | ||
| ## SSL证书 | ||
| SSL_CERTIFICATE='/home/docker-compose/ssl/tg_com' | ||
|
|
||
| #---------自定义初始密码, 建议随机生成新的替换------------- | ||
| ## MYSQL, 必填 | ||
| MYSQL_PASSWORD='ZfJwfEJvL8wbPr4LvCyx' | ||
| ## REDIS, 必填 | ||
| REDIS_PASSWORD='ZfJwfEJvL8wbPr4LvCyx' | ||
| ## RABBIT_MQ, 必填 | ||
| RABBITMQ_PASSWORD='ZfJwfEJvL8wbPr4LvCyx' | ||
| ## Email,必填 | ||
| MAIL_PASSWORD='ZfJwfEJvL8wbPr4LvCyx' | ||
|
|
||
| #----------自定义端口信息, 推荐开放9000~9100,443,80-------- | ||
| # 前端端口配置, HTTP默认80, HTTPS默认443 | ||
| WEB_PORT_HTTP=9070 | ||
| WEB_PORT_HTTPS=9080 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| # Bus单机部署, 使用https | ||
| # 密码/端口/域名等信息在.env文件中配置 | ||
| include: | ||
| - ../docker/mysql8/compose.yml | ||
| - ../docker/rabbitmq/compose.yml | ||
| - ../docker/redis/compose.yml | ||
| - ../docker/bus/compose.yml | ||
| - ../docker/video-nginx/compose.yml | ||
| - path: | ||
| - ../docker/video/compose.yml | ||
| - ../docker/video/compose.bus.yml | ||
| - path: | ||
| - ../docker/nginx/compose.yml | ||
| - ../docker/nginx/compose.bus.yml | ||
| - ../docker/nginx/compose.bus.https.yml | ||
| - path: | ||
| - ../docker/web-downloader/compose.yml | ||
| - ../docker/web-downloader/compose.bus.yml |
xiaorongnie marked this conversation as resolved.
Show resolved
Hide resolved
xiaorongnie marked this conversation as resolved.
Show resolved
Hide resolved
|
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.