首次推出alist、HA健康检测、青龙面板 for HA

This commit is contained in:
waxgourd
2024-01-12 18:11:42 +08:00
parent 5ae16d514a
commit 3f0a2f90a4
20 changed files with 250 additions and 5 deletions

40
alist/config.yaml Normal file
View File

@@ -0,0 +1,40 @@
name: Alist
slug: alist
description: '一个支持多种存储的文件列表程序,由 Gin 和 Solidjs 提供支持'
url: https://gitcode.com/waxgourd/addons
version: v3.30.0
image: docker.nju.edu.cn/wghaos/alist
codenotary: wghaos@163.com
arch:
- aarch64
- amd64
apparmor: true
backup_exclude:
- '*/data/'
devices:
- /dev/dri
- /dev/dri/card0
- /dev/dri/card1
- /dev/dri/renderD128
- /dev/vchiq
- /dev/ttyUSB0
- /dev/sda
- /dev/sdb
- /dev/nvme
- /dev/nvme0n1p1
- /dev/nvme0n1p2
- /dev/mmcblk
- /dev/fuse
- /dev/net/tun
webui: "http://[HOST]:[PORT:5244]/"
privileged:
- SYS_ADMIN
- DAC_READ_SEARCH
host_network: false
init: false
ports:
'5244': 5244
ports_description:
'5244': web port
startup: application
boot: auto