Commit graph

9 commits

Author SHA1 Message Date
Bendodroid baf73f33e7
Make the signal handler work properly 2023-11-10 04:01:46 +01:00
Bendodroid 8a1cf0456a
First working? version with persistent state 2023-11-10 03:24:12 +01:00
Bendodroid 4b41acfa7b
Major Refactoring
- Move components to separate packages
- Fix HTTP header for 401 response
- Add documentation
2023-11-09 22:30:03 +01:00
Bendodroid 8fa840cd8c
Set Access-Control-Allow-Origin header to * for OK response
Fixes #5
2023-11-09 21:50:33 +01:00
Bendodroid da448e5be3
Set Content-Type header to application/json
Fixes #1
2023-11-05 18:11:29 +01:00
Bendodroid 1a9922d5f1
Change initial SpaceAPI response source
- The environment variable is now called SPACE_API_JSON_TEMPLATE_PATH
- It is now the path to a file with the initial values, not the JSON itself
- Updated README.md accordingly
2023-11-04 23:31:24 +01:00
Bendodroid 930e81bd7f
Improve log messages 2023-11-04 22:30:52 +01:00
Bendodroid 26a9cf4911
Actually set the response status correctly
Reading the docs helps.
2023-11-04 22:30:39 +01:00
Bendodroid be29af436f
Initial commit 2023-11-04 21:07:27 +01:00