Commit Graph

12 Commits

Author SHA1 Message Date
zegkljan
63e79c657c API doc, removed -reinit-db option.
All checks were successful
continuous-integration/drone/push Build is passing
* Finished API documentation.
* Removed -reinit-db command line argument.

Fix #5
2023-06-11 17:41:26 +02:00
zegkljan
f168a5966b Readme, removed APK option.
All checks were successful
continuous-integration/drone/push Build is passing
* Added README. (Fix #5)
* Removed -apk option.
2023-06-10 17:27:59 +02:00
zegkljan
f9850c3264 Debug logging configuration.
* Accepts a -debug option which sets logging level to debug.
2022-09-27 21:56:28 +02:00
zegkljan
a5d98c2eb7 Resizing photos, db vacuuming.
* Incoming feature photos are resized and compressed to JPEG to the given dimensions and quality.
* Database is vacuumed during cleanup.
2022-09-11 19:40:52 +02:00
zegkljan
1cf44e3bfc build info
All checks were successful
continuous-integration/drone/push Build is passing
* API endpoint
* dockerfile adds commit hash and build time during build
2022-02-20 00:20:19 +01:00
zegkljan
e2aa0d1aea Dockerfile, settable port
* added Dockerfile
* server listenting port is configurable via CLI argument
2022-02-11 08:02:27 +01:00
zegkljan
859d9c93ed cosmetic change of CLI help message 2022-02-11 00:43:13 +01:00
zegkljan
08a203e4a6 dual offline/online, map info
* Server provides map info with zoom, default center and paths to both downloadable pack and tile url template.
2022-02-05 17:56:13 +01:00
zegkljan
7471c89143 db reinitialization flag 2022-01-30 10:37:35 +01:00
zegkljan
5deff38890 refactoring, support for storing feature photos
* errors put into separate package
* added table to store feature photos
* added API endpoints for serving photos
* POST /data extended to accept photos using a multipart/form-data body
2022-01-30 01:34:38 +01:00
zegkljan
862350b875 fix cmdline flags, fix initdb script
* Actually parse the command line flags.
* Remove CASCADE from drop table.
2022-01-28 00:37:22 +01:00
zegkljan
38318ca654 basic server
* basic untested implementation of server
* updating data not implemented yet
2022-01-28 00:29:06 +01:00