Page 2 of 3

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

Posted: Sun Nov 08, 2020 2:43 am
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.

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

Posted: Sun Nov 08, 2020 3:56 am
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).

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

Posted: Sun Nov 08, 2020 5:50 am
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?

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

Posted: Sun Nov 08, 2020 5:01 pm
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!

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

Posted: Sun Nov 08, 2020 5:09 pm
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.

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

Posted: Sun Nov 08, 2020 5:54 pm
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

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

Posted: Tue Nov 10, 2020 6:08 pm
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!

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

Posted: Tue Nov 10, 2020 9:00 pm
by Lantis
Yes relayd is back lol. :cry:

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

Posted: Wed Nov 11, 2020 1:55 am
by wordpr3ss
Lantis wrote:
Tue Nov 10, 2020 9:00 pm
Yes relayd is back lol. :cry:
Thank you, sir!

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

Posted: Wed Nov 11, 2020 7:00 pm
by CBx86
Thanks guys!