Commit Graph

7 Commits (596cd9264442212952a6140f0ced8ef4440cf1a8)

Author SHA1 Message Date
mg ae3d82026e Removed extrenuous .bak files, ensured newline at the end of files, and changed thrimbletrimmer to be separate from services.
mg e49ec90d3e UI Improvements
mg 683eb7073c Improvements to Dashboard page, adding filters.
mg aed2a77a88 Initial merge of Thrimbletrimmer proper into repo.
mg 0cca85b4aa Starting thrimbletrimmer integration.
Mike Lang 3fa3c73d0e Fix nginx when some services are disabled
nginx tries to resolve everything at startup, which doesn't work
if some of the services aren't present.

we instead generate the config file from a passed in env var, so that only
enabled services are present.
Mike Lang 63eb324ba5 Add nginx service that provides a frontend to all the other services
This allows us to run all the different services and expose all their metrics,
all on one port.