mirror of
https://github.com/QYG2297248353/appstore-dpanel
synced 2025-12-29 08:01:36 +08:00
Synced apps from source repository via GitHub Actions
This commit is contained in:
@@ -11,7 +11,7 @@ services:
|
||||
- PORT=7789
|
||||
- CONFIG=/config
|
||||
- TZ=Asia/Shanghai
|
||||
image: wushuo894/ani-rss:v1.2.80
|
||||
image: wushuo894/ani-rss:v1.2.82
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- verificationCodeTimeout=10
|
||||
- appname=casdoor
|
||||
- authState=casdoor
|
||||
image: casbin/casdoor:v1.927.0
|
||||
image: casbin/casdoor:v1.933.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -20,7 +20,7 @@ services:
|
||||
- /dozzle
|
||||
- healthcheck
|
||||
timeout: 30s
|
||||
image: amir20/dozzle:v8.12.19
|
||||
image: amir20/dozzle:v8.12.21
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
environment:
|
||||
- APP_NAME=${CONTAINER_NAME}
|
||||
- HTTPS_PROXY=${HTTP_PROXY}
|
||||
image: dpanel/dpanel:1.7.1
|
||||
image: dpanel/dpanel:1.7.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: mariadb:11.7.2
|
||||
image: mariadb:11.8.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
+1
-1
@@ -19,7 +19,7 @@ services:
|
||||
- AUTH_SITE=iyuu,hhclub,audiences,hddolby,zmpt,freefarm,hdfans,wintersakura,leaves,ptba,icc2022,xingtan,ptvicomo,agsvpt,hdkyl,qingwa,discfan,haidan,rousi,sunny,ptcafe,ptzone,kufei,yemapt
|
||||
- HTTP_PROXY=${PROXY_HOST}
|
||||
- HTTPS_PROXY=${PROXY_HOST}
|
||||
image: jxxghp/moviepilot-v2:2.5.3
|
||||
image: jxxghp/moviepilot-v2:2.5.4
|
||||
labels:
|
||||
createdBy: Apps
|
||||
logging:
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- N8N_PROTOCOL=http
|
||||
- N8N_DIAGNOSTICS_ENABLED=false
|
||||
- N8N_SECURE_COOKIE=false
|
||||
image: n8nio/n8n:1.96.0
|
||||
image: n8nio/n8n:1.97.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: sonatype/nexus3:3.80.0-alpine
|
||||
image: sonatype/nexus3:3.81.0-alpine
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- initial_email=${INITIAL_EMAIL}
|
||||
- initial_server_url=${INITIAL_SERVER_URL}
|
||||
- initial_ssh_root_url=${INITIAL_SSH_ROOT_URL}
|
||||
image: 1dev/server:11.10.0
|
||||
image: 1dev/server:11.10.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -0,0 +1,15 @@
|
||||
# 网络模式 [必填]
|
||||
NETWORK_MODE=1panel-network
|
||||
|
||||
# 数据持久化路径 [必填]
|
||||
OPENRESTY_MANAGER_ROOT_PATH=/home/openresty-manager
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=34567
|
||||
|
||||
# Nginx 端口 [必填]
|
||||
PANEL_APP_PORT_NGINX_HTTP=80
|
||||
|
||||
# Nginx SSL 端口 [必填]
|
||||
PANEL_APP_PORT_NGINX_HTTPS=443
|
||||
|
||||
@@ -0,0 +1,49 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "1panel-network"
|
||||
edit: true
|
||||
envKey: NETWORK_MODE
|
||||
labelEn: Drive path
|
||||
labelZh: 网络模式
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
- label: 主机网络模式
|
||||
value: "host"
|
||||
- label: 桥接网络模式
|
||||
value: "bridge"
|
||||
- label: 无网络模式
|
||||
value: "none"
|
||||
- label: 1panel-network
|
||||
value: "1panel-network"
|
||||
- default: "/home/openresty-manager"
|
||||
edit: true
|
||||
envKey: OPENRESTY_MANAGER_ROOT_PATH
|
||||
labelZh: 数据持久化路径
|
||||
labelEn: Data persistence path
|
||||
required: true
|
||||
type: text
|
||||
- default: 34567
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 80
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_NGINX_HTTP
|
||||
labelZh: Nginx 端口
|
||||
labelEn: Nginx port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 443
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_NGINX_HTTPS
|
||||
labelZh: Nginx SSL 端口
|
||||
labelEn: Nginx SSL port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -0,0 +1,27 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
openresty-manager:
|
||||
container_name: openresty-manager
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: uusec/openresty-manager:1.5.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:34567
|
||||
- ${PANEL_APP_PORT_NGINX_HTTP}:80
|
||||
- ${PANEL_APP_PORT_NGINX_HTTPS}:443
|
||||
restart: always
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/resolv.conf:/etc/resolv.conf:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ${OPENRESTY_MANAGER_ROOT_PATH}/acme:/opt/om/acme
|
||||
- ${OPENRESTY_MANAGER_ROOT_PATH}/data:/opt/om/data
|
||||
- ${OPENRESTY_MANAGER_ROOT_PATH}/conf:/opt/om/nginx/conf
|
||||
@@ -0,0 +1,41 @@
|
||||
# OpenResty 管理器
|
||||
|
||||
强大的OpenResty和主机管理面板
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## 简介
|
||||
|
||||
基于OpenResty并提供的强大web的管理界面,具有服务器状态监控、安全防护、免费SSL证书、主机管理、应用商店等功能。
|
||||
|
||||
## 特性
|
||||
|
||||
### 反向代理
|
||||
|
||||
通过用户友好的界面轻松配置和管理您网站的反向代理设置。
|
||||
|
||||
### 主机管理
|
||||
|
||||
使用基于web的终端和文件管理器简单地管理您的服务器。
|
||||
|
||||
### 免费证书
|
||||
|
||||
通过Let's Encrypt集成自动管理SSL证书以实现安全连接。
|
||||
|
||||
### 访问控制
|
||||
|
||||
使用强大的访问控制功能保护您的应用程序,以保护您的资源。
|
||||
|
||||
### CC 防护
|
||||
|
||||
使用内置的HTTP洪水防护机制保护您的网站免受DDoS攻击。
|
||||
|
||||
### 应用商店
|
||||
|
||||
支持基于docker compose的应用商店功能,大大降低建站和容器管理的难度。
|
||||
|
||||
---
|
||||
|
||||

|
||||
@@ -0,0 +1,14 @@
|
||||
additionalProperties:
|
||||
key: openresty-manager
|
||||
name: OpenResty 管理器
|
||||
tags:
|
||||
- WebSite
|
||||
- Local
|
||||
shortDescZh: 主机管理面板
|
||||
shortDescEn: Host management panel
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
website: https://om.uusec.com/
|
||||
github: https://github.com/Safe3/openresty-manager/
|
||||
document: https://om.uusec.com/
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 103 KiB |
+1
-1
@@ -18,7 +18,7 @@ services:
|
||||
- 53
|
||||
- 53/udp
|
||||
- ${PANEL_APP_PORT_HTTP}
|
||||
image: pihole/pihole:2025.05.0
|
||||
image: pihole/pihole:2025.06.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: host
|
||||
+1
-1
@@ -9,7 +9,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: pihole/pihole:2025.05.0
|
||||
image: pihole/pihole:2025.06.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user