mirror of
https://github.com/oneclickvirt/pve.git
synced 2024-11-10 09:12:44 +08:00
2024.04.25
This commit is contained in:
parent
ec62fa1b7b
commit
4614493096
3 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
# 更新日志
|
||||
|
||||
2024.03.12
|
||||
|
||||
- 迁移仓库至于组织仓库,方便协同维护
|
||||
|
||||
2024.02.21
|
||||
|
||||
- 增加LXC容器开设的自修补镜像源:https://github.com/oneclickvirt/lxc_amd64_images
|
||||
|
|
|
@ -12,9 +12,10 @@
|
|||
|
||||
## 更新
|
||||
|
||||
2024.03.12
|
||||
2024.04.25
|
||||
|
||||
- 迁移仓库至于组织仓库,方便协同维护
|
||||
- 修复 hostname 可能设置失败的问题
|
||||
- 修复面板地址可能绑定到IPV6上的问题,强制监听IPV4的端口
|
||||
|
||||
[更新日志](CHANGELOG.md)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
# from
|
||||
# https://github.com/oneclickvirt/pve
|
||||
# 2024.03.12
|
||||
# 2024.04.25
|
||||
|
||||
########## 预设部分输出和部分中间变量
|
||||
|
||||
|
|
Loading…
Reference in a new issue