I set up a private OBS server using the iso image provided by openSUSE on this page:
The sever is configured to have fixed adress 192.168.0.9 and the webpage is available by the browser
Then I set up a project as a public project (let’s name it MYPROJECT) and some packages in it. The packages are building as expected but when I try to download RPMs I get some problems.
- when I try to access download repository from MYPROJECT main page by clicking a disribution name (e.g. openSUSE_Tumbleweed) in Nuild results table I get a Repository status page. It contains “Go to download repository” link pointing to https://192.168.0.9/MYPROJECT/openSUSE_Tumbleweed but nothing is here (404 not found)
- When I try to download a built RPM from package webpage via Build results I get a page containing a list of RPMs built for the distribution with “Download” links for each, as expected, but each link points to https://localhost/build/MYPROJECT/… and not to https://192.168.0.9/build/MYPROJECT/… , where the RPM really is.
Is something misconfigured?
How to fix the problem?