# openwrt-app-alist **Repository Path**: wanans/openwrt-app-alist ## Basic Information - **Project Name**: openwrt-app-alist - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: lua - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-27 - **Last Updated**: 2024-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # luci-app-alist - for openwrt-18.06 A file list program that supports multiple storage. ## How to build - Install `libfuse` development package. - ubuntu/debian: ```shell sudo apt update sudo apt install libfuse-dev ``` - redhat: ```shell sudo yum install fuse-devel ``` - arch: ```shell 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.)* ```shell rm -rf feeds/packages/lang/golang git clone https://github.com/sbwml/packages_lang_golang -b 23.x feeds/packages/lang/golang ``` *2. get luci-app-alist source & building* ```shell git clone https://github.com/sbwml/luci-app-alist -b lua package/alist make menuconfig # choose LUCI -> Applications -> luci-app-alist make package/alist/luci-app-alist/compile V=s # build luci-app-alist ``` -------------- ![](https://user-images.githubusercontent.com/16485166/190462187-5d54725e-1d9b-45f3-854f-403b882fb223.png)