Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Package]: Jackett #9757

Open
1 task done
aicynide opened this issue Apr 1, 2022 · 5 comments · May be fixed by #23166
Open
1 task done

[Package]: Jackett #9757

aicynide opened this issue Apr 1, 2022 · 5 comments · May be fixed by #23166
Labels
dotnet .NET related stuff package request A new package was requested

Comments

@aicynide
Copy link
Contributor

aicynide commented Apr 1, 2022

Package description

API Support for your favorite torrent trackers

Home page URL

https://github.com/Jackett/Jackett

Source code URL

https://github.com/Jackett/Jackett

Packaging policy acknowledgement

Additional information

No response

@aicynide aicynide added the package request A new package was requested label Apr 1, 2022
@xtkoba xtkoba added the dotnet .NET related stuff label Apr 1, 2022
@sauravmahuri2007
Copy link

Hi Guys,

I just wanted to update you that I could run the Jackett service on Android using Termux, Mono, and Jackett Mono build :)

Here are the steps I tried:

  1. Installed mono inside Termux using: pkg install mono
  2. Downloaded the Jackett Mono build they've attached to the release page and kept it inside anywhere in the home directory of Termux.
  3. Extracted the tar file using: tar -xvzf Jackett.Binaries.Mono.tar.gz
  4. Changed the directory: cd Jackett and executed the mono command: mono --debug JackettConsole.exe

That's it! It started the Jacett service at the address: http://[::]:9117

I hope this may help others to run the service locally as well as to make Jackett a termux-package.

@Uka-Uka
Copy link

Uka-Uka commented May 28, 2023

@sauravmahuri2007 thanks for the info! I was able to run Jackett on my android TV, but when I tried to add a certain private index I received an error message saying "TSL support not available" however I managed to add other public indexes with no issues.

I already have that private index added with no problems on a windows machine.

@sauravmahuri2007
Copy link

@Uka-Uka : Sorry, I am not sure about your issue. However, it would be nice if you mention the steps you followed to run Jacket in Android TV.

@nyakaspeter
Copy link

nyakaspeter commented Oct 18, 2023

@Uka-Uka I got the same error and I couldn't get it working with the Mono version, but thankfully Ubuntu (or other distros) can be installed inside Termux and Jackett's ARM binary works from there, at least on my Poco F3. Here are the steps:

  1. Download & install Termux from F-Droid (the Google Play version is outdated), then open it and use the following commands
  2. pkg up to update all Termux packages, use termux-change-repo to change download location if it throws an error
  3. pkg install proot-distro
  4. proot-distro install ubuntu
  5. proot-distro login ubuntu
  6. apt-get update && apt-get upgrade -y to update Ubuntu packages
  7. apt-get install libicu-dev
  8. apt-get install wget (or use any other means to get the Jackett binary into the Ubuntu filesystem)
  9. wget https://github.com/Jackett/Jackett/releases/latest/download/Jackett.Binaries.LinuxARM64.tar.gz to download the latest ARM64 build of Jackett (ARM32 may work too)
  10. tar -xvzf Jackett.Binaries.LinuxARM64.tar.gz
  11. ./Jackett/jackett

And that's it after that Jackett was running on the phone, I could access the Web UI on http://localhost:9117 and after configuring indexers, it seems like sites using TLS are working too. Jackett shows an alert about running with root privileges, but I think that can be ignored. After this only the proot-distro login ubuntu and ./Jackett/jackett commands are needed to start Jackett when using Termux.

@aretaleks
Copy link

@nyakaspeter Hey, thanks for your input. I tried your steps, but got stuck on the last one. After entering ./Jackett/jackett I got this error: bash: ./Jackett/jackett: cannot execute: required file not found. Do you have an idea what could cause this? I'm running Termux on a Xiaomi TV box.

@aicynide aicynide linked a pull request Feb 12, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet .NET related stuff package request A new package was requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants