Skip to content

armarchindo/dbai-opkg-repo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DBAI OPKG Repository

Custom Repository for OpenWRT

How to Contribute

  1. Fork this GitHub Repository
  2. Add your own Package Source on feeds Folder
  3. Edit list_packages.txt files, add your Package name split by space
  4. Edit README.md files, add your Package name & description
  5. Pull request

How To Use

On Running OpenWRT Firmware

  1. Edit /etc/opkg.conf files, add # on front from option check_signature
    • Before option check_signature
    • After #option check_signature
  2. Edit /etc/opkg/customfeeds.conf and Add DBAI OPKG Repo. ex:
      src/gz dbai-act https://repo.dbai.team/releases/22.03/packages/aarch64_generic/action
      src/gz dbai-base https://repo.dbai.team/releases/22.03/packages/aarch64_generic/base
      src/gz dbai-pkg https://repo.dbai.team/releases/22.03/packages/aarch64_generic/packages
      src/gz dbai-luci https://repo.dbai.team/releases/22.03/packages/aarch64_generic/luci
    • Format : src/gz dbai-pkg https://repo.dbai.team/releases/{OPENWRT_VERSION}/packages/{ARCH}/packages
    • Supported OpenWRT Version : 21.xx 22.xx 23.xx
    • Architecture Supported :
      x86_64
      mips_24kc
      mipsel_24kc
      arm_cortex-a7_neon-vfpv4
      aarch64_cortex-a53
      aarch64_cortex-a72
      aarch64_generic 
      
  3. Run opkg update at Terminal or Update List at LUCI Dashboard System > Software

Package List

Packages Description
luci-app-appstatus Shows status application information in Overview LuCI.
luci-app-cloudflared Connection your OpenWrt with Cloudflared Zero Trust Tunnel via LuCI
luci-app-ipinfo Shows public ip information in Overview LuCI with ifconfig.co.
luci-theme-alpha Luci theme for Official Openwrt and Alpha OS build ,based on bootstrap and material luCi theme refferences

Releases

No releases published

Packages

No packages published

Languages

  • CSS 64.4%
  • JavaScript 20.9%
  • HTML 6.8%
  • Shell 4.0%
  • Makefile 3.9%