feat(ui): Implement Custom CSS configuration (#943)

* feat(ui): Implement Custom CSS configuration

* Update web/app/public/index.html
This commit is contained in:
TwiN
2024-12-26 23:08:16 -05:00
committed by GitHub
parent 78c9a1bd41
commit efbb739a44
7 changed files with 47 additions and 8 deletions

View File

@ -238,6 +238,7 @@ If you want to test it locally, see [Docker](#docker).
| `ui.buttons` | List of buttons to display below the header. | `[]` |
| `ui.buttons[].name` | Text to display on the button. | Required `""` |
| `ui.buttons[].link` | Link to open when the button is clicked. | Required `""` |
| `ui.custom-css` | Custom CSS | `""` |
| `maintenance` | [Maintenance configuration](#maintenance). | `{}` |
If you want more verbose logging, you may set the `GATUS_LOG_LEVEL` environment variable to `DEBUG`.