Delete appstore directory

This commit is contained in:
2024-11-28 17:56:52 +08:00
committed by GitHub
parent a74b89ea86
commit 90a255e9b8
1335 changed files with 0 additions and 39886 deletions
-21
View File
@@ -1,21 +0,0 @@
# MacOS 存储目录 [必填]
MACOS_STORAGE_ROOT_PATH=/home/macos
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8006
# Mac 远程桌面 端口 [必填]
PANEL_APP_PORT_REMOTE=5900
# MacOS 版本 [必填]
VERSION=15
# 内存大小 [必填]
RAM_SIZE=8G
# 硬盘大小 [必填]
DISK_SIZE=64G
# CPU 核心数 [必填]
CPU_CORES=4
-64
View File
@@ -1,64 +0,0 @@
additionalProperties:
formFields:
- default: "/home/macos"
edit: true
envKey: MACOS_STORAGE_ROOT_PATH
labelZh: MacOS 存储目录
labelEn: MacOS Storage Path
required: true
type: text
- default: 8006
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
- default: 5900
edit: true
envKey: PANEL_APP_PORT_REMOTE
labelZh: Mac 远程桌面 端口
labelEn: Mac Remote Desktop Port
required: true
rule: paramPort
type: number
- default: "15"
edit: true
envKey: VERSION
labelZh: MacOS 版本
labelEn: MacOS Version
required: true
type: select
values:
- label: macOS 15 (Sequoia)
value: "15"
- label: macOS 14 (Sonoma)
value: "14"
- label: macOS 13 (Ventura)
value: "13"
- label: macOS 12 (Monterey)
value: "12"
- label: macOS 11 (Big Sur)
value: "11"
- default: "8G"
edit: true
envKey: RAM_SIZE
labelZh: 内存大小
labelEn: RAM Size
required: true
type: text
- default: "64G"
edit: true
envKey: DISK_SIZE
labelZh: 硬盘大小
labelEn: Disk Size
required: true
type: text
- default: 4
edit: true
envKey: CPU_CORES
labelZh: CPU 核心数
labelEn: CPU Cores
required: true
type: number
-29
View File
@@ -1,29 +0,0 @@
networks:
1panel-network:
external: true
services:
windows:
cap_add:
- NET_ADMIN
container_name: macos
devices:
- /dev/kvm:/dev/kvm
- /dev/dri:/dev/dri
env_file:
- ./envs/global.env
- .env
environment:
- VERSION=${VERSION}
image: dockurr/macos:1.16
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:8006
- ${PANEL_APP_PORT_REMOTE}:5900/tcp
- ${PANEL_APP_PORT_REMOTE}:5900/udp
restart: always
stop_grace_period: 2m
volumes:
- ${MACOS_STORAGE_ROOT_PATH}/storage:/storage
-2
View File
@@ -1,2 +0,0 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
-2
View File
@@ -1,2 +0,0 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
-17
View File
@@ -1,17 +0,0 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
sed -i '/^GLOBAL_ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
-10
View File
@@ -1,10 +0,0 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
-17
View File
@@ -1,17 +0,0 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
sed -i '/^GLOBAL_ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
-66
View File
@@ -1,66 +0,0 @@
# Mac OS
Docker 容器内的 Mac OS
![Mac OS](https://file.lifebus.top/imgs/macos_cover.png)
![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue)
## 简介
macOS是苹果公司推出的使用图形用户界面的操作系统,为麦金塔系列电脑的主操作系统。
## 特性
+ 国际标准下载器
+ KVM 加速
+ 网络浏览器
## 安装说明
<div style="border: 1px solid #FFC107; padding: 10px; border-radius: 5px; color: #856404; background-color: #FFF3CD; display: inline-block; width: 100%; max-width: 60%; margin-top: 10px;">
<div style="display: flex; align-items: center;">
<span style="font-size: 24px; margin-right: 8px;">⚠️</span>
<div>
<strong style="font-size: 16px;">警告</strong><br>
<span style="font-size: 14px; color: #333;">该应用申请使用 `网络特权模式`, 将允许应用在容器内部执行网络管理相关特权操作。</span>
</div>
</div>
</div>
由于需要下载系统镜像,安装过程的快慢取决于您的网络,请耐心等待。
### 安装步骤
启动容器,并使用您的网页浏览器连接到端口 8006。
选择 Disk Utility ,然后选择最大的 Apple Inc. VirtIO Block Media 磁盘。
点击 Erase 按钮进行磁盘格式化,并给它起一个您喜欢的易于识别的名字。
关闭当前窗口,然后通过点击 Reinstall macOS 继续安装。
当系统提示您选择安装位置时,请选择您之前创建的磁盘。
所有文件复制完成后,请选择您的区域、语言和账户设置。
## 常见问题
### kvm 模块加载失败
请检查是否开启了虚拟化功能,或者在 BIOS 中开启虚拟化功能。
### 如何通过 USB 设备进行数据传输
请修改 docker-compose.yml 参数配置
```yml
environment:
ARGUMENTS: "-device usb-host,vendorid=0x1234,productid=0x1234"
devices:
- /dev/bus/usb
```
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)
-14
View File
@@ -1,14 +0,0 @@
additionalProperties:
key: macos
name: Mac OS
tags:
- WebSite
- Local
shortDescZh: Docker 容器内的 Mac OS
shortDescEn: Mac OS in Docker container
type: website
crossVersionUpdate: true
limit: 0
website: https://www.apple.com/
github: https://github.com/dockur/macos/
document: https://www.apple.com/
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB