[APKG Native JDownloader2] 2.0-1.6 for ADM 3.x & ADM 4.x

JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be. Users can start, stop or pause downloads, set bandwith limitations, auto-extract archives and much more. It's an easy-to-extend framework that can save hours of your valuable time every day!

Moderator: Lillian.W@AST

Post Reply
damien599901
Posts: 575
youtube meble na wymiar Warszawa
Joined: Mon Dec 30, 2013 2:53 am

Re: [APKG JDownloader2 Beta] I am NOT a user ONLY integrator !!

Post by damien599901 »

father.mande wrote:Hi,

never tested ... :lol: :lol:

but seems you are true the real is : https://my.jdownloader.org/

I will change it ... apologize ... even if I don't create this ... (if you have two minutes try to replace the URL in the index.html to confirm the change from HTTP to HTTPS

Philippe.
np
tell me please how to proceed
Storage: AS7004T & AS5002T
Network: FREEBOX REVOLUTION V6
Laptop: Apple MACBOOK Pro OS X El Capitan & Windows 10
Media Player: ASUSTOR NAS with Kodi 16 Beta & HD_Engine 1 (thanks Fathe_Mande)
Portable: iPhone 6S Plus, iPad Mini 2 & iPad Air
User avatar
father.mande
Posts: 1817
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: [APKG JDownloader2 Beta] I am NOT a user ONLY integrator !!

Post by father.mande »

Hi Damien,
:lol: :lol:
Perhaps you can try to search for a first Linux course to get the minimum ... so after you can solve lot of things by yourself :lol: :lol:
suggest openclassroom ... French site : https://openclassrooms.com/courses/repr ... e-de-linux

open a console (ssh) with root / your_admin_password
go to folder containing the file :
cd /usr/local/AppCentral/jdownloader/web/
save the original file (in case)
cp index.html index.html.ori
edit the file with vi
vi index.html
... don't be afraid by the "^M" at end of each line it's a file for a Windows system where end of line are <CR><LF> in place of <LF> only for Linux
MOVE to the "colon" after http ( : ) USING THE ARROW KEYS to have your cursor ON IT (line 7)
then enter :
i (letter i ) s (to add the s to http) then twice <esc> (escape ... twice to avoid problem with some terminal) NOW http is replaced by https ...
then
:x (colon and directly attached x ) to write and exit the file
.... a second http can be change but it's only a comment in case of error in the redirection (old browser), so feel free to change it or not)

if you have made an error ... just do : <esc> twice the :q! that cancel all change ...
it's ALL ... now you can test again the icon in ADM ...

Philippe.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
damien599901
Posts: 575
Joined: Mon Dec 30, 2013 2:53 am

Re: [APKG JDownloader2 Beta] I am NOT a user ONLY integrator !!

Post by damien599901 »

Funny :lol:
And i ve found before your reply that jdownloader was in web folder => Already done : added "s" after http => same issue
Strange. Or i ve missed something but what?
Storage: AS7004T & AS5002T
Network: FREEBOX REVOLUTION V6
Laptop: Apple MACBOOK Pro OS X El Capitan & Windows 10
Media Player: ASUSTOR NAS with Kodi 16 Beta & HD_Engine 1 (thanks Fathe_Mande)
Portable: iPhone 6S Plus, iPad Mini 2 & iPad Air
User avatar
father.mande
Posts: 1817
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: [APKG JDownloader2 Beta] I am NOT a user ONLY integrator !!

Post by father.mande »

Hi,
damien599901 wrote: And i have found before your reply that jdownloader was in web folder => Already done : added "s" after http => same issue
Strange. Or i ve missed something but what?
OK I have to check ... I will be back Tuesday in my labs ... and come back to you ...

Philippe.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
damien599901
Posts: 575
Joined: Mon Dec 30, 2013 2:53 am

Re: [APKG JDownloader2 Beta] I am NOT a user ONLY integrator !!

Post by damien599901 »

father.mande wrote:Hi,
damien599901 wrote: And i have found before your reply that jdownloader was in web folder => Already done : added "s" after http => same issue
Strange. Or i ve missed something but what?
OK I have to check ... I will be back Tuesday in my labs ... and come back to you ...

Philippe.
thanks Philippe
have a great evening
Storage: AS7004T & AS5002T
Network: FREEBOX REVOLUTION V6
Laptop: Apple MACBOOK Pro OS X El Capitan & Windows 10
Media Player: ASUSTOR NAS with Kodi 16 Beta & HD_Engine 1 (thanks Fathe_Mande)
Portable: iPhone 6S Plus, iPad Mini 2 & iPad Air
Spartanineo
Posts: 34
Joined: Fri Aug 21, 2015 4:32 am

Re: [APKG JDownloader2 Beta] I am NOT a user ONLY integrator !!

Post by Spartanineo »

Hi Philippe

Thank you for this udapte, I test it.

Thank you again

Spartanineo
User avatar
father.mande
Posts: 1817
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: [APKG JDownloader2 Beta] I am NOT a user ONLY integrator !!

Post by father.mande »

Hi Damien,
damien599901 wrote: And i have found before your reply that jdownloader was in web folder => Already done : added "s" after http => same issue
Strange. Or i ve missed something but what?
Hum! tested manually it works ... but through ADM it's NOT the good URL generated

my config.json

Code: Select all

"app":{
         "type":"webserver",
         "url":"/Jdownloader2"
      }
so expected ... http(s or not)://nas-name_or_ip:web_port(80)/Jdownloader2
BUT generated ... http(s or not)://nas-name_or_ip:web_port(80)/jdownloader ... so without any chance to run ...

Philippe.
NB I will check if (even accepted) my config.json is incorrect
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
User avatar
father.mande
Posts: 1817
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: [APKG JDownloader2 Beta] I am NOT a user ONLY integrator !!

Post by father.mande »

Hi Damien,
(I am back to my labs)

After analysing my config.xml ...

I have use "url" field in app / webserver section ... and (EVEN accepted by apkg creator) this is false (reserved for "custom" app. )
... so this is ignored and the link generated by ADM don't match my own link ... so error

Asustor force to use a link (or folder) with the name of the APKG ... so jdownloader in this case

A second problem exist if (like me) for remote access you validate ONLY HTTPS ... because the URL generated by ADM is HTTP only NOR HTTPS even you join ADM using HTTPS ... so this generate a "false" error when Web port (80 default) is not forwarded for security reason ...

BUT I think I have now a correct APKG ... I will check again and post it as soon as possible

Philippe.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
User avatar
father.mande
Posts: 1817
Joined: Sat Sep 12, 2015 2:55 am
Location: La Rochelle (France)

Re: [APKG JDownloader2 Beta] I am NOT a user ONLY integrator !!

Post by father.mande »

Hi,

Version of APKG updated : 2.0-1.2

... Solve ADM icon bad URL generated
... manage upgrade without lost of configuration, plugins, addons ...

Philippe.
AS6602T / AS5202T /AS5002T / AS1002T / FS6706T
Spartanineo
Posts: 34
Joined: Fri Aug 21, 2015 4:32 am

Re: [APKG JDownloader2 2.0-1.2] I am NOT a user ONLY integrator !!

Post by Spartanineo »

Hi,

I have just tested the new version. Everything works well on my 602. Thank you Philippe, great work.
Post Reply

Return to “Jdownloader2”