Skip to content

Instantly share code, notes, and snippets.

@coder8338
Last active December 1, 2020 02:43
Show Gist options
  • Save coder8338/a614f156c916b35becf11c53352b499a to your computer and use it in GitHub Desktop.
Save coder8338/a614f156c916b35becf11c53352b499a to your computer and use it in GitHub Desktop.
Appbox installer for VNC webui over SSL, radarr, sonarr, lidarr, bazarr, flexget, filebot, couchpotato, sickchill, medusa, lazylibrarian, nzbget, sabnzbdplus, ombi, jackett, synclounge, nzbhydra2, & ngpost. See the first comment for instructions how to run!
# This has now moved to: https://github.com/coder8338/appbox_installer
@ADRFranklin
Copy link

Maybe we should add Lidarr/Bazarr to those lists too 🤔

@ADRFranklin
Copy link

@coder8338 When installing sonarr a few keys where missing from it.

gpg --keyserver keyserver.ubuntu.com --recv 1F4F90DE2A9B4BF8 && gpg --export --armor 1F4F90DE2A9B4BF8 | sudo apt-key add -
gpg --keyserver keyserver.ubuntu.com --recv EBFF6B99D9B78493 && gpg --export --armor EBFF6B99D9B78493 | sudo apt-key add -

Only after I installed these was I able to actually install sonarr.

@kelvinguy85
Copy link

can u add lidarr to this script

@coder8338
Copy link
Author

@ADRFranklin @kelvinguy85 Lidarr & Bazarr added
@ADRFranklin Thanks for the websockets tip, I've added that now, I checked the GPG keys and they're not needed for my installation method, just the one for the sonarr repo which is 2009837CBFFD68F45BC180471F4F90DE2A9B4BF8

@medefinetlynub
Copy link

hey any plans to add Requestrr or Mellow ?

@ilkinansr92
Copy link

Hi @coder8338 sorry to bother you. But would you be willing to take a look on how to setup GoodSync on appbox
https://staging.goodsync.com/pvt/mbolotnikov/goodsync-linux-x86_64-release.run (Has Hostname containing (.) fix implemented.

I am having a hard time of getting it to install correctly.

@coder8338
Copy link
Author

@medefinetlynub Requestrr is currently a no-go due to darkalfx/requestrr#30 and Mellow is a no-go due to v0idp/Mellow#129

@medefinetlynub
Copy link

yeah sorry didn't know , when support reverse proxy , it should be possible right ? and thanks :)

@coder8338
Copy link
Author

If you want auto moving from your torrent client to anywhere using Radarr/Sonarr, you'll need to mirror the torrent client's directories using:

ln -s /APPBOX_DATA/apps/<TORRENT CLIENT>.<YOUR APPBOX NAME>.appboxes.co/torrents/ /torrents
ln -s /APPBOX_DATA/apps/ /torrents/home/apps
ln -s /APPBOX_DATA/storage/ /torrents/home/storage

@tacomain
Copy link

really nice work have almost all i need from seedboxco beside one program, and i cant get it to work haha

any chance of adding tvheadend to the script?

@AnythingOldSkewl
Copy link

AnythingOldSkewl commented Sep 13, 2020

Question:
Is there a way you can add EasyUSENETup, or preferably, ngPost to this amazing script? Not sure if there would be any issues.

@AnythingOldSkewl
Copy link

AnythingOldSkewl commented Sep 14, 2020

Hi,

Just to give you a heads up. There was one vital program/plugin that wasn't installed for Lidarr. It's called FPCALC. Ladarr doesn't download the music properly without it. Not having it also disables the "Fingerprinting" feature. I manually installed it using Ubuntu prepackaged installation, and it seems to be working fine now. Can you please add this to your script? Thanks!!!

@coder8338
Copy link
Author

@AnythingOldSkewl Thanks for the tip, I've added fpcalc to the Lidarr install. I've also added ngPost as an install option.

@AnythingOldSkewl
Copy link

@coder8338, Thank you so much. It appears ngPost keeps crashing.. not sure why.

@coder8338
Copy link
Author

@AnythingOldSkewl you'll need to create an issue with the app developer.

@AnythingOldSkewl
Copy link

AnythingOldSkewl commented Sep 20, 2020

@coder8338,

Hi my friend.. No need! After playing around with it for 2 hours, I finally figured out what it was. The version of ngPost you added to the script appeared to be missing a lot of companion applications/modules, which was partly or solely responsible for the crashes. Also rar was either missing or outdated. I installed it from the distribution, but it still didn't seam to work, then I realized it was missing Par2 application. I decided to go directly to their site, and downloaded a 64bit (compiled) *.AppImage with everything in it. So far it works perfect!! So, not sure if there's a way you can script an AppImage file, but...... That's what worked for me. I am so happy, I can do everything now directly from my seedbox server! This saves me a TON of time..... LOLOL

@coder8338
Copy link
Author

@AnythingOldSkewl Actually it's already using ngPost_v4.11-x86_64_debian8.AppImage from https://github.com/mbruel/ngPost/releases

If you tell me exactly what packages were missing from the OS, I can add them to the script.

@AnythingOldSkewl
Copy link

Hi @CODE8338,

I'm using Ubuntu 18.4 right now. My provider said they'll be upgrading in the future to 20.4 (or whatever version it is). I'm not sure how compatible they are. I can tell you off the back that I had issues with RAR and there was definitely no par2 program. I'm not a real hard-core Linux user, so I really don't know if there is anything additional required.

@AnythingOldSkewl
Copy link

If it's not too much trouble. Please add Jelly Bean, and or Emby. Thanks

@kelvinguy85
Copy link

could you please add sonaar v2 is well v3 is not very stable

@AnythingOldSkewl
Copy link

could you please add sonaar v2 is well v3 is not very stable

I've been using V3 for quite some time. It works fine for me. I use Ubuntu.

@kelvinguy85
Copy link

@coder i keep getting this when trying to install radarr grep: /home/........../.config/radarr/config.xml: no such file or directory

@AnythingOldSkewl
Copy link

@coder i keep getting this when trying to install radarr grep: /home/........../.config/radarr/config.xml: no such file or directory

That's ok. Errors like that occasionally happen in Windows too. It's simply saying it's a new install and the folder doesn't exist. It should have created one for you.

@the-badmannn
Copy link

@coder8338 can you please add PimpMyStremio and stremio-jackett ?

@AliceDTRH
Copy link

Any chance this could be converted into a real Github repository (with an open source license) so we can do pull requests easily?

@coder8338
Copy link
Author

@AliceDTRH I will move this to a repo. @the-badmannn I'll take a look.

@coder8338
Copy link
Author

@AnythingOldSkewl please do not post comments here. I'm not monitoring this anymore, if you need, create an issue in https://github.com/coder8338/appbox_installer

@AnythingOldSkewl
Copy link

Ha, thats fun. And how about seedbucket bundle from seedboxes.cc? )

seedboxes.cc is terrible my account is suspended on there for no reason and before that plex seedbucket, jacket and was unreachable for 3 days and no one is answering tickets

It's really difficult to find a good seedbox. It appears that they're very rare these days. They can be just as f**ked up as some of the trackers we use. In fact, I often wondered that some of these seedboxes probably own some of the rude trackers we're a member of.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment