slub / ocrd_manager

frontend for ocrd_controller and adapter towards ocrd_kitodo
MIT License
10 stars 3 forks source link

add ocrd_browser as first version of ocrd_monitor #17

Closed bertsky closed 2 years ago

bertsky commented 2 years ago

...based on https://github.com/hnesk/browse-ocrd/pull/45

I would assume that it should also work to have the monitor in its own virtual host (e.g. when controlled via kitodo_production_ocrd docker-compose), because all servers bind to 0.0.0.0 and the Python webserver on 8080 just delegates to 8085 on the same host – but let's test!

markusweigelt commented 2 years ago

Ok that can be a problem with kitodo with this solution. When we use flask than default port will be 5000 but we can also change default ports of applications.

bertsky commented 2 years ago

Ah, right! I'll adapt the monitor web port to 5000 in my PR to kitodo_production_ocrd.