Bug 14448 - Hypnotoad and Nginx config for REST API
Summary: Hypnotoad and Nginx config for REST API
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Web services (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 13799
Blocks: 14747
  Show dependency treegraph
 
Reported: 2015-06-24 08:32 UTC by Julian Maurice
Modified: 2022-08-22 01:16 UTC (History)
4 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 14448 - Set up logging and configuration file reading for Mojolicious. (4.37 KB, patch)
2015-06-24 08:33 UTC, Julian Maurice
Details | Diff | Splinter Review
Bug 14448 - Adding the REST API as a Hypnotoad service, koha-api-daemon. (4.80 KB, patch)
2015-06-24 08:33 UTC, Julian Maurice
Details | Diff | Splinter Review
Bug 14448 - Nginx reverse proxy config baseline for Koha REST API. Tweaking needed to work with makefile. (3.34 KB, patch)
2015-06-24 08:34 UTC, Julian Maurice
Details | Diff | Splinter Review
Bug 14448 - Adding the REST API as a Hypnotoad service, koha-api-daemon. (5.06 KB, patch)
2015-07-24 14:09 UTC, Olli-Antti Kivilahti
Details | Diff | Splinter Review
Bug 14448 - Nginx reverse proxy config baseline for Koha REST API. Tweaking needed to work with makefile. (3.32 KB, patch)
2015-07-24 14:10 UTC, Olli-Antti Kivilahti
Details | Diff | Splinter Review
Bug 14448 - Adding the REST API as a Hypnotoad service, koha-api-daemon. (5.06 KB, patch)
2015-08-04 07:58 UTC, Olli-Antti Kivilahti
Details | Diff | Splinter Review
Bug 14448 - Nginx reverse proxy config baseline for Koha REST API. Tweaking needed to work with makefile. (3.32 KB, patch)
2015-08-04 07:58 UTC, Olli-Antti Kivilahti
Details | Diff | Splinter Review
Bug 14448 - Adding the REST API as a Hypnotoad service, koha-api-daemon. (5.06 KB, patch)
2015-08-17 12:16 UTC, Olli-Antti Kivilahti
Details | Diff | Splinter Review
Bug 14448 - Nginx reverse proxy config baseline for Koha REST API. Tweaking needed to work with makefile. (3.32 KB, patch)
2015-08-17 12:17 UTC, Olli-Antti Kivilahti
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Julian Maurice 2015-06-24 08:32:29 UTC

    
Comment 1 Julian Maurice 2015-06-24 08:33:57 UTC Comment hidden (obsolete)
Comment 2 Julian Maurice 2015-06-24 08:33:59 UTC Comment hidden (obsolete)
Comment 3 Julian Maurice 2015-06-24 08:34:01 UTC Comment hidden (obsolete)
Comment 4 Olli-Antti Kivilahti 2015-07-24 14:09:46 UTC Comment hidden (obsolete)
Comment 5 Olli-Antti Kivilahti 2015-07-24 14:10:03 UTC Comment hidden (obsolete)
Comment 6 Olli-Antti Kivilahti 2015-08-04 07:58:14 UTC Comment hidden (obsolete)
Comment 7 Olli-Antti Kivilahti 2015-08-04 07:58:43 UTC Comment hidden (obsolete)
Comment 8 Olli-Antti Kivilahti 2015-08-17 12:16:59 UTC
Created attachment 41545 [details] [review]
Bug 14448 - Adding the REST API as a Hypnotoad service, koha-api-daemon.
Comment 9 Olli-Antti Kivilahti 2015-08-17 12:17:20 UTC
Created attachment 41546 [details] [review]
Bug 14448 - Nginx reverse proxy config baseline for Koha REST API. Tweaking needed to work with makefile.
Comment 10 Josef Moravec 2016-10-31 08:05:50 UTC
What is the status of this work?
Comment 11 Olli-Antti Kivilahti 2017-01-10 11:00:43 UTC
Hi!

I managed to get starman, the plack-server to do hot-reloads, so we might not be interested in maintaining Hypnotoad.

Community runs the REST API on starman and this is the most convenient thing to do.

I tried to get rid of Apache by running only starman behind haproxy, but starman couldn't beat apache2 in static content delivery so we still have apace2 around.

The less services we need to run Koha, the better.

So this feature is not maintained by us.