Skip to content

oncokb/oncokb-outage-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OncoKB Outage Page Generator

Go CLI that generates a single self-contained index.html outage page.

  • OncoKB logo SVG is embedded directly into HTML.
  • Source styles live in styles.css and are inlined into HTML.

Important

The generated output is fully standalone. Serve only index.html during an outage.

Requirements

  • Go 1.22+

Usage

./run.sh

Important

After running, you only need to deploy/serve index.html.

Direct CLI

GOCACHE=/tmp/gocache go run . -o index.html

Optional:

  • -logo path to the SVG logo file to embed (default: oncokb.svg)
  • -css path to the CSS file to inline (default: styles.css)
  • -o output HTML file path

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors