Giter VIP home page Giter VIP logo

fantastic-packages / packages Goto Github PK

View Code? Open in Web Editor NEW
68.0 5.0 11.0 962.14 MB

Some extended packages for OpenWrt/ImmortalWrt

Home Page: https://fantastic-packages.github.io/packages/

License: GNU General Public License v3.0

Makefile 68.52% Shell 31.48%
luci luci-app openwrt openwrt-feed openwrt-package openwrt-packages fantastic-packages luci-app-netdata luci-app-natter luci-app-netspeedtest

packages's Introduction

fantastic packages

GitHub Workflow Status Website Website GitHub

How to use

Choose one of the following methods:

  1. Add to feeds.conf.default
umask 022
git clone --branch master --single-branch --no-tags --recurse-submodules https://github.com/fantastic-packages/packages.git fantastic_packages
cd fantastic_packages
for v in 21.02 22.03 23.05; do
	git remote set-branches --add origin $v
	git fetch origin $v
	git branch --track $v origin/$v
done
cd ..
cat <<-EOF >> feeds.conf.default
src-link fantastic_packages_packages fantastic_packages/feeds/packages
src-link fantastic_packages_luci fantastic_packages/feeds/luci
EOF
./scripts/feeds update -a
./scripts/feeds install -a
make menuconfig
  1. Pull in the src/sdk directory
umask 022
git clone --depth 1 --branch master --single-branch --no-tags --recurse-submodules https://github.com/fantastic-packages/packages package/fantastic_packages
make menuconfig

Package description

Packages Description
fantastic-keyring fantastic-packages Developer Keyring
fantastic-packages-feeds Installer for fantastic-packages feeds
luci-app-alwaysonline Hijack/bypass Windows NCSI and iOS portal detection
luci-app-change-mac MAC address randomizer for LuCI
luci-app-cpu-perf CPU performance information and management for LuCI
luci-app-cpu-status CPU utilization info for the LuCI status page
luci-app-cpu-status-mini CPU utilization info for the LuCI status page
luci-app-diskman A Simple Disk Manager for LuCI
luci-app-disks-info Information about connected disk devices (partitions, filesystems, SMART) for LuCI
luci-app-dnsproxy A simple DNS proxy server
luci-app-einat LuCI Support for einat-ebpf
luci-app-homeproxy A homeproxy fork with clash api, selector/urltest node, node grouping & ruleset support
luci-app-interfaces-statistics Network interfaces statistics for LuCI
luci-app-internet-detector Internet detector for OpenWrt
luci-app-ipinfo LuCI support for ip.guide
luci-app-log-viewer Advanced syslog and kernel log (tail, search, etc) for LuCI
luci-app-natmapt TCP/UDP port mapping for LuCI
luci-app-natter TCP/UDP hole punching tool for LuCI
luci-app-netdata Netdata for LuCI
luci-app-netspeedtest Network Speed Test LuCI
luci-app-packagesync Used to build a local mirror feeds source on the router
luci-app-pcap-dnsproxy A DNS server for LuCI
luci-app-qbittorrent qBittorrent - A BitTorrent client in Qt6
luci-app-serverchan Service push
luci-app-temp-status Temperature sensors data for the LuCI status page
luci-app-tinyfilemanager Web based File Manager in PHP
luci-app-tn-netports Network ports status LuCI
luci-app-xray (Almost) full feature Xray client for OpenWrt
luci-theme-argon A clean and tidy OpenWrt LuCI theme
luci-app-argon-config Argon Theme Config Plugin
openwrt-alwaysonline Hijack/bypass Windows NCSI and iOS portal detection
openwrt-einat-ebpf eBPF-based Endpoint-Independent NAT
openwrt-chinadns-ng ChinaDNS Next Generation for OpenWrt, refactoring with epoll and ipset
openwrt-go-stun A GO STUN client
openwrt-natmapt TCP/UDP port mapping for full cone NAT
openwrt-Natter TCP/UDP hole punching tool
openwrt-netdata-ssl Real-time performance monitoring tool
openwrt-Pcap_DNSProxy Pcap_DNSProxy for OpenWrt/LEDE
openwrt-php-nginx PHP with Nginx as Webserver
openwrt-plain-nginx Read text document directly
openwrt-rgmac a simple random MAC address generator for OpenWRT
openwrt-speedtest-go CLI and Go API to Test Internet Speed using speedtest.net
openwrt-stuntman an open source STUN server and client code by john selbie
openwrt-Toolkit DNS Toolkit

packages's People

Contributors

doom4535 avatar muink avatar remittor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

packages's Issues

Add fantastic-feeds

Fork from my organization repository fantastic-feeds
and add this package to this project.

This package makes it very easy to install the feeds you need.

Can't do ./scripts/feeds update -a with fantastic-packages

When updating feeds I have this message:

Create index file './feeds/fantastic_packages.index'
grep: feeds/fantastic_packages/Makefile:$(eval: Nie ma takiego pliku ani katalogu
grep: $(call: Nie ma takiego pliku ani katalogu
grep: BuildPackage,$(PKG_NAME)))/Makefile: Nie ma takiego pliku ani katalogu
grep: feeds/fantastic_packages/Makefile:$(eval: Nie ma takiego pliku ani katalogu
grep: $(call: Nie ma takiego pliku ani katalogu
grep: BuildPackage,$(PKG_NAME)-luci))/Makefile: Nie ma takiego pliku ani katalogu
grep: feeds/fantastic_packages/Makefile:$(eval: Nie ma takiego pliku ani katalogu
grep: $(call: Nie ma takiego pliku ani katalogu
grep: BuildPackage,$(PKG_NAME)-packages))/Makefile: Nie ma takiego pliku ani katalogu
/home/jarek/Dokumenty/sources-github/R9000/feeds/fantastic_packages.tmp/info/.files-packageinfo.mk:1: *** wzorzec obiektu nie zawiera '%'. Stop.
Collecting target info: done

and fantastic-packages aren't indexed.

Could be triggered by:
Makefile 'package/fantastic-packages/luci/luci-app-wechatpush/Makefile' has a dependency on 'wrtbwmon', which does not exist

OPKG does not notice that the package has been updated

Problem:
I have installed package luci-theme-argon_2.3.1_all.ipk:

root@OpenWrt:~# opkg info luci-theme-argon
Package: luci-theme-argon
Version: 2.3.1
Depends: libc, curl, jsonfilter, luci-lua-runtime
Status: install user installed
Section: luci
Architecture: all
Size: 389176
Filename: luci-theme-argon_2.3.1_all.ipk
Description: Argon Theme
Installed-Time: 1691213874

OPKG src list:

root@OpenWrt:~# opkg update
Downloading https://fantastic-packages.github.io/packages/releases/23.05/packages/aarch64_cortex-a53/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/fantastic_packages_luci
Downloading https://fantastic-packages.github.io/packages/releases/23.05/packages/aarch64_cortex-a53/luci/Packages.sig
Signature check passed.
Downloading https://fantastic-packages.github.io/packages/releases/23.05/packages/aarch64_cortex-a53/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/fantastic_packages_packages
Downloading https://fantastic-packages.github.io/packages/releases/23.05/packages/aarch64_cortex-a53/packages/Packages.sig
Signature check passed.
...

Request info for a new version for packages:

root@OpenWrt:~# opkg list-installed | grep argon
luci-app-argon-config - 1.0
luci-theme-argon - 2.3.1

root@OpenWrt:~# opkg list-upgradable | grep argon

Reason:
The update system only pays attention to the package version.

Solve:
You need to add the date of the last git commit to the package version.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.