DefectDojo / godojo

Golang installer for DefectDojo
GNU General Public License v3.0
23 stars 22 forks source link

Static content don't load with use default dojoConfig.yml #77

Open NeilOconner opened 1 year ago

NeilOconner commented 1 year ago

I tried to install DefectDojo (2.25.0) with godojo (1.2.0) in a VM (Ubuntu Mate 22.04.1). finish the install I used a dojo-start script to start application, and after load a notice that static content like images, js files didn't load.

imagen

After check de code and configuration I found that if I set Whitenoise as true in dojoConfig.yml and install again, the static content load correctly.

imagen

Can I suggest that default value of Whitenoise in dojoConfig.yml can be true to mantein all content from the app in the same host.