mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-15 11:30:07 +00:00
chore revert some changes
This commit is contained in:
6
Makefile
6
Makefile
@@ -18,14 +18,14 @@ test:
|
|||||||
|
|
||||||
|
|
||||||
##########
|
##########
|
||||||
# podman #
|
# Docker #
|
||||||
##########
|
##########
|
||||||
|
|
||||||
docker-build:
|
docker-build:
|
||||||
podman build -t twinproduction/gatus:latest .
|
docker build -t twinproduction/gatus:latest .
|
||||||
|
|
||||||
docker-run:
|
docker-run:
|
||||||
podman run -p 8080:8080 --name gatus twinproduction/gatus:latest
|
docker run -p 8080:8080 --name gatus twinproduction/gatus:latest
|
||||||
|
|
||||||
docker-build-and-run: docker-build docker-run
|
docker-build-and-run: docker-build docker-run
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
defaultTitle = "Health Dashboard | Gatus"
|
defaultTitle = "Health Dashboard | Gatus"
|
||||||
defaultDescription = "Gatus is an advanced automated status page that lets you monitor your applications and configure alerts to notify you if there's an issue"
|
defaultDescription = "Gatus is an advanced automated status page that lets you monitor your applications and configure alerts to notify you if there's an issue"
|
||||||
defaultHeader = "Health StatusAAAA"
|
defaultHeader = "Health Status"
|
||||||
defaultLogo = ""
|
defaultLogo = ""
|
||||||
defaultLink = ""
|
defaultLink = ""
|
||||||
defaultCustomCSS = ""
|
defaultCustomCSS = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user