Files
appstore/apps/github-desktop-linuxserver/latest/.env.sample
T
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

12 lines
259 B
Bash

CONTAINER_NAME=
PANEL_APP_PORT_HTTP=3000
PANEL_APP_PORT_HTTPS=3001
CONFIG_PATH=./data/config
TIME_ZONE=Asia/Shanghai
CUSTOM_USER=admin
PASSWORD=linuxserver-change-me
TITLE=GitHub Desktop
SELKIES_UI_TITLE=Selkies
DASHBOARD=selkies-dashboard
LC_ALL=zh_CN.UTF-8