shmilee / openwrt-shmilee-feeds

shmilee‘s feeds for OpenWrt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenWrt shmilee's feeds

  • 添加官方源中缺少的包, 主要针对版本 openwrt 21.02, 架构 ath79, 其他未测试
  • 修改官方源中的部分包, 删减或增加功能, 具体情况看以下每个软件包的介绍
  • 需确保 SDK/feeds.conf.default 中包含 base, packages, luci, 以避免依赖或文件缺失. 比如,
    src-git base https://git.openwrt.org/openwrt/openwrt.git;v21.02.0
    src-git packages https://git.openwrt.org/feed/packages.git^65057dcbb5de371503c9159de3d45824bec482e0
    src-git luci https://git.openwrt.org/project/luci.git^3b3c2e5f9f82372df8ff01ac65668be47690dcd5
    src-git shmilee https://github.com/shmilee/openwrt-shmilee-feeds.git
    

已包含软件包

  1. adbyby/adbyby

  2. adbyby/luci-app-adbyby-plus

  3. autossh/luci-app-autossh

    • autossh luci 界面
    • 翻译: en, zh-cn
  4. fs/luci-app-nfs

  5. ipv6/radvd

  6. tunnel/frp

  7. vlmcsd/vlmcsd

  8. vlmcsd/luci-app-vlmcsd

  9. web/nginx

    • 来源 github.com/openwrt/packages.git, 版本 1.19.6
    • 考虑到路由器的性能, nginx 只作前端, 将不同请求反向代理到其他机器. 因此, 开启 TLS SNI, 保留 proxy 的同时, 尽量去除其他的 module, 如 auth, ssi, fastcgi, uwsgi, scgi, memcached, lua, NAXSI 等.
    • 保留 autoindex, 用于分享数据.
    • 添加 substitutions && google filter

About

shmilee‘s feeds for OpenWrt


Languages

Language:Shell 44.0%Language:Makefile 36.1%Language:Lua 17.9%Language:HTML 1.9%Language:Ada 0.2%