Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@grundstein/gps

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grundstein/gps

@grundstein/gps. grundstein proxy service, resolves hostnames to @grundstein/gss servers on the same machine

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
2
Created
Source

@grundstein/gps

grundstein proxy server

WIP. NOT FULLY AUTOMATED, TESTED AND BENCHMARKED YET!

features:

404/500 fallback

  • serves 404 page if services are down.
  • serves 50+ error pages if services error.

proxy

publicly proxies various services:

working:
  • 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
wip:
  • 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.
  • ...

installation

npm i -g @grundstein/gps

usage

// 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

changelog

v0.0.1

first release

v0.0.2

update dependencies

v0.0.3

update @grundstein/commons to make sure createSecureContext works

v0.0.4

update dependencies

v0.0.5

update dependencies

v0.0.6

@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

v0.0.7 - unreleased

...

Keywords

grundstein

FAQs

Package last updated on 15 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts