Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.
/ acserver Public archive

a minimal implementation of a server to host App Container Images (archived, see https://github.com/rkt/rkt/issues/4024)

License

Notifications You must be signed in to change notification settings

appc/acserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eb43341 · Aug 22, 2017

History

50 Commits
Dec 1, 2016
Nov 29, 2016
Nov 10, 2016
Dec 1, 2016
Nov 5, 2016
Jun 16, 2016
Oct 7, 2015
Dec 1, 2016
Aug 22, 2017
Dec 1, 2016
Dec 1, 2016
Dec 1, 2016
Dec 1, 2016
Feb 10, 2017
Feb 10, 2017
Nov 11, 2016
Nov 11, 2016

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