update Alist (#175)
This commit is contained in:
parent
4b159c759a
commit
a9baa5e4bb
|
@ -2,6 +2,10 @@ name: alist
|
||||||
services:
|
services:
|
||||||
alist:
|
alist:
|
||||||
image: xhofe/alist:v3.18.0
|
image: xhofe/alist:v3.18.0
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
reservations:
|
||||||
|
memory: "64M"
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
ports:
|
ports:
|
||||||
- target: 5244
|
- target: 5244
|
||||||
|
@ -34,14 +38,16 @@ x-casaos:
|
||||||
en_us: A file list program that supports multiple storage, powered by Gin and Solidjs.
|
en_us: A file list program that supports multiple storage, powered by Gin and Solidjs.
|
||||||
zh_cn: 一个支持多种存储的文件列表程序,使用 Gin 和 Solidjs。
|
zh_cn: 一个支持多种存储的文件列表程序,使用 Gin 和 Solidjs。
|
||||||
developer: Xhofe
|
developer: Xhofe
|
||||||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/alist/icon.png
|
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist/icon.png
|
||||||
|
screenshot_link:
|
||||||
|
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist/screenshot-1.png
|
||||||
main: alist
|
main: alist
|
||||||
port_map: "5244"
|
port_map: "5244"
|
||||||
scheme: http
|
scheme: http
|
||||||
tagline:
|
tagline:
|
||||||
en_us: A file list program that supports multiple storage, powered by Gin and Solidjs.
|
en_us: A file list program that supports multiple storage
|
||||||
zh_cn: 一个支持多种存储的文件列表程序,使用 Gin 和 Solidjs。
|
zh_cn: 一个支持多种存储的文件列表程序
|
||||||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/alist/thumbnail.jpg
|
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Alist/thumbnail.png
|
||||||
tips:
|
tips:
|
||||||
before_install:
|
before_install:
|
||||||
en_us: After installation, view the initial password in the log.
|
en_us: After installation, view the initial password in the log.
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 194 KiB |
Loading…
Reference in New Issue