AList Client for iOS and Android. / 基于 AList api 开发的 Android 和 iOS 客户端
https://github.com/BFWXKJGS/AlistClient/releases


关于Docker官方镜像仓库被墙的一些解决办法
https://imnks.com/8302.html
普通linux系统一键安装Docker或替换镜像源脚本:按照提示执行选择,已经安装过Docker开始选 n 普通linux系统指:不支持群晖、威联通这些魔改的
bash <(curl -sSL https://ghproxy.com/https://github.com/SuperManito/LinuxMirrors/raw/main/DockerInstallation.sh)


Cloudflare WARP 一键Linux安装脚本
https://fx.ssgg.net/warp
https://github.com/ViRb3/wgcf
https://github.com/P3TERX/warp.sh


老毛子手动安装插件教程

老毛子Padavan安装Alist网盘 https://zhuanlan.zhihu.com/p/596261803
老毛子Padavan安装使用ZeroTier实现组建虚拟局域网的方法 https://www.zwy90.cn/614.html
老毛子/Padavan固件安装WebDAV共享服务器教程 https://www.douyin.com/video/7098006285798444319
Padavan老毛子固件如何通过DDBOX工具箱安装Alist网盘插件 https://www.bilibili.com/video/av730448695/


Nginx UI安装脚本
安装或升级
https://github.com/0xJacky/nginx-ui/blob/dev/install.sh

bash <(curl -L -s https://ghproxy.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) install -r https://ghproxy.com/
一键安装脚本默认设置的监听端口为 9000,HTTP Challenge 端口默认为 9180,如果出现端口冲突请进入 /usr/local/etc/nginx-ui/app.ini 修改,并使用 systemctl restart nginx-ui 重启 Nginx UI 服务。

卸载 Nginx UI 但保留配置和数据库文件

bash <(curl -L -s https://ghproxy.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) remove
更多用法
bash <(curl -L -s https://ghproxy.com/https://raw.githubusercontent.com/0xJacky/nginx-ui/master/install.sh) help