Skip to content

How can I setup custom html? #227

Answered by AnandChowdhary
ririko5834 asked this question in Q&A
Discussion options

You must be logged in to vote

I've added support for custom HTML and custom meta tags in upptime/status-page@v1.9.0:

status-website:
  metaTags:
    - name: "color-scheme"
      content: "dark light"
    - name: "robots"
      content: "noindex"
  customHeadHtml: "<!-- any custom HTML to append in <head> -->"
  customBodyHtml: "<!-- any custom HTML to append at the top of <body> -->"

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ririko5834
Comment options

@AnandChowdhary
Comment options

@ririko5834
Comment options

Answer selected by AnandChowdhary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants