Tim Panajott
Tim Panajott
I suggest we start tracking this in issue #239 as that seems more appropriate but to give an answer to your suggestion @oleyek, this is basically implemented and somewhat ready...
My beautiful thoughts on this topic:  The predefined values on the left would be up to the user to choose.
Hi and thank you for your interest in the project. I myself don't use unraid but perhaps @sebastienvermeille could help you? Do you have any logs?
Those errors are normal on first start. I can't really see anything wrong there. It should say something about starting Django or uwsgi?
I myself have during development received the "502 Bad Gateway" which usually refers to the Django-part of the application not starting but Nginx is running. We would need the full...
> I too get 502 error. Fresh install with this docker compose: > > ``` > nspanelmanager: > image: nspanelmanager/nspanelmanager-amd64 > container_name: nspanelmanager > volumes: > - /mnt/usb_1/Docker/NSPanelManager:/data/ > environment:...
> > It seems that it tried to set a setting in the database before the DB was created. Have you tried restarting the container? This should only be an...
> I have the same problem. The application was already installed once and worked. After deleting the application and reinstalling it, I had this problem (502). Are there perhaps temporary...
> Content of directory: > > ``` > root@docker-server:/mnt/usb_1/Docker/NSPanelManager# ll > total 236 > drwxr-xr-x 2 root root 4096 Feb 28 10:57 ./ > drwxrwxrwx 97 root root 4096 Feb...
> Executing curl 127.0.0.1:8000 inside container I get a lot of HTML code. So that works. What else can I try to debug this? Hmm, really strange. That would mean...