1.13.0.x gargoyle-ispy 2020-November-01 20

Want to share your OpenWrt / Gargoyle knowledge? Implemented a new feature? Let us know here.

Moderator: Moderators

BJReplay
Posts: 37
Joined: Sun Feb 02, 2020 3:28 am
Location: Australia

Re: 1.13.0.x gargoyle-ispy 2020-November-01 20

Post by BJReplay »

RomanHK wrote:
Thu Nov 05, 2020 12:02 pm
So I could help and make them easier to download, so I started my own web server: http://gargoyle.romanhk.cz
Thanks so much for this - I started the torrent but it stalled.

Is there any chance that you can open up browse access to the various plugin directories so that we can set them up as sources?

e.g. https://gargoyle.romanhk.cz/1.13.x/1.13 ... x/default/ (and kernel_specific) is where the plug ins are found for my router - if I could use these as a source to install packages, that would save me from downloading the entire .7z file locally (so might be easier on bandwidth from your server).

If I navigate to that directory, I get

Code: Select all

Forbidden
You don't have permission to access /1.13.x/1.13.0.x%20gargoyle-ispy%202020-November-01%2020/built/ipq806x/default/ on this server.

RomanHK
Posts: 794
Joined: Sat May 04, 2013 4:18 pm
Location: Czech Republik

Re: 1.13.0.x gargoyle-ispy 2020-November-01 20

Post by RomanHK »

If you browse the source through the browser abnormally, access will be denied for security reasons.

You can use my (already unpacked) resources and paste them into Gargoyle via SSH. After pressing the "Refresh plugin" button, the resources will be loaded.

Run commands using SSH (should work for all architectures):

Code: Select all

cpath1=$(cat /etc/opkg.conf | grep 'gargoyle http' | sed 's/^.*gargoyle-1.14//g')
cpath2=$(cat /etc/opkg.conf | grep 'gargoyle_kernel_specific http' | sed 's/^.*gargoyle-1.14//g')
echo 'src/gz romanhk http://gargoyle.romanhk.cz/1.13.x/1.13.0.x%20gargoyle-ispy%202020-November-01%2020/built'$cpath1 >> /etc/opkg.conf
echo 'src/gz romanhk_kernel_specific http://gargoyle.romanhk.cz/1.13.x/1.13.0.x%20gargoyle-ispy%202020-November-01%2020/built'$cpath2 >> /etc/opkg.conf
P.S. I also recommend performing this step via ssh to download some OpenWrt packages correctly (eg Squid proxy server). This should work for all architectures:

Code: Select all

cat /etc/opkg/distfeeds.conf >> /etc/opkg.conf
EDIT: Also note that I use http instead of https, as there may be a problem with https if the router does not have the right time (or does not have an ssl library).
Last edited by RomanHK on Sat Nov 21, 2020 8:05 am, edited 3 times in total.
Turris Omnia with OpenWrt 21.02 - Tested
Linksys WRT3200ACM with Gargoyle 1.13.x
TL-WR1043ND v2 with Gargoyle 1.10.0

http://gargoyle.romanhk.cz custom builds by gargoyle users

whataboutnow
Posts: 45
Joined: Tue Apr 07, 2020 6:29 pm

Re: 1.13.0.x gargoyle-ispy 2020-November-01 20

Post by whataboutnow »

Been installed for 24hrs on wndr3700v4 and all is well :)
Pretty basic setup, AP, VPN Server and DDNS.

Ever so slightly more memory usage than 1.12x_March build
@ 30.9MB / 121.2MB (25.4%) but performance is spot-on for my usage.

Can I ask, is there still a driver issue that drops Wi-Fi occasionally?

BJReplay
Posts: 37
Joined: Sun Feb 02, 2020 3:28 am
Location: Australia

Re: 1.13.0.x gargoyle-ispy 2020-November-01 20

Post by BJReplay »

RomanHK wrote:
Sun Nov 08, 2020 3:56 am
However, if you specify a resource in the Gargoyle GUI, the resources will be downloaded.

P.S. I also recommend performing this step via ssh to download some OpenWrt packages correctly (eg Squid proxy server). This should work for all architectures:

Code: Select all

cat /etc/opkg/distfeeds.conf >> /etc/opkg.conf
Brilliant, thanks. Sorry, I just assumed that if I couldn't browse to it, I couldn't use it.

And thanks for the other hint - I've noticed some packages that just can't find dependencies. Now I wish I could remember what the package was and whether I actually need it!

BJReplay
Posts: 37
Joined: Sun Feb 02, 2020 3:28 am
Location: Australia

Re: 1.13.0.x gargoyle-ispy 2020-November-01 20

Post by BJReplay »

ispyisail wrote:
Thu Nov 05, 2020 12:03 am
1.13.0.x gargoyle-ispy 2020-November-01 20

WARNING: DO NOT PRESERVE SETTINGS
I've been on the 1.13.x series for a while.

Smooth update, preserved settings.

Question for anyone - is there any guide / hints / wiki for converting an OpenWRT LuCI app to a Gargoyle Plugin?

I'm using https-dns-proxy, and thought if I could create a gargoyle plugin for it, that would be a potentially useful contribution.

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: 1.13.0.x gargoyle-ispy 2020-November-01 20

Post by Lantis »

All contributions are welcome.
I'm only vaguely familiar with how the luck apps are put together, but learning Gargoyle isn't hard.
Start with understanding how a simple page like System->About works (no JavaScript), then maybe something like Status->overview (minimum complexity), and then maybe something like adblock is pretty straight forward.

https://github.com/ericpaulbishop/gargo ... IBUTING.md
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

wordpr3ss
Posts: 8
Joined: Fri Jan 09, 2015 4:21 pm

Re: 1.13.0.x gargoyle-ispy 2020-November-01 20

Post by wordpr3ss »

@Lantis Just want to check if this issue viewtopic.php?p=57127#p57127 by any chance, is already fixed in this build?
Thanks!

Lantis
Moderator
Posts: 6735
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: 1.13.0.x gargoyle-ispy 2020-November-01 20

Post by Lantis »

Yes relayd is back lol. :cry:
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

wordpr3ss
Posts: 8
Joined: Fri Jan 09, 2015 4:21 pm

Re: 1.13.0.x gargoyle-ispy 2020-November-01 20

Post by wordpr3ss »

Lantis wrote:
Tue Nov 10, 2020 9:00 pm
Yes relayd is back lol. :cry:
Thank you, sir!

User avatar
CBx86
Posts: 157
Joined: Sun Jan 05, 2014 5:43 pm
Location: Brazil

Re: 1.13.0.x gargoyle-ispy 2020-November-01 20

Post by CBx86 »

Thanks guys!

Post Reply