Action Openwrt 云自动编译
Openwrt/LEDE 云编译
探索本项目的文档 »
下载地址
·
Action
·
提出新特性
目录
支持的设备
支持的设备 | 固类别 | Action | 状态 | 下载页 |
---|---|---|---|---|
x86_64 | LEDE | |||
x86_64Lite | LEDE | |||
树莓派 3B/3B+ | LEDE | |||
树莓派 4B | LEDE | |||
NanoPi R2S | LEDE | |||
NanoPi R4S | LEDE | |||
Orange Pi R1 Plus | LEDE |
🎯 固件默认设置
- 路由器地址:
192.168.10.1
- 默认用户名:
root
- 默认密码 :
password
固件特性
周更
(稳定为主,减少资源浪费)
集成Node.js(14.xLTS 带npm、yarn)
自带插件
- PassWall2 / SSR Plus
- AdGuard Home
- Mentohust
luci-app-vssr- luci-adbyby-plus
- luci-app-unblockmusic
- luci-app-ddns
- luci-app-pushbot (全能推送)
- luci-app-onliner
- luci-app-ttyd
- luci-app-turboacc
- luci-app-upnp
- luci-app-netdata
- luci-usb-printer
- luci-app-nps
- luci-app-frpc
- luci-app-n2n
- luci-app-syncdial (多播插件)
- luci-app-turboacc
- luci-app-kms
- luci-app-docker
- luci-app-serverchan
- luci-app-control-timewol (定时wol唤醒)
- luci-app-aliyundrive-webdav (阿里云盘)
- luci-app-filebrowser
- luci-app-nfs
......
文件目录说明
eg:
filetree
├── .github/workflows
│ ├── Rockchip_armv8.yml
│ ├── RaspberryPi3.yml
│ ├── RaspberryPi4.yml
│ ├── x86_64.yml
│ ├── x86_64Lite.yml
│ ├── update-checker.yml
├── /configs/ (配置文件目录)
│ ├── External.config (插件配置文件)
│ ├── External_Lite.config (轻量版)
│ ├── RPi3.config
│ ├── RPi4.config
│ ├── x86_64.config
│ ├── x86_64Lite.config
├── configure.sh (固件参数修改)
├── package.sh (luci-app)
Tips:
x86.conf | RPi4.config - 该类型配置文件主要为机型配置文件
External.conf / External_Lite.conf - 主要用于配置固件插件应用
定制固件
- Fork 此项目
- 按需修改
configure.sh
和package.sh
文件 - 上传你自己的
xx.config
配置文件到configs目录 - 添加或修改自己的
xx.yml
文件 - 最后根据个人喜好修改
update-checker.yml
需自行添加Actions secrets
(触发自动编译)
注意事项:
configure.sh
package.sh
configs/External.config
.github/workflows
目录下并上传 xxx.config
机型配置文件到 /configs/
目录下
固件预览
版权说明
该项目签署了MIT 授权许可,详情请参阅 LICENSE