appbox_installer
appbox_installer copied to clipboard
Appbox installer for radarr, sonarr, sickchill, jackett, couchpotato, nzbget, sabnzbdplus, ombi, lidarr, organizr, nzbhydra2, bazarr, flexget, filebot, synclounge, medusa, lazylibrarian, pyload, ngpos...
NO LONGER MAINTAINED
This installer is no longer being maintained, please see the new method for installing apps here: https://github.com/coder8338/appbox_swizzin_installer
New version
This is the new version for Ubuntu 20.04. If you want the installer for Ubuntu 18.04 click here
Appbox Installer for Ubuntu 20.04
Appbox installer for radarr, sonarr, sickchill, jackett, couchpotato, nzbget, sabnzbdplus, ombi, lidarr, organizr, nzbhydra2, bazarr, flexget, filebot, synclounge, medusa, lazylibrarian, pyload, ngpost, komga, ombi v4, readarr, overseerr, requestrr, updatetool, flood, tautulli, unpackerr, mylar, flaresolverr.
How to run
-
Install the Ubuntu 20.04 app
-
Connect to your Ubuntu either through SSH or by the No VNC WebUI (and clicking the "Applications" menu, then "Terminal Emulator")
-
Enter the following
sudo bash -c "bash <(curl -Ls https://raw.githubusercontent.com/coder8338/appbox_installer/Ubuntu-20.04/appbox_installer.sh)"
How to manage services
To stop a service:
sudo s6-svc -d /run/s6/services/<service name>/
To start a service:
sudo s6-svc -u /run/s6/services/<service name>/
To restart a service:
sudo s6-svc -r /run/s6/services/<service name>/
For example, to stop radarr you would run:
sudo s6-svc -d /run/s6/services/radarr/
How to view log files
The log for each service is found in /var/log/appbox/ the format is: /var/log/appbox/<service name>/current
For example, if you wanted to view the log file for radarr you would run:
cat /var/log/appbox/radarr/current
FAQs
Q: I want auto moving from my torrent client to anywhere using Radarr/Sonarr
A: You'll need to mirror the torrent client's directories using:
sudo ln -s /APPBOX_DATA/apps/<TORRENT CLIENT>.<YOUR APPBOX NAME>.appboxes.co/torrents/ /torrents
sudo ln -s /APPBOX_DATA/apps/ /torrents/home/apps
sudo ln -s /APPBOX_DATA/storage/ /torrents/home/storage