pyunraid
A Python 3 module ton control Unraid servers
from pyunraid import Unraid
# Create Unraid server object
unraid = Unraid('192.168.1.4', 'root', 'your-secure-password')
# Get all Docker containers
containers = unraid.containers()Get started
1
Install using pip
To install, open your command line and pop in the following: pip install pyunraid.
2
Start using
To start using, look at the example above or look at the documentation.
Documentation
You can read the full, auto-generated documentation here.