ningcol / Actions-OpenWrt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

English | 中文

Actions-OpenWrt

LICENSE GitHub Stars GitHub Forks

A template for building OpenWrt with GitHub Actions. Default Web Admin IP: 192.168.2.1, username root, username password.

Themes

  • argon=y
  • argone=y
  • atmaterial_new=y
  • bootstrap=y
  • design=y
  • ifit=y
  • material=y
  • netgear=y
  • opentopd=y
  • tomato=y

Applications

  • accesscontrol
  • arpbind
  • autoreboot
  • diskman
  • dockerman
  • filetransfer
  • firewall
  • openclash
  • samba4
  • ssr-plus
  • vlmcsd
  • wol
  • zerotier

Usage

  • Click the Use this template button to create a new repository.
  • Generate .config files using Lean's OpenWrt source code. ( You can change it through environment variables in the workflow file. )
  • Push .config file to the GitHub repository.
  • Select Build OpenWrt on the Actions page.
  • Click the Run workflow button.
  • When the build is complete, click the Artifacts button in the upper right corner of the Actions page to download the binaries.

Credits

License

MIT © P3TERX

About

License:MIT License


Languages

Language:Shell 100.0%