Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-05-27 06:31:18 +00:00
parent ebfe934cf6
commit 8b750043df
19 changed files with 5 additions and 5 deletions
@@ -18,7 +18,7 @@ services:
- TRUST_PROXY_HEADER=true
- CASE_SENSITIVE_USERNAME=true
- DB_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_NAME}
image: svhd/logto:1.27.0
image: svhd/logto:1.28.0
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -62,7 +62,7 @@ RELAY_USER=
RELAY_PASSWORD=
# 网络代理
http_proxy=
HTTP_PROXY=
# 固定域名解析 [必填]
DOMAIN_HOSTS1=localhost:127.0.0.1
+1 -1
View File
@@ -177,7 +177,7 @@ additionalProperties:
type: text
- default: ""
edit: true
envKey: http_proxy
envKey: HTTP_PROXY
labelZh: 网络代理
labelEn: Network proxy
required: false
+1 -1
View File
@@ -18,7 +18,7 @@ services:
- SSL_CERT_PATH=/tmp/dms/certs/${CERTS_PUBLIC_CRT:-public.crt}
- SSL_KEY_PATH=/tmp/dms/certs/${CERTS_PRIVATE_KEY:-private.key}
- SPOOF_PROTECTION=1
- https_proxy=${http_proxy}
- HTTPS_PROXY=${HTTP_PROXY:-}
extra_hosts:
- ${DOMAIN_HOSTS1:-localhost:127.0.0.1}
healthcheck:
@@ -12,7 +12,7 @@ services:
- PGID=1000
- UMASK=022
- TZ=Asia/Shanghai
image: linuxserver/radarr:5.23.3
image: linuxserver/radarr:5.24.1
labels:
createdBy: Apps
networks: