vbkunin / itop-docker

Combodo iTop docker image
https://hub.docker.com/r/vbkunin/itop/
MIT License
92 stars 51 forks source link

Running on Synology #33

Closed Vmax-conseils closed 2 years ago

Vmax-conseils commented 2 years ago

Hi,

I know it's specific but i'll try..

I tried to run your docker image on docker/synology, started the wizard, all good, but at least during installation (40%) i obtain an error 405 (screenshot) itop

Do you have any idea for solve it ?

vbkunin commented 2 years ago

Hi, During the installation process, the wizard executes http requests to the backend to check the current percentage of completion. I suppose you nginx proxy server doesn't like some of these requests for some reason ("405 Method not allowed" error indicates to it).

  1. Check your browser console to find a problem request and its parameters (method, path etc).
  2. Check your nginx logs and config to figure out how the request handling and proxying is performed.
  3. Try to googling "synology nginx 405 not allowed", knowing the problem request params.

Unfortunately I've never worked Synology)