Sign inSign up

traktion/sn_httpd

By traktion

Updated over 1 year ago

sn_httpd is a HTTP service which serves data from Autonomi over conventional HTTP connections.

Image
Networking
Web servers
1

725

traktion/sn_httpd repository overview

(DEPRECATED - Replaced by traktion/anttp)

Overview

sn_httpd is a HTTP wrapper around the Autonomi client library. It can be run as a local or remote instance and can function as a regular HTTP server or a proxy.

More details here: https://github.com/traktion/sn_httpd

Configuration

You can either pull the latest image from Docker Hub:

docker pull traktion/sn_httpd:latest

Or build your own:

docker build -t traktion/sn_httpd .

Then run using (with defaults):

docker run -p 0.0.0.0:8080:8080 traktion/sn_httpd

Or run using with custom parameters:

docker run -p 0.0.0.0:8080:8080 traktion/sn_httpd https://sn-testnet.s3.eu-west-2.amazonaws.com/network-contacts 6d70bf50aec7ebb0f1b9ff5a98e2be2f9deb2017515a28d6aea0c6f80a9f44dda43d61a01fd64bc32265b41842ad4c8ef51b22748de068f550e39ebf88495a3e99c4481019d10ad513d0157fb2e679b3

Tag summary

Content type

Image

Digest

sha256:e4263869e

Size

29.1 MB

Last updated

over 1 year ago

docker pull traktion/sn_httpd