mirror of
https://github.com/kenzok8/small-package
synced 2025-01-08 11:17:34 +08:00
.github/workflows | ||
adguardhome | ||
aliyundrive-webdav | ||
brook | ||
chinadns-ng | ||
ddnsto-openwrt | ||
diy | ||
dns2socks | ||
gost | ||
hysteria | ||
ipt2socks | ||
kcptun | ||
lua-maxminddb | ||
luci-app-adguardhome | ||
luci-app-advanced | ||
luci-app-aliddns | ||
luci-app-aliyundrive-webdav | ||
luci-app-argon-config | ||
luci-app-bypass | ||
luci-app-clash | ||
luci-app-dnsfilter | ||
luci-app-easymesh | ||
luci-app-eqos | ||
luci-app-godproxy | ||
luci-app-gost | ||
luci-app-gpsysupgrade | ||
luci-app-jd-dailybonus | ||
luci-app-koolddns | ||
luci-app-mentohust | ||
luci-app-openclash | ||
luci-app-passwall | ||
luci-app-pushbot | ||
luci-app-serverchan | ||
luci-app-smartdns | ||
luci-app-ssr-plus | ||
luci-app-tencentddns | ||
luci-app-udp2raw | ||
luci-app-UUGameAcc | ||
luci-app-vssr | ||
luci-app-wifidog | ||
luci-app-xlnetacc | ||
luci-theme-argon | ||
luci-theme-argon_new | ||
luci-theme-argon-lr | ||
luci-theme-atmaterial_new | ||
luci-theme-edge | ||
luci-theme-mcat | ||
luci-theme-opentopd_new | ||
luci-theme-tomato | ||
microsocks | ||
naiveproxy | ||
pdnsd-alt | ||
redsocks2 | ||
shadowsocks-libev | ||
shadowsocks-rust | ||
shadowsocksr-libev | ||
simple-obfs | ||
smartdns | ||
smartdns-le | ||
ssocks | ||
tcping | ||
tcpping | ||
trojan | ||
trojan-go | ||
trojan-plus | ||
udp2raw-tunnel | ||
v2ray-core | ||
v2ray-plugin | ||
xray-core | ||
xray-plugin | ||
18.06.sh | ||
19.07.sh | ||
LICENSE | ||
README.md |
同步上游分支代码
small-package
-
常用OpenWrt软件包源码合集,同步上游更新!
-
18.06版luci请使用18.06分支
-
19.07版luci请使用19.07分支
-
关于指定19.07分支下载示例:
git clone -b 19.07 https://github.com/kenzok8/small-package
-
lean源码用18.06分支
-
官方源码用19.07分支
插件下载:
关于Secrets、TOKEN的小知识
- 首先需要获取 Github Token: 点击这里 获取,
Note
项填写一个名称,Select scopes
不理解就全部打勾,操作完成后点击下方Generate token
-
复制页面中生成的 Token,并保存到本地,Token 只会显示一次!
-
Fork 我的
small-package
仓库,然后进入你的small-package
仓库进行之后的设置 -
点击上方菜单中的
Settings
,依次点击Secrets
-New repository secret
其中Name
项填写ACCESS_TOKEN
,然后将你的 Token 粘贴到Value
项,完成后点击Add secert
-
对应
.github/workflows
目录下的yml
工作流文件里的ACCESS_TOKEN
名称(依据自己yml文件修改) -
在仓库
Settings->Secrets
中添加SCKEY
可通过Server酱 推送编译结果到微信 -
在仓库
Settings->Secrets
中添加TELEGRAM_CHAT_ID, TELEGRAM_TOKEN
可推送编译结果到Telegram Bot
使用方式(三选一):
- 先cd进package目录,然后执行
git clone https://github.com/kenzok8/small-package
- 或者添加下面代码到feeds.conf.default文件
src-git small8 https://github.com/kenzok8/small-package
- lede/下运行 或者openwrt/下运行
git clone https://github.com/kenzok8/small-package package/small-package