中文版:
本次发布新增了 网页配置功能,用户可以通过网页界面轻松管理 SSH 隧道配置。
主要更新:
- 网页配置功能:新增 Web 界面,允许用户通过浏览器查看和编辑
config.yaml
文件。- 自动备份配置更改。
- 实时更新隧道配置,无需重启容器。
- 备份机制:每次配置更新时,系统会自动创建备份文件并保存到
backups
目录。 - 用户权限检查:在启动容器时检查
/home/myuser/config
目录的用户权限,确保配置文件的安全性和一致性。 - 文档更新:更新了
README.md
和README_en.md
,详细说明了如何使用网页配置功能。
破坏性变更:
无
English Version:
This release introduces the Web-Based Configuration Panel, allowing users to manage SSH tunnel configurations through a web interface.
Key Changes:
- Web-Based Configuration Panel: Added a web interface for viewing and editing the
config.yaml
file via a browser.- Automatically backups configuration changes.
- Real-time updates to tunnel configurations without restarting the container.
- Backup Mechanism: Automatically creates backup files and stores them in the
backups
directory during configuration updates. - User Permission Check: Checks the ownership of the
/home/myuser/config
directory at container startup to ensure the security and consistency of configuration files. - Documentation Updates: Updated
README.md
andREADME_en.md
with detailed instructions on how to use the web-based configuration feature.
Breaking Changes:
None
What's Changed
Full Changelog: v1.5.0...v1.6.0