Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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

  • 0.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
2
Weekly downloads
 
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc