Volver al ranking
2025-06-19 存档,由 OpenList 取代:https://github.com/sbwml/luci-app-openlist
luci-app-alistopenwrtalist
Métricas clave
Crecimiento de estrellas
Estrellas
1.4k
Forks
209
Crecimiento semanal
—
Issues
37
5001k
ene 2022oct 2022jul 2023abr 2024ene 2025oct 2025jul 2026
Artefactosnpm
npm install luci-app-alistREADME
luci-app-alist
A file list program that supports multiple storage.
How to build
Install
libfusedevelopment package.ubuntu/debian:
sudo apt update sudo apt install libfuse-devredhat:
sudo yum install fuse-develarch:
sudo pacman -S fuse2
Enter in your openwrt dir
Openwrt official SnapShots
1. requires golang 1.22.x or latest version (Fix build for older branches of OpenWrt.)
rm -rf feeds/packages/lang/golang git clone https://github.com/sbwml/packages_lang_golang -b 23.x feeds/packages/lang/golang2. get luci-app-alist source & building
git clone https://github.com/sbwml/luci-app-alist package/alist make menuconfig # choose LUCI -> Applications -> luci-app-alist make package/alist/luci-app-alist/compile V=s # build luci-app-alist
How to install prebuilt packages
Login OpenWrt terminal (SSH)
Install
curlpackageopkg update opkg install curlExecute install script (Multi-architecture support)
sh -c "$(curl -ksS https://raw.githubusercontent.com/sbwml/luci-app-alist/main/install.sh)"