New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

buhoi

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buhoi

Because drunk people can create web apps too.

  • 3.19.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
162
increased by170%
Maintainers
1
Weekly downloads
 
Created
Source

buhoi

Because drunk people can create web apps too.

Build Status Coverage Status

Buhoi is an application server allowing you to write robust full-featured web-applications (with background tasks support) within tight timeframes.

logo

env

namerequiredpurposeformatexample
BUHOI_CERTS_PATHproductionspecifies path to directory with ssl certificates, make sure you have dhparams there (openssl dhparam -out dhparam.pem 4096)/dir/var/lib/letsencrypt/my.site.com
BUHOI_PORTSnooverrides web server ports (to listen on 80, 443 you need to setcap 'cap_net_bind_service=+ep' /path/to/node)http;https3000;3001
BUHOI_PGnoPostgreSQL connection stringif provided, then knex instance will be created and exposedpostgres://user:password@host:port/db
BUHOI_PG_POOLnosize of connection pool for PostgreSQLinteger100
BUHOI_MQnoRabbitMQ connection stringif provided, mqu instance will be created and exposedamqp://user:password@host:port/vhost
BUHOI_REDISnoif provided, caching will be enabledredis://host
BUHOI_AUTH_CACHE_DURATIONnoRPC authentication cache durationtime in human readable format1 minute
BUHOI_MAX_INPUT_SIZEnomax size of RPC requestsize10mb
BUHOI_SLACKnoslack token and channel to post error messagestoken;channel;iconxoxb-...;alerts;:hideyourpain:
BUHOI_LOGSTASHnologstash UDP socket to send each log messageudp://ip:portudp://192.168.1.10:5000

FAQs

Package last updated on 03 Nov 2023

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