#1201
|
|||
|
|||
I wish there was some manual for total newbies on how to install and run this on a linux server.
It would save me so much time when i would be able to download directly to my server. |
#1202
|
||||
|
||||
See
https://support.jdownloader.org/Know...bedded-devices https://support.jdownloader.org/Know...tostart-script
__________________
JD-Dev & Server-Admin |
#1203
|
|||
|
|||
Quote:
I have questions however: 1) I did not performed this step yet https://support.jdownloader.org/Know...tostart-script Where is this needed for? 2) I managed to perform a download and save it directly on my server but i used the my.jdownloader web interface for this. I'm trying to figure out how to use Jdownloader2 to download files to the server? How to select a map on the server since Downloadmap only shows directory on my computer. |
#1204
|
||||
|
||||
1.) not required, only an example how to achieve autostart of JDownloader
2.) I'm sorry but I don't understand. You've installed/setup JDownloader on your server, then you just have to control that instance via https://my.jdownloader.org I don't understand your question, sorry
__________________
JD-Dev & Server-Admin |
#1205
|
|||
|
|||
Quote:
So the only way to control the server is by https://my.jdownloader.org/? The reason i ask this, is because the desktop application has more info about the video when viewing "Download" tab (such as size, filetype etc) |
#1206
|
||||
|
||||
you can't control a client with a client.
so you can either use browser extension, my.jdownloader.org webui, or apps that support mobile devices andriod/ios/etc
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
#1207
|
|||
|
|||
Quote:
What about selecting a download folder on a server with the desktop client? Any plugin or work around or do i simply want to much ? Last edited by cliors; 27.05.2020 at 15:19. |
#1208
|
||||
|
||||
@cliors: There are ideas/thoughts about JDownloader with GUI connect/control headless/remote JDownloader instance but no real work done on that yet. Until then you can only use Webinterface/Apps/BrowserExtension and write own tools/scripts.
__________________
JD-Dev & Server-Admin |
#1209
|
|||
|
|||
Hallo,
ichmusste mein system neu machen . leider ist das tutorial aus dem zyxel forum nicht mehr vorhanden habe java installiert und jdownloader gestartet und die login daten eingegeben. ich habe dieses script von früher angepasst und unter etc/ini.d abgelegt. die rechte habe ich mit win scp auf 0755 gesetzt. da es über ssh nicht geht. sudo chmod 755 /etc/init.d/jd2-start.sh chmod: cannot access `/etc/init.d/jd2-start.sh': No such file or directory starten tut es nicht automatisch was ist noch zu tun? Code:
#!/ffp/bin/sh DESC="JDownloader 2 Headless" NAME=JDownloader2 PIDFILE=/i-data/9bce3fb0/Jdownloader/JDownloader.pid USER=admin RUN_AS=admin COMMAND="/ffp/opt/java/jre/bin/java -- -jar /i-data/9bce3fb0/Jdownloader/JDownloader.jar" d_start() { sleep 10 start-stop-daemon --start --quiet --background --pidfile $PIDFILE --user $USER --chuid $RUN_AS --exec $COMMAND } d_stop() { start-stop-daemon --stop --quiet --pidfile $PIDFILE sleep 10 if [ -e $PIDFILE ] then rm $PIDFILE fi } case $1 in start) echo -n "Starting $DESC: $NAME" d_start echo "." ;; stop) echo -n "Stopping $DESC: $NAME" d_stop echo "." ;; restart) echo -n "Restarting $DESC: $NAME" d_stop sleep 10 d_start echo ":" ;; *) echo "usage: $NAME [start|stop|restart]" exit 1 ;; esac exit Last edited by wuffwuff; 22.12.2020 at 15:28. |
#1210
|
||||
|
||||
@wuffwuff
Funktioniert das Skript überhaupt von Hand? stimmen alle Pfade?
__________________
JD-Dev & Server-Admin |
#1211
|
|||
|
|||
Habe festgestellt das mein scribt vom NAS unter /etc/init d immer wieder gelöscht wird, pfade stimmen
soweit |
#1212
|
||||
|
||||
@wuffwuff: Evtl ist das nen InMemory Only Pfad oder wird beim Booten eingehängt? Aber das "Problem" sollte doch via Suchmaschine leicht gelöst sein?
__________________
JD-Dev & Server-Admin |
#1213
|
|||
|
|||
Quote:
what do i put in UMASK line? |
#1214
|
||||
|
||||
@kkkira: for example 000
see wintelguy.com/umask-calc.pl
__________________
JD-Dev & Server-Admin |
#1215
|
||||
|
||||
I've just removed the sticky of this thread.
A lot of information in this thread is outdated. By now we do now have several help articles and other forum threads about headless installation on different devices. Here is a quick overview of some of them:
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
Thread Tools | |
Display Modes | |
|
|