Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icyleaf/openwrt-autobuilder
Openwrt amd64 (x86 64bit) CPU 自動鏡像生成
https://github.com/icyleaf/openwrt-autobuilder
n270 openwrt openwrt-autobuilder
Last synced: 23 days ago
JSON representation
Openwrt amd64 (x86 64bit) CPU 自動鏡像生成
- Host: GitHub
- URL: https://github.com/icyleaf/openwrt-autobuilder
- Owner: icyleaf
- License: other
- Created: 2020-02-03T02:17:27.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T17:42:52.000Z (about 2 months ago)
- Last Synced: 2024-10-09T22:06:32.168Z (about 1 month ago)
- Topics: n270, openwrt, openwrt-autobuilder
- Language: Shell
- Homepage:
- Size: 232 KB
- Stars: 6
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# OpenWrt-AutoBuilder
![Build amd64 immortalwrt](https://github.com/icyleaf/openwrt-autobuilder/actions/workflows/build-amd64-immortalwrt.yml/badge.svg?branch=master)
Openwrt amd64 (x86 64bit) CPU 自動鏡像生成 Based on [P3TERX/Actions-OpenWrt](https://github.com/P3TERX/Actions-OpenWrt)
[Read the details in p3terx's blog (in Chinese) | 中文教程](https://p3terx.com/archives/build-openwrt-with-github-actions.html)
## Configuration
- Gateway: 10.10.10.1
- Theme: bootstrap (default)
- Change Root password if present (Copy encoded password from /etc/shadow)## API
https://documenter.getpostman.com/view/14290/SzKPUgEo
## Build your own
- Click the [Use this template](https://github.com/P3TERX/Actions-OpenWrt/generate) button to create a new repository.
- Generate `.config` files using [Lean's OpenWrt](https://github.com/coolsnowwolf/lede) source code. ( You can change it through environment variables in the workflow file. )
- Push `.config` file to the GitHub repository, and the build starts automatically.Progress can be viewed on the Actions page.
- When the build is complete, click the `Artifacts` button in the upper right corner of the Actions page to download the binaries.## Acknowledgments
- [Microsoft](https://www.microsoft.com)
- [Microsoft Azure](https://azure.microsoft.com)
- [GitHub](https://github.com)
- [GitHub Actions](https://github.com/features/actions)
- [tmate](https://github.com/tmate-io/tmate)
- [mxschmitt/action-tmate](https://github.com/mxschmitt/action-tmate)
- [csexton/debugger-action](https://github.com/csexton/debugger-action)
- [Cisco](https://www.cisco.com/)
- [OpenWrt](https://github.com/openwrt/openwrt)
- [Lean's OpenWrt](https://github.com/coolsnowwolf/lede)
- [Lienol's OpenWrt package](https://github.com/Lienol/openwrt-package)