Socket
Socket
Sign inDemoInstall

@flowtr/proxybyrd

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flowtr/proxybyrd

## Introduction


Version published
Maintainers
2
Created
Source

ProxyByrd

Introduction

This is a package inspired by nano-gateway but that has been rewritten in typescript with extra features. ProxyByrd lets you serve your websites with HTML and PHP (php coming soon), as well as proxy to other web servers.

Usage

Installation

# NPM
npm i -g @flowtr/proxybyrd
# Yarn
yarn global add @flowtr/proxybyrd
# PNPM
pnpm i -g @flowtr/proxybyrd

Run

You can run ProxyByrd with its CLI command, optionally specifying the config file path. It currently only supports yaml/yml but I plan on adding json5 and toml support.

proxybyrd -c config.yml

Example Configuration

http:
    port: 8080
auth: false
apiKey: "123456"
services:
    index:
        path: "/"
        to:
            type: "render"
            path: "test.html"

Issues

Let me know if you have any issues here.

Keywords

FAQs

Package last updated on 08 Jan 2021

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