0.12.11 • Published 3 years ago

api-service-pages v0.12.11

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Server-side Renderer

The Chassis loads it's config from ./config/default.yaml

The "openapi@" directive then causes chassis to load ./docs/swagger.yaml

The Chassis when boots an API using a combination of a custom plugin, built-in features and a remote service via the proxy.

Custom config

host: process.env.KEYCLOAK_HOST
realm: process.env.KEYCLOAK_REALM
clientID: process.env.KEYCLOAK_CLIENT_ID
clientSecret: process.env.KEYCLOAK_CLIENT_SECRET
callbackURL: process.env.KEYCLOAK_CALLBACK

Start the Pages Service

docker build . -t api-service-pages
docker login -u jenkins-pusher -p $DOCKER_PASS docker-push.perci-io.net
docker tag api-service-pages docker-push.perci-io.net/api-service-pages
docker push docker-push.perci-io.net/api-service-pages

Start the MongoDB

docker run -p 27017:27017 -d mongo:latest
docker run -it -p 5101:5101 --network host api-service-pages:latest
0.12.11

3 years ago

0.12.8

3 years ago

0.12.7

3 years ago

0.12.4

3 years ago

0.12.5

3 years ago

0.12.6

3 years ago

0.12.3

3 years ago

0.12.2

3 years ago

0.12.1

3 years ago

0.11.6

3 years ago

0.11.5

3 years ago

0.11.4

3 years ago

0.11.2

3 years ago

0.11.1

4 years ago

0.10.1

4 years ago

0.9.18

4 years ago

0.9.19

4 years ago

0.9.17

4 years ago

0.9.16

4 years ago

0.9.15

4 years ago

0.9.13

4 years ago

0.9.10

4 years ago

0.9.7

4 years ago

0.9.4

4 years ago

0.9.3

4 years ago

0.9.1

4 years ago

0.8.2

4 years ago

0.8.1

4 years ago

0.7.2

5 years ago