1
0

Update Apps

This commit is contained in:
pooneyy
2025-07-03 11:40:55 +08:00
parent fb2d7887ca
commit 00cadf9c2c
241 changed files with 12357 additions and 4529 deletions

View File

@@ -0,0 +1,25 @@
additionalProperties:
formFields:
- default: user
edit: true
envKey: STARS_USER
labelEn: User User
labelZh: 成员账号
required: true
type: text
- default: password
edit: true
envKey: STARS_PASS
labelEn: User Password
labelZh: 成员密码
required: true
rule: paramCommon
type: text
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Web Port
labelZh: 管理端口
required: true
rule: paramPort
type: number

View File

@@ -0,0 +1,14 @@
services:
stars.client:
restart: always
privileged: true
network_mode: host
container_name: stars.client
environment:
- STARS_USER=${STARS_USER}
- STARS_PASS=${STARS_PASS}
volumes:
- ./data:/data
image: xianwei2022/stars.client:5.1.5
labels:
createdBy: "Apps"

View File

@@ -0,0 +1,41 @@
- ### 星空组网配置指南
#### 兼容系统
星空组网的Docker客户端支持以下操作系统
- x86_64 架构
- arm64 架构
- arm/v7 架构
#### 快速部署
```shell
version: "3"
services:
starvpn:
image: xianwei2022/stars.client:latest
container_name: starvpn
environment:
- STARS_USER=admin # 成员账号
- STARS_PASS=admin # 成员密码
ports:
- "8080:8080" # Web 管理端口
volumes:
- ./starvpn-data:/data
restart: always
```
> **您可以在此处获取成员账号:[星空组网官方注册页面⁠](https://starvpn.cn/user/register.html)**
#### 配置参数详解
- `STARS_USER`: 指定您的星空组网成员账号。
- `STARS_PASS`: 指定您的星空组网成员密码。
- `--privileged`: 启用特权模式,此选项为必须。
- `--net=host`: 使用宿主机网络,此选项为必须。
- `--name stars.client`: 容器名称,可根据需要修改。
#### 注意事项
**Docker参数支持**确保您的Docker环境支持`--privileged`和`--net=host`参数,以正常运行星空组网客户端。

View File

@@ -0,0 +1,21 @@
additionalProperties:
key: starvpn-client
name: 星空组网 (客户端)
tags:
- VPN
- Network
- Proxy
- Docker
- CrossPlatform
shortDescZh: 简单易用的自托管 VPN 服务,支持多平台。
shortDescEn: Easy-to-use self-hosted VPN service, cross-platform supported.
description:
en: Easy-to-use self-hosted VPN service, cross-platform supported.
zh: 简单易用的自托管 VPN 服务,支持多平台。
type: website
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://starvpn.cn/
github: https://github.com/starvpn/
document: https://doc.starvpn.cn/#/docker

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB