Skip to content

fjimenezone/webapp-color

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webapp Color

Description

This is a Flask webapp that displays the name of the Kubernetes pod that it runs on. The web page background supports several colors in order to make them stand out, easily.

Colors

A color can be specified in two ways: as a command line argument with the --color parameter or as the environment variable APP_COLOR.

The --color parameter precedes the environment variable APP_COLOR.

By default, the app will run choosing one of the supported colors, at random, if none is given.

The following list of colors are supported

VAR COLOR
blue #2980b9
blue2 #30336b
darkblue #130f40
green #16a085
pink #be2edd
red #e74c3c
yellow #fff380

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.8%
  • HTML 14.1%
  • Dockerfile 4.1%