mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-22 16:00:58 +00:00
Add SELKIES_UI_TITLE to upstream-confirmed LinuxServer Selkies GUI apps so the sidebar title can be configured from the 1Panel install form while preserving the upstream default. Also update modmanager upgrade scripts to honor MODCACHE_PATH instead of hardcoding ./data/modcache. Validation: git diff --check; static audit issues=0; path script audit issues=0; docker compose config failures=0; 1Panel smoke passed for firefox-linuxserver latest and webtop-linuxserver latest.
shadPS4
产品介绍
shadPS4 是一个早期的 PlayStation 4 模拟器,本应用通过 LinuxServer.io 镜像提供浏览器访问的桌面环境。
主要功能
- 通过浏览器访问 shadPS4 桌面界面。
- 使用
/config持久化用户目录、配置和游戏相关文件。 - 通过 Basic Auth 保护 Web 桌面入口。
访问说明
安装完成后,通过应用表单中的 HTTP 或 HTTPS 端口访问 Web 桌面,并使用安装时填写的 Basic Auth 用户名和密码登录。
Introduction
shadPS4 is an early PlayStation 4 emulator. This app packages the LinuxServer.io image as a browser-accessible desktop environment.
Features
- Access the shadPS4 desktop from a browser.
- Persist the user home, settings, and game files under
/config. - Protect the Web desktop entrypoint with Basic Auth.
应用简介
shadPS4 PlayStation 4 模拟器桌面。
英文说明:PlayStation 4 emulator desktop maintained by LinuxServer.io.
部署说明
- 本应用使用 Docker Compose 在 1Panel 中部署。
- 应用分类:游戏。
- 支持架构:amd64。
- 可选版本:
latest。 - 安装后按应用表单中的端口访问 Web 桌面。
端口
| 变量 | 说明 | 默认值 | 必填 |
|---|---|---|---|
| PANEL_APP_PORT_HTTP | HTTP 端口 | 3000 | 是 |
| PANEL_APP_PORT_HTTPS | HTTPS 端口 | 3001 | 是 |
数据持久化
| 变量 | 说明 | 默认值 | 必填 |
|---|---|---|---|
| CONFIG_PATH | 配置文件路径 | ./data/config | 是 |
升级或迁移前,请在 1Panel 中备份上述数据目录。
配置项
| 变量 | 说明 | 默认值 | 必填 |
|---|---|---|---|
| TIME_ZONE | 时区 | Asia/Shanghai | 是 |
| CUSTOM_USER | Basic Auth 用户名 | admin | 是 |
| PASSWORD | Basic Auth 密码 | 随机生成 | 是 |
| TITLE | 浏览器页面标题 | shadPS4 | 否 |
| DASHBOARD | Selkies 仪表盘界面 | selkies-dashboard | 否 |
| LC_ALL | 桌面语言区域,例如 zh_CN.UTF-8 | zh_CN.UTF-8 | 否 |
| SHM_SIZE | 共享内存大小 | 1gb | 是 |
使用说明
- 浏览器/桌面类 LinuxServer 镜像默认无认证,本适配启用 Basic Auth,请使用 CUSTOM_USER 和 PASSWORD 登录。
- 如需公网访问,请优先放在带强认证的反向代理之后。
- 如需对外开放访问,请同步检查防火墙、安全组和反向代理配置。