Commit Graph

5 Commits

Author SHA1 Message Date
Houzhong Xu 8861d81371
Add proxy toggle script for easy proxy management
- Add proxy-toggle.sh script with full proxy control functionality
- Support temporary and permanent proxy enable/disable
- Add proxy status checking and connection testing
- Include convenient aliases: proxy-on, proxy-off, proxy-toggle, etc.
- Automatic IP display when switching proxy states
- Configuration file management for persistent proxy settings
2025-09-20 17:31:03 +00:00
Houzhong Xu 7fe25f26c9
Fix zsh plugin installation issues
- Remove problematic git submodules for custom plugins
- Update install script to properly handle plugin installation
- Add test-plugins.sh script to verify plugin installation
- Update README with troubleshooting for auto-suggestions
- Ensure plugins are downloaded fresh on each installation
2025-09-20 17:23:45 +00:00
Houzhong Xu 92febc12aa
Add zsh configuration sync system
- Add zshrc.template with full oh-my-zsh configuration
- Add install-zsh-config.sh for complete installation
- Add quick-install.sh for one-command installation
- Add sync script for configuration updates
- Include custom aliases and plugin configurations
- Support for ansible, docker, terraform, kubernetes tools
2025-09-20 17:19:32 +00:00
Houzhong Xu 377f176501
refactor: 更新项目结构和文档,移除不再使用的配置文件
- 修改README.md,更新项目特性和目录结构说明
- 重命名基础设施代码目录为tofu,并添加Docker Swarm配置目录
- 移除不再使用的Docker Compose和Traefik配置文件
- 更新Terraform配置,专注于Oracle Cloud支持,移除华为云相关配置
- 清理开发环境变量和示例文件
2025-09-20 16:49:32 +00:00
Houzhong Xu 7eb4a33523
feat: 集成 OpenTofu + Ansible + Gitea CI/CD
- 重构项目目录结构
- 添加 OpenTofu 多云支持
- 配置 Ansible 自动化部署
- 集成 Gitea Actions CI/CD 流水线
- 添加 Docker Swarm 管理
- 完善监控和安全配置
2025-09-20 10:48:41 +00:00