Ombi is a popular open source media request and self-hosted platform. Here is a simple step-by-step guide on how to install Ombi on your Windows 11 machine using Docker.
Open PowerShell in Windows 11.
Run the following command to pull the latest Ombi image:
docker pull linuxserver/ombi
docker create \
--name=ombi \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=America/New_York \
-e UMASK_SET=022 \
-e WEBUI_PORT=3579 \
-p 3579:3579 \
-v /path/to/appdata/config:/config \
-v /path/to/downloads:/downloads \
--restart unless-stopped \
linuxserver/ombi
Notes:
/path/to/appdata/config
with the directory path where you want to store your Ombi configuration files./path/to/downloads
with the directory where you want to store your media downloads.docker start ombi
docker ps -a
http://{yourserverip}:3579
Notes:
{yourserverip}
with the IP address of your Windows 11 machine.You should now see the Ombi login page. Create a new account and log in.
Follow the on-screen instructions to configure Ombi to your liking.
Congratulations! You have successfully installed Ombi on your Windows 11 machine using Docker.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!