Giter VIP home page Giter VIP logo

Comments (6)

xman0980 avatar xman0980 commented on August 19, 2024 1

Okay, so I got it to work in my QB. Took some trial and error, but I got it working.

Install Ombi v2 thru QB like normal.

Go to the ombi dir, and delete everything inside it.

extract the v3 files into the folder.

chmod +x Ombi

./Ombi

then do the config inside ombi. Make sure in the base URL, you type in /ombi even though it looks like its entered, its not. you have to manually type it.

I was only able to get it to work on port 5000, so this is where some editing needs to happen.

Edit /etc/systemd/system ombi.service

Description=Systemd script to run Ombi as a service
After=network-online.target

[Service]
User=yourusername
Group=yourusername
ExecStart=/opt/ombi/Ombi
WorkingDirectory=/opt/ombi/
TimeoutStopSec=30
Restart=on-failure
RestartSec=5

[Install]
WantedBy=multi-user.target

Edit /etc/apache2/sites-enabled/ ombi.conf

<Location /ombi>
ProxyPass http://localhost:5000/ombi
ProxyPassReverse http://localhost:5000/ombi
Require all granted

Should get you rocking and rolling.

from qb.

stevendkwtz avatar stevendkwtz commented on August 19, 2024 1

I can confirm this happens on https://YOURIP/ombi as well. I fixed by following the Ombi Reverse Proxy Examples

Edit /etc/apache2/sites-enabled/ ombi.conf

<Location /ombi>
    Allow from 0.0.0.0 
    ProxyPass "http://127.0.0.1:5000/ombi" connectiontimeout=5 timeout=30 keepalive=on 
    ProxyPassReverse "http://127.0.0.1:5000/ombi" 
  </Location>
    RewriteEngine on 
    RewriteRule ^/ombi$ https://mywebsite.com/ombi/ [R=301,L] 
    RewriteCond %{HTTP_REFERER} "https://mywebsite.com/ombi/" 
    RewriteCond %{REQUEST_URI} !^/ombi 
    RewriteRule ^(.*)$ /ombi$1 [R=301,L]

from qb.

OrgoSteph avatar OrgoSteph commented on August 19, 2024

Hey @JMSDOnline ,

Thanks for posting a commit for this. I updated my quickbox, and reinstalled Ombi. It seems to be sitting at "Loading..." and nothing else happens. Tried restarting the service with no success. Thought I would give you my input. If you need anything else just ask !

Thanks!

from qb.

JMSDOnline avatar JMSDOnline commented on August 19, 2024

@OrgoSteph, thanks for the feedback. I'll do a quick test of this and let you know the results.

Ok, for now a workaround is to go through the Ombi Wizard (@ http://YOURIP:5000) and add the base path manually as /ombi. After you restart Ombi, you should be able to access it via https://YOURIP/ombi

from qb.

xman0980 avatar xman0980 commented on August 19, 2024

I'm having the same issue. I had this problem when I was trying to get it working before, and I can't remember what I had to do to make it work.

Also if I try to go to https://YOURIP/ombi it wants Authentication. Not Ombi login auth. it looks like htaccess login. No matter what username pass combo I use, I cant get passed it.

from qb.

JMSDOnline avatar JMSDOnline commented on August 19, 2024

Update:

It looks as if this is only happening on sub.domain.com installations. Anyone with a toplevel.domain is not having errors with the reverse proxy. I don't think IP are affected either.


Bumping this.

One thing https://YOURIP/ombi this is a known issue that we're experiencing with recent versions of Ombi. It looks like it has changed and now we are in need of figuring out a proper reverse. You can still access it via http://<SERVERIP>:5000/ombi, however, I know this isn't ideal, and it doesn't sit well with me either.

You can run the upgradeOmbi command once more. I noticed that there was an issue in this version wherein the Wizard needed to be ran twice. Once on installation of Ombi, then once more by manually typing in https://<SERVERIP>/ombi/Wizard. No clue why. 😕

I'm hoping to send out a note to @tidusjar asking if he knows anything about this issue. I know his strong suit isn't apache (his words, not mine 😜 )

from qb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.