Fresh installation on Ubuntu 24.04 LTS dont work #19969
Replies: 1 comment
-
Forget about it, i switch to 22.04. Easier way :) and it worked without any issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all
im new in the netbox world. I installed its with the official document and having some trouble to access the the application with the browser. Im using Gunicorn with apache2. With the command python3 manage.py runserver 0.0.0.0:8000 --insecure im able to access it. Allready tried only with Port 80 or 443. Installed it with nginx. Modified the conf file "ALLOWED_HOST" with different entrys. I use a self signed certificate from the server itself. Dont need to access it outside the network.
If i access it with curl -k on the host itself it looks like i can access the front page from netbox.
Did no find any good solution, just some guys installed it on 22.04 again. But for other people seems it working. Maybe someone have a clue what it can be. I dont want to use the Docker Version, because i dont have alot of experience with Docker, im sys adm of windows enviroment.
Here is the output of my configs, i keep the standart as it is from the git version.
configuration.py
apache2 conf file
Beta Was this translation helpful? Give feedback.
All reactions