You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2024. It is now read-only.
i'm trying to run koha in docker. I'm using the letsencrypt-nginx-proxy-companion. I append the dockerfile
After starting docker and access the instance using a browser first i get
Sorry!
The Koha site you are trying to access is currently unavailable, probably because of maintenance. This is > not at all your fault, and we apologize for any inconvenience the downtime may cause you. Please check > back in a while. We hope to get things back up soon.
after a few settings i get
504 Gateway Time-out
The docker logs for koha give me:
koha | Use of uninitialized value $home in concatenation (.) or string at /etc/koha /plack.psgi line 54.
koha | Use of uninitialized value $home in concatenation (.) or string at /etc/koha/plack.psgi line 58.
koha | Use of uninitialized value $home in concatenation (.) or string at /etc/koha/plack.psgi line 74.
koha | Error while loading /etc/koha/plack.psgi: Cannot find current script '/api/v1/app.pl' at /usr/share/perl5/Mojo/Server.pm line 48.