
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
fh-ditch-alpha
Advanced tools
The Ditch Server is a FeedHenry API Service which allows access to a storage system for apps. The system initially provides basic CRUD functionally. Each app, will only have access to it's own database, and will specify which collection to operate upon. The data will be stored in a MongoDB database
Messaging currently relies on the following being installed on a host:
node.js
npm (the Node Package Manager)
Ditch also relies on access to a Mongo Database running either locally or remotely.
Ditch is deployed using npm. The Ditch Package (fh-ditch-.tar.gz) can be installed via npm, either by copying the package to the local host or installing over http.
To install (on ubuntu):
sudo npm install fh-ditch-.tar.gz
The necessary node dependency modules are also installed automatically.
You can upgrade an existing intallation with the same command.
To run the Message Server you must pass a config file on the command line. For a sample configuration file, see 'dev.json' in the config directory.
E.g: fh-ditch /etc/feedhenry/fh-ditch/conf.json
Create a file called 'fh-ditch.conf' in the /etc/init directory, and put in the following:
pre-start script
mkdir -p /var/log/feedhenry/fh-ditch/
end script
description "FeedHenry Ditch Server"
author "FeedHenry Ltd"
start on (local-filesystems and net-device-up IFACE=eth0)
stop on shutdown
respawn
exec sudo fh-ditch /etc/feedhenry/fh-ditch/conf.json >> /log/feedhenry/fh-ditch/fh-ditch.log 2>&1
The fh-ditch server can then be started/stopped with sudo start fh-ditch sudo stop fh-ditch
Documentation of the API of the Ditch Server is located in the doc/api.txt file.
FAQs
FeedHenry Ditch Server
We found that fh-ditch-alpha demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.