Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

appc/acserver

Repository files navigation

acserver - App Container Server

acserver is a minimal implementation for a web server that supports having ACIs pushed to it, and serving those ACIs to clients via meta discovery.

Configuration file

Configuration file is optional, acserver will use all default attributes if not provided

api:
  serverName:           # if not provided, use dns of http requests
  port: 3000
  https: false
  username:             # disable basic auth security if not provided
  password:
storage:
  rootPath:             # where to store acis
  unsigned: true        # support unsigned acis
  allowOverride: true   # allow overriding aci that already exists in store

public key

public key file must be placed in storage root directory with name pubkeys.gpg