Compare commits

..
Author SHA1 Message Date
renovate[bot]andGitHub da6bb98de1 Update actions/checkout digest to df4cb1c 2026-06-03 11:29:58 +00:00
970 changed files with 982 additions and 982 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
with:
fetch-depth: 0
+2 -2
View File
@@ -18,7 +18,7 @@ services:
- ${GLOBAL_ENV_FILE:-/etc/1panel/envs/global.env}
- ${ENV_FILE:-/etc/1panel/envs/default.env}
volumes:
- ${ADGUARDHOME_ROOT_PATH}/work:/opt/adguardhome/work
- ${ADGUARDHOME_ROOT_PATH}/conf:/opt/adguardhome/conf
- ${ADGUARDHOME_ROOT_PATH}/workdir:/my/own/workdir
- ${ADGUARDHOME_ROOT_PATH}/confdir:/my/own/confdir
environment:
- TZ=Asia/Shanghai
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 11 KiB

@@ -4,7 +4,7 @@ networks:
services:
napcat:
image: mlikiowa/napcat-docker:v4.18.6
image: mlikiowa/napcat-docker:v4.18.5
container_name: napcat-${CONTAINER_NAME}
restart: always
networks:
@@ -24,7 +24,7 @@ services:
- NAPCAT_UID=${NAPCAT_UID:-1000}
- NAPCAT_GID=${NAPCAT_GID:-1000}
astrbot:
image: soulter/astrbot:v4.25.5
image: soulter/astrbot:v4.25.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
astrbot:
image: soulter/astrbot:v4.25.5
image: soulter/astrbot:v4.25.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
baihu-panel:
image: ghcr.io/engigu/baihu:1.1.14
image: ghcr.io/engigu/baihu:1.1.8
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
bonita:
image: suwmlee/bonita:0.27.1
image: suwmlee/bonita:0.24.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
bookstack:
image: linuxserver/bookstack:26.05.1
image: linuxserver/bookstack:26.03.5
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
clouddrive2:
image: cloudnas/clouddrive2:1.0.10
image: cloudnas/clouddrive2:1.0.8
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
cloudreve:
image: cloudreve/cloudreve:4.16.1
image: cloudreve/cloudreve:4.16.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -6,7 +6,7 @@ networks:
services:
dujiaonext-api:
image: dujiaonext/api:v1.2.2
image: dujiaonext/api:v1.2.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -38,7 +38,7 @@ services:
depends_on:
dujiaonext-api:
condition: service_healthy
image: dujiaonext/admin:v1.2.2
image: dujiaonext/admin:v1.2.1
container_name: admin-${CONTAINER_NAME}
restart: always
networks:
@@ -52,7 +52,7 @@ services:
depends_on:
dujiaonext-api:
condition: service_healthy
image: dujiaonext/user:v1.2.2
image: dujiaonext/user:v1.2.1
container_name: user-${CONTAINER_NAME}
restart: always
networks:
@@ -4,7 +4,7 @@ networks:
services:
element-web:
image: vectorim/element-web:v1.12.21
image: vectorim/element-web:v1.12.20
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
ghost:
image: ghost:6.45.0
image: ghost:6.43.1
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
+3 -3
View File
@@ -50,7 +50,7 @@ services:
condition: service_healthy
redis:
condition: service_healthy
image: ghcr.io/leslieleung/glean-backend:0.2.6
image: ghcr.io/leslieleung/glean-backend:0.2.5
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -87,7 +87,7 @@ services:
condition: service_healthy
backend:
condition: service_healthy
image: ghcr.io/leslieleung/glean-backend:0.2.6
image: ghcr.io/leslieleung/glean-backend:0.2.5
container_name: ${CONTAINER_NAME}-worker
environment:
DATABASE_URL: postgresql+asyncpg://${POSTGRES_USER:-glean}:${POSTGRES_PASSWORD:-glean}@postgres:5432/${POSTGRES_DB:-glean}
@@ -104,7 +104,7 @@ services:
web:
depends_on:
- backend
image: ghcr.io/leslieleung/glean-web:0.2.6
image: ghcr.io/leslieleung/glean-web:0.2.5
container_name: ${CONTAINER_NAME}-web
ports:
- "${PANEL_APP_PORT_HTTP:-80}:80"
@@ -4,7 +4,7 @@ networks:
services:
halo:
image: halohub/halo:2.25.1
image: halohub/halo:2.24.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
halo:
image: halohub/halo:2.25.1
image: halohub/halo:2.24.2
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
homarr:
image: ghcr.io/homarr-labs/homarr:v1.65.0
image: ghcr.io/homarr-labs/homarr:v1.63.0
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"
@@ -4,7 +4,7 @@ networks:
services:
jackett:
image: linuxserver/jackett:0.24.2067
image: linuxserver/jackett:0.24.2007
container_name: ${CONTAINER_NAME}
labels:
createdBy: "Apps"

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