mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-05-07 00:32:11 +08:00
Remake Repository
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
# Remmina
|
||||
|
||||
Remmina 是一款开源、跨平台的远程桌面客户端,支持多种协议和Web界面。
|
||||
|
||||
## 功能特性
|
||||
|
||||
- 支持RDP、VNC、SPICE、NX、XDMCP等多种远程桌面协议
|
||||
- 支持Web界面管理(默认端口3000)
|
||||
- 支持多平台和多架构
|
||||
- 支持SSH隧道和多种认证方式
|
||||
- 轻量级、资源占用低
|
||||
|
||||
## 使用方法
|
||||
|
||||
1. 部署后访问 `http://服务器IP:3000` 进入Web管理界面
|
||||
2. 添加远程主机信息,选择协议进行连接
|
||||
3. 配置文件目录:`./config`
|
||||
4. 数据目录:`./data`
|
||||
|
||||
## 相关链接
|
||||
|
||||
- [官方网站](https://remmina.org/)
|
||||
- [GitHub 项目](https://github.com/FreeRDP/Remmina)
|
||||
- [官方文档](https://remmina.org/how-to/)
|
||||
- [Docker Hub](https://hub.docker.com/r/linuxserver/remmina)
|
||||
@@ -0,0 +1,25 @@
|
||||
# Remmina
|
||||
|
||||
Remmina is an open-source, cross-platform remote desktop client with web interface support.
|
||||
|
||||
## Features
|
||||
|
||||
- Supports RDP, VNC, SPICE, NX, XDMCP and more remote desktop protocols
|
||||
- Web UI management (default port 3000)
|
||||
- Multi-platform and multi-architecture support
|
||||
- SSH tunneling and multiple authentication methods
|
||||
- Lightweight and low resource usage
|
||||
|
||||
## Usage
|
||||
|
||||
1. After deployment, access `http://your-server-ip:3000` for the web UI
|
||||
2. Add remote host information and select protocol to connect
|
||||
3. Config directory: `./config`
|
||||
4. Data directory: `./data`
|
||||
|
||||
## Links
|
||||
|
||||
- [Official Website](https://remmina.org/)
|
||||
- [GitHub Project](https://github.com/FreeRDP/Remmina)
|
||||
- [Official Documentation](https://remmina.org/how-to/)
|
||||
- [Docker Hub](https://hub.docker.com/r/linuxserver/remmina)
|
||||
@@ -0,0 +1,32 @@
|
||||
name: Remmina
|
||||
tags:
|
||||
- 实用工具
|
||||
title: 跨平台远程桌面客户端
|
||||
description: Remmina 是一款开源、跨平台的远程桌面客户端,支持多种协议和Web界面
|
||||
additionalProperties:
|
||||
key: remmina
|
||||
name: Remmina
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 跨平台远程桌面客户端
|
||||
shortDescEn: Cross-platform remote desktop client
|
||||
description:
|
||||
en: Remmina is an open-source, cross-platform remote desktop client with web interface support
|
||||
ja: RemminaはWebインターフェースをサポートするオープンソースのクロスプラットフォームリモートデスクトップクライアントです
|
||||
ms: Remmina ialah klien desktop jauh sumber terbuka merentas platform dengan sokongan antara muka web
|
||||
pt-br: Remmina é um cliente de desktop remoto de código aberto e multiplataforma com suporte a interface web
|
||||
ru: Remmina — это кроссплатформенный клиент удаленного рабочего стола с открытым исходным кодом и поддержкой веб-интерфейса
|
||||
ko: Remmina는 웹 인터페이스를 지원하는 오픈 소스 크로스 플랫폼 원격 데스크톱 클라이언트입니다
|
||||
zh-Hant: Remmina 是一款開源、跨平台的遠端桌面客戶端,支援 Web 管理
|
||||
zh: Remmina 是一款开源、跨平台的远程桌面客户端,支持多种协议和Web界面
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://remmina.org/
|
||||
github: https://github.com/FreeRDP/Remmina
|
||||
document: https://remmina.org/how-to/
|
||||
architectures:
|
||||
- amd64
|
||||
- arm64
|
||||
- arm/v7
|
||||
@@ -0,0 +1,19 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 3000
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Web UI Port
|
||||
labelZh: Web界面端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
label:
|
||||
en: Web UI Port
|
||||
ja: Web UI ポート
|
||||
ms: Port UI Web
|
||||
pt-br: Porta da interface web
|
||||
ru: Веб-порт интерфейса
|
||||
ko: 웹 UI 포트
|
||||
zh-Hant: Web UI 埠
|
||||
zh: Web界面端口
|
||||
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
remmina:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
image: lscr.io/linuxserver/remmina:latest
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
volumes:
|
||||
- ./config:/config
|
||||
- ./data:/data
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Reference in New Issue
Block a user