So can anybody help me? Tryied to run this on my raspberry but it just wont work Attachment 20836
Printable View
So can anybody help me? Tryied to run this on my raspberry but it just wont work Attachment 20836
Try this, based on the instructions at GitHub and the values seen in your screenshot.
Code:docker run -d \
-p 80:80 \
-v /home/pi/joal:/data \
--name="joal" \
anthonyraymond/joal:2.1.22-arm \
--joal-conf="/data" \
--spring.main.web-environment=true \
--server.port="80" \
--joal.ui.path.prefix="11111" \
--joal.ui.secret-token="11111"
I think its better but still some errors:
Attachment 20837
You may need to change the port to a higher one (I forgot ports up to 1024 are considered privileged), run Docker with sudo or both.
yep, sudo + good port fix the issue. Thanks a lot buddy. You help me a lot. Cheers :)
Don't mention it, good to see you're still here after all these years :brost:
Strage thing, today i restarted my raspberry and then when i try to run Joal in chromium i got this error:
didnt change anything.Quote:
This site can?t be reached 192.168.1.11 refused to connect.
Try:
Checking the connection
Checking the proxy and the firewall
ERR_CONNECTION_REFUSED
Ok i figured out, i must start docker container everytime i restart raspberry :)
joal-server cant get peers/seeds numbers from pte.nu tracker, dont know why. Its working fine on torrentleech.org
Yea but whithout peers/seed numbers cant actualy seed :)
this software wouldn`t work on an arm machine like raspberry pi without modification, right?
java isnīt architecture independent, or am i wrong?
it made me think why the rpi sized x86 mini computers arenīt more popular and talked about? software availability should be much higher on these.
See post #25.
Because processor architecture is not really relevant in most cases. The programs people will want to use either are already in package repositories, or can be compiled by hand with little effort. You're very unlikely to run into proprietary software that is not available for your architecture (and which may not run anyway due to Linux's horrible binary compatibility) or processor-specific code with no viable substitutes. Plus, ARM generally has lower power consumption, which for hobby projects running from battery or solar power can make a large difference.Quote:
it made me think why the rpi sized x86 mini computers arenīt more popular and talked about?
i got this to run on a rpi with 1gb ram apparently, altough it reports a lot of connection time outs when trying to announce to the tracker. but the user cp on various trackers shows that iīm seeding all of these torrents.
i canīt get the webui to work and i donīt know what iīm doing wrong.
i can open the webpage in the browser, but it displays this error message: "canīt connect to joal, retry in 8 seconds".
but it is not important to me since the webui seems to be more of a gimmick.
i just manually copy the torrent files via a samba share to the rpi.
at least i can save some energy with this method which makes my filesharing life easier and electricity bill cheaper.
why does this program rely on "l2.io" to work? this domain is on adguardīs official list of blocked dns. makes me think it could expose the system to vulnerabilities.