-
Notifications
You must be signed in to change notification settings - Fork 0
refactor: 修改MINIO_BROWSER_REDIRECT_URL的指向 #10
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
Closed
Closed
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
1bc9bc1
perf(自定义docker仓库): 增加自定义docker仓库
xiaorongnie 04f9aa9
fix(registry-ui): 换掉地址
xiaorongnie 6cec3e7
fix(minio): 默认服务器域名, 避免单机部署minio无效
xiaorongnie a1a0cfb
perf(linux命令): 增加一个开源命令仓库
xiaorongnie 43c556c
feat(WEB_BASE_URL): 默认SERVER_HOSTNAME
xiaorongnie 0abe5b4
feat(words): 添加关键字
xiaorongnie ede0d56
feat(DEMO): 增加track+video版本的demo
xiaorongnie 50e731e
fix(后台默认路径): 默认/home/docker-compose/token
xiaorongnie d78bc01
fix(MAINTAIN_TOKEN_DIR): 还原常量
xiaorongnie 0eb3ed9
fix(demo): 修改必填项注释
xiaorongnie b5d85ab
wip: 添加注释
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 |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| { | ||
| "cSpell.words": [ | ||
| "tgtrack" | ||
| ] | ||
| } |
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 @@ | ||
| SERVER_IP_PUBLIC='' # 请输入服务器公网IP地址 | ||
| SERVER_IP_INTERNAL='' # 请输入服务器内网IP地址 | ||
| SERVER_HOSTNAME='tgtrack.com' | ||
|
|
||
| SSL_CERTIFICATE='/home/docker-compose/ssl/tgtrack_com' | ||
|
|
||
| ## MYSQL, 必填 | ||
| MYSQL_PASSWORD='' | ||
| ## REDIS初始密码 | ||
| REDIS_PASSWORD='' | ||
| ## MONGODB初始密码 | ||
| MONGODB_PASSWORD='' | ||
| ## RABBITMQ初始密码 | ||
| RABBITMQ_PASSWORD='' | ||
| ## MINIO初始密码 | ||
| MINIO_PASSWORD='' | ||
| ## MINIO初始密码 | ||
| MAIL_PASSWORD='' |
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 @@ | ||
| ## V2单机部署方案 | ||
| # 1. 修改.env文件. 初始化各种密码 | ||
| # 2. 生成/home/token秘钥, SSL证书文件 | ||
| # 3. docker compose up -d启动服务 | ||
| include: | ||
| - ../docker/mysql8/compose.yml | ||
| - ../docker/redis/compose.yml | ||
| - ../docker/mongodb/compose.yml | ||
| - ../docker/rabbitmq/compose.yml | ||
| - ../docker/minio/compose.yml | ||
| - ../docker/maintain/compose.yml | ||
| - ../docker/jtt808/compose.yml | ||
| - ../docker/video/compose.yml | ||
| - path: | ||
| - ../docker/nginx/compose.yml | ||
| - ../docker/nginx/compose.track.yml | ||
| - path: | ||
| - ../docker/video-nginx/compose.yml | ||
| - ../docker/video-nginx/compose.minio.yml |
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WEB服务若没有启用https,会报错,是否要改成required?