mirror of
https://github.com/labring/sealos.git
synced 2026-09-19 02:23:07 +08:00
* refactor(cloud): remove cloud release workflow from configuration Signed-off-by: cuisongliu <cuisongliu@qq.com> * chore(ci): remove root deploy path rules * docs(frontend): remove root deploy references * chore: remove deprecated deploy directory * fix(config): update docs URL handling and adjust proxy domain configuration Signed-off-by: cuisongliu <cuisongliu@qq.com> * fix(config): update docs URL handling and adjust proxy domain configuration Signed-off-by: cuisongliu <cuisongliu@qq.com> * chore(changelog): remove cloud build script update from release process Signed-off-by: cuisongliu <cuisongliu@qq.com> * feat: add installation script for Sealos v5.1.2 with platform detection and image pulling Signed-off-by: cuisongliu <cuisongliu@qq.com> * feat: add installation script for Sealos v5.1.2 with platform detection and image pulling Signed-off-by: cuisongliu <cuisongliu@qq.com> * feat: add installation script for Sealos v5.1.2 with platform detection and image pulling Signed-off-by: cuisongliu <cuisongliu@qq.com> * feat: enhance installation script with default install and pod readiness checks Signed-off-by: cuisongliu <cuisongliu@qq.com> * feat: automate default installation confirmation in Sealos script Signed-off-by: cuisongliu <cuisongliu@qq.com> * feat: add warning logging for default installation command in Sealos script Signed-off-by: cuisongliu <cuisongliu@qq.com> --------- Signed-off-by: cuisongliu <cuisongliu@qq.com>
26 lines
1.0 KiB
TOML
26 lines
1.0 KiB
TOML
exclude_path = ["./CHANGELOG", "./docs"]
|
|
verbose = "info"
|
|
insecure = true
|
|
no_progress = true
|
|
output = ".dummy.report.md"
|
|
exclude = [ '.*codecov.*','.*sealos\.hub:5000.*','.*local.*','file:///.*','.*sealos.io/payment/wechat/callback.*','.*www.sealos.io/docs/cloud/apps/appstore.*','.*chat.openai.com/c.*','.*twitter.com/Sailos_io.*','.*sealos.run.*','.*sealos.io.*','.*jsd.cdn.zzko.cn.*','.*feishu.cn*' ]
|
|
max_concurrency = 20
|
|
max_retries = 0
|
|
# Exclude all private IPs from checking.
|
|
# Equivalent to setting `exclude_private`, `exclude_link_local`, and
|
|
# `exclude_loopback` to true.
|
|
exclude_all_private = true
|
|
# Exclude private IP address ranges from checking.
|
|
exclude_private = true
|
|
# Exclude link-local IP address range from checking.
|
|
exclude_link_local = true
|
|
# Exclude loopback IP address range and localhost from checking.
|
|
exclude_loopback = true
|
|
# Check mail addresses
|
|
include_mail = true
|
|
skip_missing = false
|
|
# Website timeout from connect to response finished.
|
|
timeout = 20
|
|
# Minimum wait time in seconds between retries of failed requests.
|
|
retry_wait_time = 2
|