Skip to content

rickjacobo/certmon-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certmon-dashboard

A simple web dashboard for Certmon.

Requirements

  • Container Platform
    • running rickjacobo/certmon
  • MySql Database

Setup

Docker Example

  • Run Docker Command
docker run -d -e ENV_SQL_HOSTNAME="<hostname>" -e ENV_SQL_USERNAME="<username>" -e ENV_SQL_PASSWORD="<password>" -e ENV_SQL_DATABASE="<database>" -e ENV_SQL_TABLE="<table>" --name certmon-dashboard -p 80:80 rickjacobo/certmon-dashboard

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published