GithubHelp home page GithubHelp logo

alexxnica / acserver Goto Github PK

View Code? Open in Web Editor NEW

This project forked from appc/acserver

0.0 0.0 0.0 415 KB

a minimal implementation of a server to host App Container Images

License: Apache License 2.0

Go 66.24% Shell 26.87% HTML 6.89%

acserver's Introduction

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

acserver's People

Contributors

crackcomm avatar ericchiang avatar jonboulle avatar n0rad avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.