mirror of
https://github.com/arch3rPro/1Panel-Appstore.git
synced 2026-04-15 00:17:12 +08:00
feat: update OpenList 4.0.8
This commit is contained in:
0
apps/openlist/openlist-aio/data.yml → apps/openlist/4.0.8-aio/data.yml
Executable file → Normal file
0
apps/openlist/openlist-aio/data.yml → apps/openlist/4.0.8-aio/data.yml
Executable file → Normal file
@@ -1,5 +1,5 @@
|
||||
services:
|
||||
openlist-aio:
|
||||
alist:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -8,13 +8,13 @@ services:
|
||||
- "${PANEL_APP_PORT_HTTP}:5244"
|
||||
- "${PANEL_APP_PORT_S3}:5426"
|
||||
volumes:
|
||||
- ./data/data:/opt/openlist/data
|
||||
- ./data/data:/opt/alist/data
|
||||
- ./data/mnt:/mnt/data
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
image: ghcr.io/openlistteam/openlist-git:v4.0.2-aio
|
||||
image: openlistteam/openlist:v4.0.8-aio
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
0
apps/openlist/openlist-download/data.yml → apps/openlist/4.0.8-aria2/data.yml
Executable file → Normal file
0
apps/openlist/openlist-download/data.yml → apps/openlist/4.0.8-aria2/data.yml
Executable file → Normal file
@@ -1,5 +1,5 @@
|
||||
services:
|
||||
openlist-aria2:
|
||||
alist:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -8,13 +8,13 @@ services:
|
||||
- "${PANEL_APP_PORT_HTTP}:5244"
|
||||
- "${PANEL_APP_PORT_S3}:5426"
|
||||
volumes:
|
||||
- ./data/data:/opt/openlist/data
|
||||
- ./data/data:/opt/alist/data
|
||||
- ./data/mnt:/mnt/data
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
image: ghcr.io/openlistteam/openlist-git:v4.0.2-aria2
|
||||
image: openlistteam/openlist:v4.0.8-aria2
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
0
apps/openlist/openlist-ffmpeg/data.yml → apps/openlist/4.0.8-ffmpeg/data.yml
Executable file → Normal file
0
apps/openlist/openlist-ffmpeg/data.yml → apps/openlist/4.0.8-ffmpeg/data.yml
Executable file → Normal file
@@ -1,5 +1,5 @@
|
||||
services:
|
||||
openlist-ffmpeg:
|
||||
alist:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
@@ -8,13 +8,13 @@ services:
|
||||
- "${PANEL_APP_PORT_HTTP}:5244"
|
||||
- "${PANEL_APP_PORT_S3}:5426"
|
||||
volumes:
|
||||
- ./data/data:/opt/openlist/data
|
||||
- ./data/data:/opt/alist/data
|
||||
- ./data/mnt:/mnt/data
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
image: ghcr.io/openlistteam/openlist-git:v4.0.2-ffmpeg
|
||||
image: openlistteam/openlist:v4.0.8-ffmpeg
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
36
apps/openlist/4.0.8/data.yml
Normal file
36
apps/openlist/4.0.8/data.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 5244
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: WebUI Port
|
||||
labelZh: 网页端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
label:
|
||||
en: WebUI Port
|
||||
ja: WebUI ポート
|
||||
ms: Port WebUI
|
||||
pt-br: Porta WebUI
|
||||
ru: Порт WebUI
|
||||
ko: WebUI 포트
|
||||
zh-Hant: WebUI 埠
|
||||
zh: WebUI 端口
|
||||
- default: 5426
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_S3
|
||||
labelEn: S3 Port
|
||||
labelZh: S3 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
label:
|
||||
en: S3 Port
|
||||
ja: S3 ポート
|
||||
ms: Port S3
|
||||
pt-br: Porta S3
|
||||
ru: Порт S3
|
||||
ko: S3 포트
|
||||
zh-Hant: S3 埠
|
||||
zh: S3 端口
|
||||
0
apps/openlist/4.0.8/data/data/.gitkeep
Normal file
0
apps/openlist/4.0.8/data/data/.gitkeep
Normal file
0
apps/openlist/4.0.8/data/mnt/.gitkeep
Normal file
0
apps/openlist/4.0.8/data/mnt/.gitkeep
Normal file
23
apps/openlist/4.0.8/docker-compose.yml
Normal file
23
apps/openlist/4.0.8/docker-compose.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
services:
|
||||
alist:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:5244"
|
||||
- "${PANEL_APP_PORT_S3}:5426"
|
||||
volumes:
|
||||
- ./data/data:/opt/alist/data
|
||||
- ./data/mnt:/mnt/data
|
||||
environment:
|
||||
- PUID=0
|
||||
- PGID=0
|
||||
- UMASK=022
|
||||
image: openlistteam/openlist:v4.0.8
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
12
apps/openlist/4.0.8/scripts/upgrade.sh
Normal file
12
apps/openlist/4.0.8/scripts/upgrade.sh
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -f ./.env ]]; then
|
||||
if grep -q 'PANEL_APP_PORT_S3' ./.env; then
|
||||
echo "PANEL_APP_PORT_S3 参数已存在"
|
||||
else
|
||||
echo 'PANEL_APP_PORT_S3=5426' >> ./.env
|
||||
echo "已添加 PANEL_APP_PORT_S3=5426"
|
||||
fi
|
||||
else
|
||||
echo ".env 文件不存在"
|
||||
fi
|
||||
@@ -2,6 +2,11 @@
|
||||
|
||||
A file list program that supports multiple storage, and supports web browsing and webdav, powered by gin and Solidjs.
|
||||
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## Supported Storage
|
||||
|
||||
- Local storage
|
||||
|
||||
Reference in New Issue
Block a user