Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soffchen/nanopi-r2s
使用 Github Actions 在线编译内置 OpenClash 的 NanoPi-R2S 固件
https://github.com/soffchen/nanopi-r2s
clash nanopi-r2s openwrt
Last synced: about 21 hours ago
JSON representation
使用 Github Actions 在线编译内置 OpenClash 的 NanoPi-R2S 固件
- Host: GitHub
- URL: https://github.com/soffchen/nanopi-r2s
- Owner: soffchen
- Created: 2020-02-09T09:31:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-17T15:12:14.000Z (about 1 year ago)
- Last Synced: 2025-01-08T01:14:54.211Z (about 21 hours ago)
- Topics: clash, nanopi-r2s, openwrt
- Homepage:
- Size: 764 KB
- Stars: 599
- Watchers: 20
- Forks: 476
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# 使用 Github Actions 在线编译 NanoPi-R2S 固件
* NanoPi R2S CNC 官方金属壳版 购买链接: [https://s.click.taobao.com/ZPSFRyu](https://s.click.taobao.com/ZPSFRyu)
* 推荐朗科 32G TF 卡 ¥17.90 购买链接: [https://u.jd.com/wDywo8y](https://u.jd.com/wDywo8y)## 说明
* 管理 IP: 192.168.2.1
* 默认管理密码: password## 特色
* 支持 RTL8821CU/RTL8822BU/RTL8812AU 芯片的 USB WiFi 设备,已知支持列表:
- [COMFAST 726B](https://u.jd.com/ISyZWQh)
- [COMFAST CF-759BF](https://u.jd.com/IRyZhYG)
- [COMFAST CF-927BF](https://u.jd.com/I2yv0kA)
* 集成 [OpenClash](https://github.com/vernesong/OpenClash) 及其 core/tun/game binaries
* 集成 [HelloWorld](https://github.com/jerrykuku/luci-app-vssr)
* 集成 [Passwall](https://github.com/xiaorouji/openwrt-passwall)
* 集成 [luci-app-adguardhome](https://github.com/rufengsuixing/luci-app-adguardhome)
* 集成 [coolsnowwolf/packages](https://github.com/coolsnowwolf/packages), [coolsnowwolf/luci](https://github.com/coolsnowwolf/luci) 与 [coolsnowwolf/lede/package/lean](https://github.com/coolsnowwolf/lede/tree/master/package/lean)
* 集成 [luci-theme-argon](https://github.com/jerrykuku/luci-theme-argon)
* 集成 [luci-app-r2sflasher](https://github.com/songchenwen/nanopi-r2s/tree/master/luci-app-r2sflasher)
* 集成 [Smartdns](https://github.com/pymumu/smartdns) 与 luci-app-smartdns
* 集成 [luci-app-oled](https://github.com/NateLol/luci-app-oled)
* 集成 [luci-app-jd-dailybonus](https://github.com/jerrykuku/luci-app-jd-dailybonus)
* 集成 [luci-app-dockerman](https://github.com/lisaac/luci-app-dockerman)## 用法
Fork 到自己的账号下,将 `.github/workflows` 下 `.yml` 文件中的 `runs-on: self-hosted` 改成 `runs-on: ubuntu-latest`(因为我是自己的服务器上编译,更快),编辑文件 `CHANGELOG.md` 触发编译动作。## 注意
产品发布初期,官方代码每天都在变,遇到无法编译时,请过来查看 `.yml` 与 `config` 最新异动。## 参考
* [使用Github的Actions功能在线编译NanoPi-R1S固件(包含H5和H3)](https://totoro.site/index.php/archives/70/)
* [skytotwo/NanoPi-R1S-Build-By-Actions](https://github.com/skytotwo/NanoPi-R1S-Build-By-Actions)
* [klever1988/nanopi-openwrt](https://github.com/klever1988/nanopi-openwrt)
* [yangliu/NanoPi-R2S](https://github.com/yangliu/NanoPi-R2S)
* [maxming2333/NanoPi-R2S](https://github.com/maxming2333/NanoPi-R2S)
* [songchenwen/nanopi-r2s](https://github.com/songchenwen/nanopi-r2s)
* [fanck0605/nanopi_r2s](https://github.com/fanck0605/nanopi_r2s)