Files
okxlin e0e1461710 Formize LinuxServer GUI sidebar title settings
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.
2026-06-26 02:49:00 +08:00
..
2026-06-26 00:36:18 +08:00
2026-06-26 00:36:18 +08:00

Steam

产品介绍

Steam 是一个游戏分发和桌面客户端平台,本应用通过 LinuxServer.io 镜像提供浏览器访问的 Steam 桌面环境。

主要功能

  • 通过浏览器访问 Steam 桌面界面。
  • 使用 /config 持久化用户目录、配置和游戏文件。
  • 通过 Basic Auth 保护 Web 桌面入口。

访问说明

安装完成后,通过应用表单中的 HTTP 或 HTTPS 端口访问 Web 桌面,并使用安装时填写的 Basic Auth 用户名和密码登录。

Introduction

Steam is a game distribution platform and desktop client. This app packages the LinuxServer.io image as a browser-accessible Steam desktop environment.

Features

  • Access the Steam desktop from a browser.
  • Persist the user home, settings, and game files under /config.
  • Protect the Web desktop entrypoint with Basic Auth.

应用简介

Steam 桌面客户端。

英文说明:Steam desktop client maintained by LinuxServer.io.

部署说明

  • 本应用使用 Docker Compose 在 1Panel 中部署。
  • 应用分类:游戏。
  • 支持架构:amd64。
  • 可选版本:latest
  • 安装后按应用表单中的端口访问 Web 桌面。
  • 官方镜像需要 seccomp:unconfined 以支持游戏运行时的命名空间调用;这会降低 Docker 默认 seccomp 隔离强度。

端口

变量 说明 默认值 必填
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 浏览器页面标题 Steam
DASHBOARD Selkies 仪表盘界面 selkies-dashboard
LC_ALL 桌面语言区域,例如 zh_CN.UTF-8 zh_CN.UTF-8
SHM_SIZE 共享内存大小 1gb

使用说明

  • 浏览器/桌面类 LinuxServer 镜像默认无认证,本适配启用 Basic Auth,请使用 CUSTOM_USER 和 PASSWORD 登录。
  • 如需公网访问,请优先放在带强认证的反向代理之后。
  • 如需对外开放访问,请同步检查防火墙、安全组和反向代理配置。

参考资料