Unofficial mobile PWA for Ombi
Note This is only a frontend for the Ombi app. We are not able to access your data in any way.
by @marvinvr
- Open the URL https://ombi-mobile.marvinvr.dev in Safari on iOS
- Tap the
share
icon on the bottom UI in Safari - Click
Add to Home Screen
- Open the URL https://ombi-mobile.marvinvr.dev in Chrome on Android
- Tap
Add to home screen
- Follow the onscreen instructions to install
Enter the following credentials on the configuration page in the app
URL
- The URL to your ombi instance (format:https://my.ombi-url.io
without trailing slash)Username
- Your Ombi user emailPassword
- Your Ombi user password
npm install -g @ionic/cli
git clone https://github.com/marvinvr/ombi-mobile
npm install
ionic serve
Pull the official Docker image here https://hub.docker.com/r/marvinvr/ombi-mobile
- HTTP Port
3000
A predefined host can be set in one of two ways:
#### Docker environment variable
If you are using the Docker image, you can set the environment variable PREDEFINED_HOST
to your Ombi URL (including (https | http)://). This will automatically set the host for your users.
If you are running the app from source, you can set the host by creating the file 'src/assets/settings/predefined-host.txt' and adding your Ombi URL (including (https | http)://) to it. There is an example file in the same directory.