diff --git a/windows/4.35/data.yml b/windows/4.35/data.yml index 272ac24d1..dab368282 100644 --- a/windows/4.35/data.yml +++ b/windows/4.35/data.yml @@ -2,7 +2,7 @@ additionalProperties: formFields: - default: "11" envKey: VERSION - labelZh: Windows 版本123(支持网络地址) + labelZh: Windows 版本(支持网络地址) labelEn: Windows Version (Supports network address) required: false type: text @@ -15,22 +15,6 @@ additionalProperties: ko: Windows 버전(네트워크 주소 지원) zh-hant: Windows 版本(支援網路位址) zh: Windows 版本123(支持网络地址) - # - default: "" - # envKey: BOOT_ISO - # labelZh: 启动ISO文件(将覆盖Windows版本配置) - # labelEn: Boot ISO File (Will override version option) - # required: false - # type: text - # label: - # en: Boot ISO File (Will override version option) - # ja: ブートISOファイル(バージョンオプションを上書きします) - # ms: Fail ISO Boot (Akan menimpa pilihan versi) - # pt-br: Arquivo ISO de inicialização (substituirá a opção de versão) - # ru: Файл загрузочного ISO (перезапишет опцию версии) - # ko: 부팅 ISO 파일(버전 옵션을 덮어씁니다) - # zh-hant: 啟動ISO檔案(將覆蓋版本選項) - # zh: 启动ISO文件(将覆盖Windows版本配置) - - default: 8006 edit: true envKey: PANEL_APP_PORT_HTTP @@ -48,7 +32,6 @@ additionalProperties: required: true rule: paramPort type: number - - default: "8" edit: true envKey: RAM_SIZE @@ -65,7 +48,6 @@ additionalProperties: ko: RAM 크기(GB) zh-hant: 隨機存取記憶體大小(GB) zh: 内存大小(GB) - - default: "4" edit: true envKey: CPU_CORES @@ -82,7 +64,6 @@ additionalProperties: ko: CPU 코어 zh-hant: 中央處理器核心數量 zh: CPU 核心数 - - default: 64 edit: true envKey: DISK_SIZE @@ -99,7 +80,6 @@ additionalProperties: zh: 磁盘大小(GB) required: true type: number - - default: "Docker" edit: true envKey: USERNAME @@ -132,7 +112,6 @@ additionalProperties: ko: 비밀번호 zh-hant: 密碼 zh: 系统密码 - - default: "Chinese" edit: true envKey: LANGUAGE @@ -149,7 +128,6 @@ additionalProperties: ko: 언어 zh-hant: 語言 zh: 语言 - - default: "en-US" edit: true envKey: KEYBOARD_LAYOUT diff --git a/windows/4.35/docker-compose.yml b/windows/4.35/docker-compose.yml index 8be2cc6d2..99c11f9e2 100644 --- a/windows/4.35/docker-compose.yml +++ b/windows/4.35/docker-compose.yml @@ -26,7 +26,6 @@ services: - 1panel-network labels: createdBy: "Apps" - networks: 1panel-network: external: true diff --git a/windows/README.md b/windows/README.md index cf12cd133..beb91357e 100644 --- a/windows/README.md +++ b/windows/README.md @@ -1,11 +1,6 @@ -# 默认账户密码 - -用户名:`Docker` -密码:`admin` - # Windows -Docker容器中的Windows。 +Docker 容器内的 Windows。 ## 特征 ✨ @@ -13,5 +8,4 @@ Docker容器中的Windows。 - KVM加速 - 基于Web的查看器 - -详细文档请参考:[https://github.com/dockur/windows](https://github.com/dockur/windows) \ No newline at end of file +详细文档请参考:[https://github.com/dockur/windows](https://github.com/dockur/windows) diff --git a/windows/README_en.md b/windows/README_en.md index 98734f730..8abb0a1d0 100644 --- a/windows/README_en.md +++ b/windows/README_en.md @@ -8,9 +8,4 @@ Windows inside a Docker container. - KVM acceleration - Web-based viewer -# Default Account and Password - -- **Username**: `Docker` -- **Password**: `admin`. - -Detailed documentation can be found at: [https://github.com/dockur/windows](https://github.com/dockur/windows) \ No newline at end of file +Detailed documentation can be found at: [https://github.com/dockur/windows](https://github.com/dockur/windows) diff --git a/windows/data.yml b/windows/data.yml index f1aa8c770..0ab806498 100644 --- a/windows/data.yml +++ b/windows/data.yml @@ -1,30 +1,31 @@ -name: windows +name: Windows tags: - - Runtime - - OS + - 实用工具 title: Docker 容器内的 Windows -description: Docker 容器内的 Windows。 +description: Docker 容器内的 Windows additionalProperties: key: windows name: Windows tags: - - Runtime - - OS - shortDescZh: Docker 容器内的 Windows。 - shortDescEn: Windows inside a Docker container. + - Tool + shortDescZh: Docker 容器内的 Windows + shortDescEn: Windows inside a Docker container description: - zh: Docker 容器内的 Windows。 - en: Windows inside a Docker container. - ja: Docker コンテナ内の Windows。 - ms: Docker 容器內的 Windows。 - pt-br: Windows dentro de um contêiner Docker. - ru: Windows в контейнере Docker. - ko: Docker 컨테이너 내의 Windows. - zh-Hant: Docker 容器內的 Windows。 + en: Windows inside a Docker container + ja: Docker コンテナ内の Windows + ms: Docker 容器內的 Windows + pt-br: Windows dentro de um contêiner Docker + ru: Windows в контейнере Docker + ko: Docker 컨테이너 내의 Windows + zh-Hant: Docker 容器內的 Windows + zh: Docker 容器内的 Windows type: tool crossVersionUpdate: true limit: 0 recommend: 0 website: https://github.com/dockur/windows github: https://github.com/dockur/windows - document: https://github.com/dockur/windows \ No newline at end of file + document: https://github.com/dockur/windows + architectures: + - amd64 + - arm64 \ No newline at end of file