Files
appstore/apps/telegram-linuxserver
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 01:16:59 +08:00

Telegram Desktop

产品介绍

Telegram Desktop 是 Telegram 的桌面客户端,本应用通过 LinuxServer.io 镜像提供浏览器访问的 Telegram 桌面环境。

主要功能

  • 通过浏览器访问 Telegram Desktop。
  • 使用 /config 持久化用户目录和登录状态。
  • 通过 Basic Auth 保护 Web 桌面入口。

访问说明

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

Introduction

Telegram Desktop is the desktop client for Telegram. This app packages the LinuxServer.io image as a browser-accessible Telegram desktop environment.

Features

  • Access Telegram Desktop from a browser.
  • Persist the user home and login state under /config.
  • Protect the Web desktop entrypoint with Basic Auth.

应用简介

Telegram 桌面客户端。

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

部署说明

  • 本应用使用 Docker Compose 在 1Panel 中部署。
  • 应用分类:工具。
  • 支持架构:amd64、arm64。
  • 可选版本:latest6.9.3
  • 安装后按应用表单中的端口访问 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 浏览器页面标题 Telegram Desktop
DASHBOARD Selkies 仪表盘界面 selkies-dashboard
LC_ALL 桌面语言区域,例如 zh_CN.UTF-8 zh_CN.UTF-8
SHM_SIZE 共享内存大小 1gb

使用说明

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

参考资料