Skip to content

Commit

Permalink
feat: 增加 screego 应用
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengkunwang223 committed Jun 20, 2024
1 parent dbfc3dd commit faf6ba3
Show file tree
Hide file tree
Showing 10 changed files with 101 additions and 54 deletions.
10 changes: 0 additions & 10 deletions apps/kodbox/1.4505/1.4104/data.yml

This file was deleted.

16 changes: 0 additions & 16 deletions apps/kodbox/1.4505/1.4104/docker-compose.yml

This file was deleted.

10 changes: 0 additions & 10 deletions apps/memos/0.22.2/0.15.2/data.yml

This file was deleted.

16 changes: 0 additions & 16 deletions apps/memos/0.22.2/0.15.2/docker-compose.yml

This file was deleted.

2 changes: 0 additions & 2 deletions apps/qiandao/20240210/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ services:
# - MAIL_SSL=True
# - MAILGUN_KEY=
image: a76yyyy/qiandao:20240210
# image: a76yyyy/qiandao:latest
# image: a76yyyy/qiandao:lite-latest
labels:
createdBy: "Apps"
networks:
Expand Down
34 changes: 34 additions & 0 deletions apps/screego/1.10.3/data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
additionalProperties:
formFields:
- default: 5050
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: External access port
labelZh: 外部访问端口
required: true
rule: paramPort
type: number
- default: 3478
edit: true
envKey: PANEL_APP_PORT_TURN
labelEn: TURN Port
labelZh: TURN 端口
required: true
rule: paramPort
type: number
- default: 127.0.0.1
edit: true
envKey: SCREEGO_EXTERNAL_IP
labelEn: EXTERNAL IP
labelZh: 外部 IP
required: true
rule: paramCommon
type: text
- default: 50000-50200
edit: true
envKey: SCREEGO_TURN_PORT_RANGE
labelEn: Turn Port Range
labelZh: TURN 端口范围
required: true
rule: paramCommon
type: text
11 changes: 11 additions & 0 deletions apps/screego/1.10.3/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
services:
screego:
container_name: ${CONTAINER_NAME}
image: ghcr.io/screego/server:1.10.3
ports:
- ${PANEL_APP_PORT_HTTP}:5050
- ${PANEL_APP_PORT_TURN}:3478
- ${SCREEGO_TURN_PORT_RANGE}:50000-50200/udp
environment:
SCREEGO_EXTERNAL_IP: ${SCREEGO_EXTERNAL_IP}
SCREEGO_TURN_PORT_RANGE: "50000:50200"
37 changes: 37 additions & 0 deletions apps/screego/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Screego

Screego 是一款开源的屏幕共享与协作工具,旨在促进无缝的远程沟通和团队协作。

## 主要功能:

### 屏幕共享

Screego 允许用户实时分享屏幕,非常适合进行演示、远程培训或团队协作。

### 远程协助

用户可以通过互联网查看和控制其他计算机的桌面,提供远程支持和协助。

### 文件传输

无需依赖第三方工具或云存储服务,轻松在本地计算机和远程计算机之间传输文件,确保高效的文档和数据共享。

### 多平台支持

Screego 支持包括 Windows、Linux 和 macOS 在内的多种操作系统,提供不同平台用户的灵活选择。

### 安全性

通过加密连接确保远程访问的安全性,保护用户的数据和隐私,使用安全协议防止未经授权的访问。

### 简单易用的界面

Screego 旨在提供直观的界面和简单的设置,使用户能够快速上手,轻松启动屏幕共享或远程会话。

### 可定制和开源

作为开源项目,Screego 提供了定制和扩展的选项,用户可以根据自己的需求进行定制,并参与到项目的持续开发中。

## 开始使用

要开始使用 Screego,只需在你选择的操作系统上下载并安装应用程序。按照安装说明设置,便可以开始进行屏幕共享和远程会话。
19 changes: 19 additions & 0 deletions apps/screego/data.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: screego
tags:
- 实用工具
title: 开源屏幕共享工具
description: 开源屏幕共享工具
additionalProperties:
key: screego
name: screego
tags:
- Tool
shortDescZh: 开源屏幕共享工具
shortDescEn: Open source screen sharing tools
type: tool
crossVersionUpdate: false
limit: 0
recommend: 0
website: https://screego.net/#/
github: https://github.com/screego/server
document: https://screego.net/#/
Binary file added apps/screego/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit faf6ba3

Please sign in to comment.