This is the new version for Ubuntu 20.04. If you want the installer for Ubuntu 18.04 click here
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.
-
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)"
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/
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
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