Merge branch 'okxlin:localApps' into yeguo'sApps

This commit is contained in:
yeguo 2025-08-22 23:24:57 +08:00 committed by GitHub
commit 458c64d281
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
527 changed files with 205 additions and 152 deletions

View File

@ -10,6 +10,6 @@ services:
- /root:/root - /root:/root
environment: environment:
- TZ=${TIME_ZONE} - TZ=${TIME_ZONE}
image: moelin/1panel:v1.10.21-lts image: moelin/1panel:v1.10.31-lts
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -1,6 +1,6 @@
services: services:
2fauth: 2fauth:
image: "2fauth/2fauth:5.4.3" image: "2fauth/2fauth:5.6.0"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -14,7 +14,7 @@ services:
- GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_REGISTRATION_TOKEN} - GITEA_RUNNER_REGISTRATION_TOKEN=${RUNNER_REGISTRATION_TOKEN}
- GITEA_RUNNER_NAME=${RUNNER_NAME} - GITEA_RUNNER_NAME=${RUNNER_NAME}
- GITEA_RUNNER_LABELS=${RUNNER_LABELS} - GITEA_RUNNER_LABELS=${RUNNER_LABELS}
image: gitea/act_runner:0.2.11 image: gitea/act_runner:0.2.12
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -22,7 +22,7 @@ services:
volumes: volumes:
- ${WORK_PATH}:/opt/adguardhome/work - ${WORK_PATH}:/opt/adguardhome/work
- ${CONFIG_PATH}:/opt/adguardhome/conf - ${CONFIG_PATH}:/opt/adguardhome/conf
image: adguard/adguardhome:v0.107.55 image: adguard/adguardhome:v0.107.63
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -13,7 +13,7 @@ services:
- PUID=0 - PUID=0
- PGID=0 - PGID=0
- UMASK=022 - UMASK=022
image: xhofe/alist:v3.41.0 image: xhofe/alist:v3.44.0
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -8,7 +8,7 @@ services:
- "${PANEL_APP_PORT_HTTP}:8001" - "${PANEL_APP_PORT_HTTP}:8001"
volumes: volumes:
- anqicms-data:/app - anqicms-data:/app
image: "anqicms/anqicms:v3.4.2" image: "anqicms/anqicms:v3.4.11"
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -1,6 +1,6 @@
services: services:
atvloadly: atvloadly:
image: "bitxeno/atvloadly:v0.2.5" image: "bitxeno/atvloadly:v0.2.6"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -11,7 +11,7 @@ services:
- "${DATA_PATH2}:/podcasts" - "${DATA_PATH2}:/podcasts"
- "${DATA_PATH}:/config" - "${DATA_PATH}:/config"
- "${DATA_PATH3}:/metadata" - "${DATA_PATH3}:/metadata"
image: advplyr/audiobookshelf:2.17.5 image: advplyr/audiobookshelf:2.25.1
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -1,6 +1,6 @@
services: services:
bark: bark:
image: "finab/bark-server:v2.1.9" image: "finab/bark-server:v2.2.1"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -1,6 +1,6 @@
services: services:
beszel-agent: beszel-agent:
image: "henrygd/beszel-agent:0.8.0" image: "henrygd/beszel-agent:0.11.1"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
network_mode: host network_mode: host

View File

@ -1,6 +1,6 @@
services: services:
beszel: beszel:
image: "henrygd/beszel:0.8.0" image: "henrygd/beszel:0.11.1"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -8,7 +8,7 @@ services:
- "${PANEL_APP_PORT_HTTP}:8080" - "${PANEL_APP_PORT_HTTP}:8080"
volumes: volumes:
- "${DATA_PATH}:/srv/bililive" - "${DATA_PATH}:/srv/bililive"
image: chigusa/bililive-go:v0.7.33 image: chigusa/bililive-go:v0.7.34
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -1,6 +1,6 @@
services: services:
recorder: recorder:
image: "bililive/recorder:2.13.1" image: "bililive/recorder:2.17.3"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -1,6 +1,6 @@
services: services:
bitwarden: bitwarden:
image: "vaultwarden/server:1.32.6-alpine" image: "vaultwarden/server:1.34.1-alpine"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -1,6 +1,6 @@
services: services:
blinko: blinko:
image: "blinkospace/blinko:0.26.4" image: "blinkospace/blinko:1.1.2"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -20,7 +20,7 @@ services:
- "8080" - "8080"
- "--pg" - "--pg"
- "postgresql://${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${PANEL_DB_NAME}" - "postgresql://${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${PANEL_DB_NAME}"
image: bytebase/bytebase:3.1.2 image: bytebase/bytebase:3.8.0
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -1,6 +1,6 @@
services: services:
cashbook: cashbook:
image: "dingdangdog/cashbook:3.0.6" image: "dingdangdog/cashbook:4.3.0"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -1,6 +1,6 @@
services: services:
certimate: certimate:
image: "usual2970/certimate:v0.2.21" image: "usual2970/certimate:v0.3.18"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -8,7 +8,7 @@ services:
- "${PANEL_APP_PORT_HTTP}:5000" - "${PANEL_APP_PORT_HTTP}:5000"
volumes: volumes:
- "${DATA_PATH}:/datastore" - "${DATA_PATH}:/datastore"
image: dgtlmoon/changedetection.io:0.45 image: dgtlmoon/changedetection.io:0.50
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -11,7 +11,7 @@ services:
- "CODE=${SECRET_KEY}" - "CODE=${SECRET_KEY}"
- "PROXY_URL=${PROXY}" - "PROXY_URL=${PROXY}"
- "BASE_URL=${API_BASE_URL}" - "BASE_URL=${API_BASE_URL}"
image: yidadaa/chatgpt-next-web:v2.15.8 image: yidadaa/chatgpt-next-web:v2.16.0
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -1,6 +1,6 @@
services: services:
chatgpt-on-wechat: chatgpt-on-wechat:
image: "zhayujie/chatgpt-on-wechat:1.7.4" image: "zhayujie/chatgpt-on-wechat:1.7.6"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -1,6 +1,6 @@
services: services:
chevereto: chevereto:
image: "chevereto/chevereto:4.2.4" image: "chevereto/chevereto:4.3.6"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -1,6 +1,6 @@
services: services:
chrome: chrome:
image: "kasmweb/chrome:1.16.1" image: "kasmweb/chrome:1.17.0"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -9,7 +9,7 @@ services:
volumes: volumes:
- "${DATA_PATH}:/opt/cloudbeaver/workspace" - "${DATA_PATH}:/opt/cloudbeaver/workspace"
tty: true tty: true
image: dbeaver/cloudbeaver:24.3.0 image: dbeaver/cloudbeaver:25.0.0
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -1,6 +1,6 @@
services: services:
clouddrive: clouddrive:
image: "cloudnas/clouddrive2:0.8.5" image: "cloudnas/clouddrive2:0.9.1"
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -1,6 +1,6 @@
services: services:
cloudflared: cloudflared:
image: cloudflare/cloudflared:2024.12.1 image: cloudflare/cloudflared:2025.7.0
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

View File

@ -12,7 +12,7 @@ services:
- "./data/conf.ini:/cloudreve/conf.ini" - "./data/conf.ini:/cloudreve/conf.ini"
- "./data/cloudreve.db:/cloudreve/cloudreve.db" - "./data/cloudreve.db:/cloudreve/cloudreve.db"
- "./data/avatar:/cloudreve/avatar" - "./data/avatar:/cloudreve/avatar"
image: cloudreve/cloudreve:3.8.3 image: cloudreve/cloudreve:4.1.3
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -15,7 +15,7 @@ services:
- PASSWORD=${WEB_PASSWORD} - PASSWORD=${WEB_PASSWORD}
- SUDO_PASSWORD=${SUDO_PASSWORD} - SUDO_PASSWORD=${SUDO_PASSWORD}
- DEFAULT_WORKSPACE=/config/workspace - DEFAULT_WORKSPACE=/config/workspace
image: linuxserver/code-server:4.95.3 image: linuxserver/code-server:4.101.2
labels: labels:
createdBy: "Apps" createdBy: "Apps"

View File

@ -1,6 +1,6 @@
services: services:
cook: cook:
image: yunyoujun/cook:1.2.2 image: yunyoujun/cook:1.2.4
container_name: ${CONTAINER_NAME} container_name: ${CONTAINER_NAME}
restart: always restart: always
networks: networks:

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