mirror of
https://github.com/oneclickvirt/oneclickvirt.github.io.git
synced 2026-05-30 23:36:12 +08:00
fix: 添加使用说明,很多占位待施工的,有空再写了
This commit is contained in:
@@ -133,7 +133,7 @@ function getGuideSidebarZhCN() {
|
||||
items: [
|
||||
{ text: '系统和硬件配置要求', link: '/guide/oneclickvirt/oneclickvirt_precheck.html' },
|
||||
{ text: '主体安装', link: '/guide/oneclickvirt/oneclickvirt_install.html' },
|
||||
{ text: '自定义', link: '/guide/oneclickvirt/oneclickvirt_custom.html' },
|
||||
{ text: '使用说明', link: '/guide/oneclickvirt/oneclickvirt_usage.html' },
|
||||
{ text: '致谢', link: '/guide/oneclickvirt/oneclickvirt_thanks.html' },
|
||||
{ text: '常见问题答疑', link: '/guide/oneclickvirt/oneclickvirt_qa.html' }
|
||||
]
|
||||
@@ -274,7 +274,7 @@ function getGuideSidebarEnUS() {
|
||||
items: [
|
||||
{ text: 'Configuration requirements', link: '/en/guide/oneclickvirt/oneclickvirt_precheck.html' },
|
||||
{ text: 'Main installation', link: '/en/guide/oneclickvirt/oneclickvirt_install.html' },
|
||||
{ text: 'Custom', link: '/en/guide/oneclickvirt/oneclickvirt_custom.html' },
|
||||
{ text: 'Instructions for use', link: '/en/guide/oneclickvirt/oneclickvirt_usage.html' },
|
||||
{ text: 'Acknowledgements', link: '/en/guide/oneclickvirt/oneclickvirt_thanks.html' },
|
||||
{ text: 'FAQ', link: '/en/guide/oneclickvirt/oneclickvirt_qa.html' }
|
||||
]
|
||||
|
||||
@@ -2,6 +2,10 @@
|
||||
outline: deep
|
||||
---
|
||||
|
||||
# Instructions for use
|
||||
|
||||
The use of this panel will be explained in detail here, if you have any questions, please add the group to ask for help from the administrators or group members: https://t.me/oneclickvirt
|
||||
|
||||
## Configuration File
|
||||
|
||||
The default settings are sufficient for light usage. If advanced customization is needed, you need to modify the configuration file or make modifications in the admin interface after initialization.
|
||||
@@ -2,7 +2,6 @@
|
||||
outline: deep
|
||||
---
|
||||
|
||||
|
||||
# 如有问题请反馈对应仓库
|
||||
|
||||
## Docker如何删除持久化的数据库和存储卷
|
||||
|
||||
@@ -2,6 +2,36 @@
|
||||
outline: deep
|
||||
---
|
||||
|
||||
# 使用说明
|
||||
|
||||
这里将详细说明本面板的使用方式,如有问题请加群求助管理员或群友:https://t.me/oneclickvirt
|
||||
|
||||
## 用户管理
|
||||
|
||||
占位待施工
|
||||
|
||||
## 纳管服务器
|
||||
|
||||
占位待施工。
|
||||
|
||||
默认容器类型不限制CPU和内存预分配的总量,但限制预分配的硬盘总量,以达到最优化的资源共享和最大化的实例数量。
|
||||
|
||||
默认虚拟机类型限制所有资源,预分配的总量最大值不能超过实际资源大小。
|
||||
|
||||
这块的限制是限制在对应类型的实例在这个服务器上总的资源占用,这里的资源占用是预分配的,不是实际的实例占用,仅用于计算空闲资源限制开设。
|
||||
|
||||
不推荐进行修改,除非你知道这块的设置在干什么。
|
||||
|
||||
健康检测后普通用户才能看到对应的服务器,才能进行申请开设,若未进行健康检测,用户无法申请开设领取。
|
||||
|
||||
## 镜像管理
|
||||
|
||||
占位待施工
|
||||
|
||||
## 系统管理
|
||||
|
||||
占位待施工
|
||||
|
||||
## 配置文件
|
||||
|
||||
默认的设置已经足够轻度使用了,如果需要高级自定义则需要修改配置文件,或初始化后在管理员界面进行修改。
|
||||
Reference in New Issue
Block a user