Merge remote-tracking branch 'origin/custom' into custom

This commit is contained in:
2025-07-17 18:59:42 +08:00
197 changed files with 447 additions and 260 deletions
@@ -4,7 +4,7 @@ networks:
services:
bark:
image: finab/bark-server:v2.2.1
image: finab/bark-server:v2.2.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
auto-lady:
image: envyafish/byte-muse:1.13.2
image: envyafish/byte-muse:1.14.13
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
casdoor:
image: casbin/casdoor:v1.972.0
image: casbin/casdoor:v1.975.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
mdc-ng:
image: mdcng/mdc:1.16.2
image: mdcng/mdc:1.17.3
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
movie-pilot-v2:
image: jxxghp/moviepilot-v2:2.6.5
image: jxxghp/moviepilot-v2:2.6.6
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
n8n:
image: n8nio/n8n:1.103.0
image: n8nio/n8n:1.103.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
openresty-manager:
image: uusec/openresty-manager:1.5.0
image: uusec/openresty-manager:1.6.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
peerbanhelper:
image: ghostchu/peerbanhelper:v8.0.5
image: ghostchu/peerbanhelper:v8.0.6
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -23,7 +23,7 @@ services:
timeout: 10s
retries: 3
rsshub:
image: diygod/rsshub:2025-07-15
image: diygod/rsshub:2025-07-16
container_name: rsshub-${CONTAINER_NAME}
depends_on:
- browserless
@@ -4,7 +4,7 @@ networks:
services:
synapse-init:
image: matrixdotorg/synapse:v1.133.0
image: matrixdotorg/synapse:v1.134.0
container_name: init-${CONTAINER_NAME}
entrypoint:
- /start.py
@@ -22,7 +22,7 @@ services:
- SYNAPSE_NO_TLS=true
- SYNAPSE_HTTP_PORT=8008
synapse:
image: matrixdotorg/synapse:v1.133.0
image: matrixdotorg/synapse:v1.134.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -11,7 +11,7 @@ services:
- HTTPS_PROXY=${HTTP_PROXY}
- HTTP_PROXY=${HTTP_PROXY:-}
- NO_PROXY=${NO_PROXY:-}
image: envyafish/byte-muse:1.13.2
image: envyafish/byte-muse:1.14.12
labels:
createdBy: Apps
networks:
@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v1.972.0
image: casbin/casdoor:v1.975.0
labels:
createdBy: Apps
networks:
+41
View File
@@ -0,0 +1,41 @@
# Excalidraw
开源虚拟手绘风格白板。 协作和端到端加密。
![Excalidraw](https://file.lifebus.top/imgs/excalidraw_cover.png)
![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue)
## 特性
💯 免费且开源。
🎨 无限的、基于画布的白板。
✍️手绘风格。
🌓 黑暗模式。
🏗️可定制。
📷 图像支持。
😀 形状库支持。
🌐 本地化(i18n)支持。
🖼️ 导出为 PNG、SVG 和剪贴板。
💾 开放格式 - 将图纸导出为 .excalidraw json 文件。
⚒️ 多种工具 - 矩形、圆形、菱形、箭头、线条、自由绘制、橡皮擦......
➡️ 箭头绑定和标记箭头。
🔙 撤消/重做。
🔍 支持缩放和平移。
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)
+15
View File
@@ -0,0 +1,15 @@
additionalProperties:
key: excalidraw
name: Excalidraw
tags:
- WebSite
- Tool
- Local
shortDescZh: 用于绘制手绘图表的虚拟白板
shortDescEn: Virtual whiteboard for sketching hand-drawn like diagrams
type: website
crossVersionUpdate: true
limit: 0
website: https://excalidraw.com/
github: https://github.com/excalidraw/excalidraw/
document: https://excalidraw.com/
+3
View File
@@ -0,0 +1,3 @@
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=8080
+10
View File
@@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 8080
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
@@ -0,0 +1,27 @@
networks:
1panel-network:
external: true
services:
excalidraw:
container_name: excalidraw
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
healthcheck:
disable: true
test:
- CMD
- curl
- -f
- http://localhost
image: excalidraw/excalidraw:latest
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
restart: always
stdin_open: true

Some files were not shown because too many files have changed in this diff Show More