grundstein proxy server
- serves 404 page if services are down.
- serves 50+ error pages if services error.
publicly proxies various services:
- gss static service - serves bigger static files via cdn instead of gms
- grs redirects http to https as well as www.domain.name to domain.name
- gas WIP api service - serves apis for all hosted magic pages.
- ghs WIP health service - serves health status pages for all hosted pages
- gul WIP universal logger - serves logs for all hosted pages, both via rest api and static html.
- ...
npm i -g @grundstein/gps
// show full help
gps --help
// run full gps service on https://127.0.0.1:4343
gps
// serve on specific host and port
gps --host grundstein.it --port 443
first release
update dependencies
update @grundstein/commons to make sure createSecureContext works
update dependencies
update dependencies
@grundstein/gas apis can now be proxied on either subdomains or subdirectories, or both. the --api-root cli flag can be used to denote the subdirectory to host the api on
...