Merge branch 'okxlin:localApps' into localApps
This commit is contained in:
commit
052ed5953f
|
|
@ -10,6 +10,6 @@ services:
|
||||||
- /root:/root
|
- /root:/root
|
||||||
environment:
|
environment:
|
||||||
- TZ=${TIME_ZONE}
|
- TZ=${TIME_ZONE}
|
||||||
image: moelin/1panel:v1.10.28-lts
|
image: moelin/1panel:v1.10.29-lts
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
2fauth:
|
2fauth:
|
||||||
image: "2fauth/2fauth:5.5.0"
|
image: "2fauth/2fauth:5.5.2"
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -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.59
|
image: adguard/adguardhome:v0.107.60
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
|
@ -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.5.1
|
image: bytebase/bytebase:3.5.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
cashbook:
|
cashbook:
|
||||||
image: "dingdangdog/cashbook:4.1.2"
|
image: "dingdangdog/cashbook:4.1.4"
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
certimate:
|
certimate:
|
||||||
image: "usual2970/certimate:v0.3.7"
|
image: "usual2970/certimate:v0.3.8"
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -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.5"
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -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.98.2
|
image: linuxserver/code-server:4.99.2
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
|
@ -8,7 +8,7 @@ services:
|
||||||
- "${PANEL_APP_PORT_HTTP}:3000"
|
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||||
volumes:
|
volumes:
|
||||||
- "${DATA_PATH}:/root/.dbgate"
|
- "${DATA_PATH}:/root/.dbgate"
|
||||||
image: "dbgate/dbgate:6.3.2"
|
image: "dbgate/dbgate:6.3.3"
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
|
@ -7,7 +7,7 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:1188"
|
- "${PANEL_APP_PORT_HTTP}:1188"
|
||||||
command: ["/app/deeplx", "-token", "${TOKEN_VAULE}"]
|
command: ["/app/deeplx", "-token", "${TOKEN_VAULE}"]
|
||||||
image: missuo/deeplx:v1.0.6
|
image: missuo/deeplx:v1.0.7
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
dpanel:
|
dpanel:
|
||||||
image: "dpanel/dpanel:1.6.2-lite"
|
image: "dpanel/dpanel:1.6.3-lite"
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
duplicati:
|
duplicati:
|
||||||
image: "duplicati/duplicati:2.1.0.112"
|
image: "duplicati/duplicati:2.1.0.115"
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -6,7 +6,7 @@ services:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- "${PANEL_APP_PORT_HTTP}:80"
|
- "${PANEL_APP_PORT_HTTP}:80"
|
||||||
image: vectorim/element-web:v1.11.96
|
image: vectorim/element-web:v1.11.97
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ services:
|
||||||
devices:
|
devices:
|
||||||
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
|
- /dev/dri:/dev/dri # VAAPI/NVDEC/NVENC render nodes
|
||||||
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
|
#- /dev/vchiq:/dev/vchiq # MMAL/OMX on Raspberry Pi
|
||||||
image: amilys/embyserver:4.9.0.42
|
image: amilys/embyserver:4.9.0.43
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
frigate:
|
frigate:
|
||||||
image: "ghcr.io/blakeblackshear/frigate:0.15.0-standard-arm64"
|
image: "ghcr.io/blakeblackshear/frigate:0.15.1-standard-arm64"
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
frigate:
|
frigate:
|
||||||
image: "ghcr.io/blakeblackshear/frigate:0.15.0"
|
image: "ghcr.io/blakeblackshear/frigate:0.15.1"
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
glance:
|
glance:
|
||||||
image: "glanceapp/glance:v0.7.9"
|
image: "glanceapp/glance:v0.7.12"
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -8,7 +8,7 @@ services:
|
||||||
- "${PANEL_APP_PORT_HTTP}:9999"
|
- "${PANEL_APP_PORT_HTTP}:9999"
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOWNLOAD_PATH}:/root/Downloads"
|
- "${DOWNLOAD_PATH}:/root/Downloads"
|
||||||
image: liwei2633/gopeed:v1.6.11
|
image: liwei2633/gopeed:v1.7.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
mediawiki:
|
mediawiki:
|
||||||
image: "mediawiki:1.43.0"
|
image: "mediawiki:1.43.1"
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
moviepilot:
|
moviepilot:
|
||||||
image: jxxghp/moviepilot:1.9.17
|
image: jxxghp/moviepilot:1.9.18
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
mtabserver:
|
mtabserver:
|
||||||
image: itushan/mtab:2.4.2
|
image: itushan/mtab:2.6.0
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -11,7 +11,7 @@ services:
|
||||||
logging:
|
logging:
|
||||||
options:
|
options:
|
||||||
max-size: 256MB
|
max-size: 256MB
|
||||||
image: jaydenlee2019/mynodequery:1.0.5.1
|
image: jaydenlee2019/mynodequery:1.0.5.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
netdata:
|
netdata:
|
||||||
image: "netdata/netdata:v2.3"
|
image: "netdata/netdata:v2.4"
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -16,7 +16,7 @@ services:
|
||||||
GUACD_HOSTNAME: nt-guacd
|
GUACD_HOSTNAME: nt-guacd
|
||||||
GUACD_PORT: 4822
|
GUACD_PORT: 4822
|
||||||
SSHD_ENABLE: ${SSHD_SWITCH}
|
SSHD_ENABLE: ${SSHD_SWITCH}
|
||||||
image: dushixiang/next-terminal:v2.4.9
|
image: dushixiang/next-terminal:v2.4.10
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
|
@ -20,7 +20,7 @@ services:
|
||||||
- NEXT_PUBLIC_CustomLogo=${NEXT_PUBLIC_CustomLogo}
|
- NEXT_PUBLIC_CustomLogo=${NEXT_PUBLIC_CustomLogo}
|
||||||
- NEXT_PUBLIC_CustomTitle=${NEXT_PUBLIC_CustomTitle}
|
- NEXT_PUBLIC_CustomTitle=${NEXT_PUBLIC_CustomTitle}
|
||||||
- NEXT_PUBLIC_CustomDescription=${NEXT_PUBLIC_CustomDescription}
|
- NEXT_PUBLIC_CustomDescription=${NEXT_PUBLIC_CustomDescription}
|
||||||
image: "hamster1963/nezha-dash:v2.9.2"
|
image: "hamster1963/nezha-dash:v2.9.3"
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
|
@ -13,7 +13,7 @@ services:
|
||||||
- ${DATA_PATH}/db:/var/lib/postgresql
|
- ${DATA_PATH}/db:/var/lib/postgresql
|
||||||
environment:
|
environment:
|
||||||
- JWT_SECRET=${JWT_SECRET}
|
- JWT_SECRET=${JWT_SECRET}
|
||||||
image: onlyoffice/documentserver:8.3.2.1
|
image: onlyoffice/documentserver:8.3.3.1
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
services:
|
services:
|
||||||
pageSpy:
|
pageSpy:
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
image: "ghcr.io/huolalatech/page-spy-web:v2.2.2"
|
image: "ghcr.io/huolalatech/page-spy-web:v2.2.3"
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -8,7 +8,7 @@ services:
|
||||||
- "${PANEL_APP_PORT_HTTP}:5100"
|
- "${PANEL_APP_PORT_HTTP}:5100"
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=mysql2://${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@${PANEL_DB_HOST}:${PWPUSHER_DB_PORT}/${PANEL_DB_NAME}
|
- DATABASE_URL=mysql2://${PANEL_DB_USER}:${PANEL_DB_USER_PASSWORD}@${PANEL_DB_HOST}:${PWPUSHER_DB_PORT}/${PANEL_DB_NAME}
|
||||||
image: pglombardo/pwpush:1.53.3
|
image: pglombardo/pwpush:1.53.6
|
||||||
labels:
|
labels:
|
||||||
createdBy: "Apps"
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
peerbanhelper:
|
peerbanhelper:
|
||||||
image: "ghostchu/peerbanhelper:v7.4.7"
|
image: "ghostchu/peerbanhelper:v7.4.12"
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
networks:
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
picimpact:
|
picimpact:
|
||||||
image: besscroft/picimpact:v2.2.2
|
image: besscroft/picimpact:v2.4.1
|
||||||
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
Loading…
Reference in New Issue