Commit graph

11 commits

Author SHA1 Message Date
Karol Sójko
dc71e6777f
feat: home-server package initial setup with Api Gateway and Auth services (#605)
* fix(api-gateway): reduce exports

* wip controllers

* fix: imports of controllers

* fix(api-gateway): rename http service interface to proxy interface

* wip: self-registering services and controllers

* wip: add registering controller method bindings and services in container

* feat: merge two services together

* wip: resolving endpoints to direct code calls

* wip: bind controller container to a singleton

* fix: controller binding to instantiate and self-register on controller container

* fix: move signout endpoint to auth controller

* wip: define inversify controllers in the controller container

* fix(auth): bind inversify controllers to controller container

* fix(auth): linter issues

* fix(auth): specs

* fix(auth): inversify controllers bindings

* wip: endpoint resolving

* wip: add endpoint for more auth controllers

* wip: add sessions controller endpoint resolvings

* wip: add subscription invites endpoint resolvings

* wip: add subscription tokens endpoint resolvings

* wip: add all binding for auth server controllers

* wip: fix migrations path

* fix: configure default env vars and ci setup
2023-05-16 11:38:56 +02:00
Karol Sójko
b9603240d0
chore: fix the db_type with default value of mysql 2023-05-09 11:41:50 +02:00
Karol Sójko
eaab23ec19
fix: persistent server keys between updates - fixes #476 (#481)
* fix: persistent server keys between updates - fixes #476

* fix: env vars for ci
2023-03-16 11:02:16 +01:00
Karol Sójko
e97b16606c
chore: fix db migrations path in self hosting setup 2023-02-16 13:26:51 +01:00
Karol Sójko
d0c44d1376
chore: add example local setup 2023-02-07 14:12:29 +01:00
Karol Sójko
2313b0b450
fix: eof empty line 2023-02-06 14:51:18 +01:00
Karol Sójko
5aa561dcb2
add localstack 2023-02-06 13:35:58 +01:00
Karol Sójko
51bb1081a6
files setup 2023-02-06 07:33:16 +01:00
Karol Sójko
bfdb176445
running auth setup 2023-02-06 06:52:11 +01:00
Karol Sójko
42233fa756
auth & auth-worker wip 2023-02-03 17:44:30 +01:00
Karol Sójko
ff09ae0a47
fix: newrelic deps and setup db and cache for local development purposes 2022-06-24 15:18:41 +02:00