Commit graph

31 commits

Author SHA1 Message Date
6786def063 server: dockerfile: fix broken ENTRYPOINT from generated project
This cost me an entire afternoon. I don't know whose bright idea it
was to just slap all arguments into the ENTRYPOINT, but here we are.

ENTRYPOINT now just runs the `server` executable, while COMMAND is
used to pass arguments / flags to it. This is useful for e.g. passing
`--apply-migrations` for deployments.

Signed-off-by: Max R. Carrara <max@aequito.sh>
2025-08-16 18:48:34 +02:00
5b8b317e89 server: dockerfile: add todos for improvements
Signed-off-by: Max R. Carrara <max@aequito.sh>
2025-08-16 18:48:34 +02:00
tk
33c98019bb regenerate stream endpoints 2025-08-16 18:39:33 +02:00
tk
9de633feb9 merge frontend changes 2025-08-16 18:10:28 +02:00
mikes222
1ef6e06329 carousel implemented 2025-08-16 17:55:23 +02:00
tk
642dddaaa3 type quote stream 2025-08-16 17:18:01 +02:00
tk
8967b1698e move client instantiation into main 2025-08-16 17:13:49 +02:00
mikes222
35edff13ef A little polishing 2025-08-16 17:06:04 +02:00
tk
5f686b7b96 increase client timeout 2025-08-16 16:58:47 +02:00
tk
07870891da rm serverpod templates 2025-08-16 16:13:51 +02:00
fb8ba7e6d1 make: fix PHONY target declarations
Signed-off-by: Max R. Carrara <max@aequito.sh>
2025-08-16 16:12:06 +02:00
mikes222
c36081eddf Stub for creating and queriing from server implemented 2025-08-16 15:54:36 +02:00
tk
b427b44e4c rename android pkg, ignore client secrets 2025-08-16 15:47:46 +02:00
tk
707dfbd76c add sample http client call logic 2025-08-16 15:47:04 +02:00
aa20d32c27 server: make: add local-env target for convenience
Signed-off-by: Max R. Carrara <max@aequito.sh>
2025-08-16 15:26:02 +02:00
68e940986d readme: update readme
Signed-off-by: Max R. Carrara <max@aequito.sh>
2025-08-16 15:04:06 +02:00
2dd01b94a0 make: add top-level Makefile and defines.mk
Signed-off-by: Max R. Carrara <max@aequito.sh>
2025-08-16 14:51:57 +02:00
82fcb683ba make: add compose file and make targets for local dev container
Signed-off-by: Max R. Carrara <max@aequito.sh>
2025-08-16 14:51:57 +02:00
3684a0944e dockerfile: pin alpine image version to 3.22
Signed-off-by: Max R. Carrara <max@aequito.sh>
2025-08-16 14:51:57 +02:00
mikes222
4a7b426729 Location now working with map 2025-08-16 14:46:06 +02:00
tk
75724e4043 yield quote updates 2025-08-16 14:43:05 +02:00
tk
6f75132073 migrate db 2025-08-16 14:28:40 +02:00
tk
4ad511cc92 Merge branch 'develop' of https://github.com/timokz/flutter-vienna-hackathon-25 into develop 2025-08-16 14:16:40 +02:00
tk
ff8de67cbb define quote endpoint 2025-08-16 14:15:21 +02:00
tk
c952f17e30 add auth module 2025-08-16 14:04:53 +02:00
mikes222
b89bfd7bdc Input form created, location now working 2025-08-16 13:54:50 +02:00
mikes222
1f9af9183e Prepare for location-implementation 2025-08-16 13:09:22 +02:00
tk
6e78ac2665 introduce quote models 2025-08-16 13:08:10 +02:00
tk
6fd404fc88 rm env and redis 2025-08-16 12:06:10 +02:00
tk
89696dcd9b reinit as serverpod project 2025-08-16 11:58:34 +02:00
tk
3928227024 init app 2025-08-16 11:43:38 +02:00