git clone https://github.com/sbwml/luci-app-alist package/alist make menuconfig#choose LUCI -> Applications -> luci-app-alistmake package/alist/luci-app-alist/compile V=s#build luci-app-alist How to install prebuilt packages Login OpenWrt terminal (SSH) ...
2 changes: 1 addition & 1 deletion2luci-app-alist/htdocs/luci-static/resources/view/alist/basic.js Original file line numberDiff line numberDiff line change Expand Up@@ -113,7 +113,7 @@ return view.extend({ o.default='0'; o.rmempty=false; ...
sbwml/luci-app-alist 版本发布时间: 2024-03-28 08:06:36 sbwml/luci-app-alist最新发布版本:v3.35.0(2024-05-24 22:26:14)暂无更新说明 相关地址:原始地址 下载(tar) 下载(zip) 1、 openwrt-21.02-aarch64_cortex-a53.tar.gz 22.88MB
sbwml/luci-app-alist 版本发布时间: 2023-02-23 23:41:13 sbwml/luci-app-alist最新发布版本:v3.35.0(2024-05-24 22:26:14)暂无更新说明 相关地址:原始地址 下载(tar) 下载(zip) 1、 alist_3.12.0-1_aarch64_cortex-a53.ipk 12.26MB
luci-app-alist/root/etc/uci-defaults/luci-app-alist +2 Original file line numberDiff line numberDiff line change @@ -1,11 +1,13 @@ 1 1 #!/bin/sh 2 2 3 + [ -f "/etc/config/ucitrack" ] && { 3 4 uci -q batch <<-EOF >/dev/null 4 5 delete ucitrack.@alis...
sbwml/luci-app-alistPublic NotificationsYou must be signed in to change notification settings Fork209 Star1.4k Code Issues32 Pull requests Actions Projects Security Insights Additional navigation options 27 Jan 16:56 github-actions v3.42.0
sbwml/luci-app-alist 版本发布时间: 2023-05-28 20:08:09 sbwml/luci-app-alist最新发布版本:v3.35.0(2024-05-24 22:26:14) 暂无更新说明 相关地址:原始地址下载(tar)下载(zip) 1、openwrt-21.02-aarch64_cortex-a53.tar.gz13.25MB 2、openwrt-21.02-aarch64_cortex-a72.tar.gz13.25MB ...
sbwml/luci-app-alist 版本发布时间: 2023-07-15 20:48:01 sbwml/luci-app-alist最新发布版本:v3.35.0(2024-05-24 22:26:14) 暂无更新说明 相关地址:原始地址下载(tar)下载(zip) 1、openwrt-21.02-aarch64_cortex-a53.tar.gz13.75MB 2、openwrt-21.02-aarch64_cortex-a72.tar.gz13.75MB ...
Login OpenWrt terminal (SSH) Install curl package opkg update opkg install curl Execute install script (Multi-architecture support) sh -c "$(curl -ksS https://raw.githubusercontent.com/sbwml/luci-app-alist/master/install.sh)"About LuCI support for Alist github.com/alist-org/alist ...
2. get luci-app-alist source & building git clone https://github.com/sbwml/luci-app-alist package/alist make menuconfig#choose LUCI -> Applications -> luci-app-alistmake package/alist/luci-app-alist/compile V=s#build luci-app-alist ...