Skip to content

isabella232/webconsole-images

 
 

Repository files navigation

webconsole-images

License: MPL 2.0 Build Status

Web console for image management.

Table of Contents

Setup

Run ./setup.sh to generate the local .env file for use with Docker.

Install

The service can be installed and started on Triton using:

triton-compose up -d

or locally with

docker-compose -f local-compose.yml up -d

Running Without Docker

The hapi server can be run outside of Docker by creating an environment variable configuration file and preloading it.

node -r ./.env.js index.js

Notes

This service will attempt to provision images in Triton. Developers may need to have the provisioning limits increased on their account.

About

Images webconsole

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 60.3%
  • Shell 39.7%