Ombi is an open source content request platform. This will be the ‘head end' for your media network. Check out more at the on Ombi's website.
Server Specs | |
---|---|
CPU Cores | 2 |
Memory | 1GB |
Storage | 8GB |
OS | Debian 11 |
This installation guide is built for Debian 10.
1. Add the Ombi repository
echo "deb https://apt.ombi.app/develop jessie main" | tee /etc/apt/sources.list.d/ombi.list
2. Add the repository key
curl -sSL https://apt.ombi.app/pub.key | apt-key add -
3. Update the package list
apt update
4. Install Ombi
apt install ombi
5. Enable and start
systemctl enable ombi.service
systemctl start ombi.service
6. Navigate to Ombi's web interface on http://ombi-server-ip:5000
In the Ombi web interface, navigate to
***Incomplete
To move Ombi to a new/different server, move the Ombi databases, located in /etc/Ombi/
to the new server and restart Ombi. Make sure the directory and file permissions are the same across the old and new server.