Commit Graph
26 Commits
Author SHA1 Message Date
严浩 a2fca42ff9 fix(sysctl): 提取 Debian 版本获取逻辑为独立函数 2026-04-10 00:12:58 +08:00
严浩 077f1259a1 fix(zram): 暂时注释掉 install_zram 函数调用 2026-04-10 00:07:37 +08:00
严浩 d7a6105629 docs(zram): 为 install.sh 添加远程执行使用说明 2026-03-23 22:30:10 +08:00
严浩 81b8b6e3bd docs(zram): 为 show_status.sh 添加远程执行使用说明 2026-03-23 22:29:43 +08:00
严浩 b78d7a3782 feat(sysctl): 添加 vm.swappiness 配置项 2026-03-19 22:19:27 +08:00
严浩 367a37f29b fix(apt-install): 注释掉环境变量输出和不必要的日志文件内容 2025-12-21 00:37:47 +08:00
严浩 25e856045b feat(apt-install): 添加自动更新软件源功能并优化安装过程 2025-12-21 00:32:33 +08:00
严浩 6a8e1ddd7e fix(apt-install): 在临时日志文件中添加环境变量输出以便于调试 2025-12-21 00:14:12 +08:00
严浩 6d8bf16d74 fix(apt-install): 更新安装命令以确保不安装推荐包 2025-12-21 00:11:06 +08:00
严浩 d9bcc2ed3c fix(apt-install): 修复安装命令以确保不安装推荐包 2025-12-21 00:10:38 +08:00
严浩 bd4601bd3f fix(apt-install): 修复日志文件输出方式以确保完整记录更新和安装过程 2025-12-21 00:08:07 +08:00
严浩 b3c7a18685 fix(apt-install): 修复环境变量设置以确保依赖包正确下载和安装 2025-12-21 00:03:55 +08:00
严浩 d6f205dc25 fix(apt-install): 修复临时日志文件权限设置 2025-12-20 23:56:32 +08:00
严浩 0215ed05f0 fix(apt-install): 修复下载依赖的环境变量设置 2025-12-20 23:49:37 +08:00
严浩 9d9e332929 feat(apt-install): 添加缓存安装脚本以优化软件包安装过程 2025-12-20 23:16:53 +08:00
严浩 cb3bf21429 docs(watchtower): 添加关于 watchtower 替代方案的说明链接 2025-12-20 20:47:06 +08:00
严浩 50f55436c1 feat(watchtower): 添加 --api-version=1.44 参数 2025-12-20 20:29:00 +08:00
严浩 e54912db77 docs(surge-teardown): 更新使用说明以支持进程替换方式运行脚本 2025-12-19 23:35:53 +08:00
严浩 00ad43f721 feat(surge): 添加 surge-teardown-all.sh 脚本以撤销所有部署 2025-12-19 23:31:50 +08:00
严浩 2663eb3cdf 删除 h-hosts.sh.off 脚本文件 2025-12-19 23:15:29 +08:00
严浩 de586999cc 将 database-dump-via-docker-sock.sh 的文案和注释翻译为中文 2025-12-19 23:11:35 +08:00
严浩 68e1e2e3f1 feat(sysctl): 优化系统配置加载逻辑 2025-10-19 02:15:47 +08:00
严浩 c0ae95537c feat(sysctl): 添加vm.overcommit_memory配置项 2025-10-19 02:10:12 +08:00
严浩 d39f97dedd fix(aliases): 修复 dps 别名以包含容器大小信息 2025-10-01 23:40:30 +08:00
严浩andClaude cfa047f314 feat(install): 检测到 Podman 时跳过 Docker 和 Watchtower 配置
- 添加 check_container_runtime 函数检测 Podman 是否已安装
- 修改 install_docker 函数在检测到 Podman 时跳过 Docker 安装
- 修改 start_watchtower 函数在检测到 Podman 时跳过 Watchtower 启动
- 保留清晰的提示信息显示跳过的原因和步骤

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 18:06:26 +08:00
严浩 ce9d6838d7 更新 1.sh 脚本,添加 iperf3 的别名 2025-05-15 22:28:22 +08:00