https://github.com/essentialkaos/updown-badge-server
Service for generating badges for updown.io checks
https://github.com/essentialkaos/updown-badge-server
badge-generator updown-api updownio
Last synced: 9 months ago
JSON representation
Service for generating badges for updown.io checks
- Host: GitHub
- URL: https://github.com/essentialkaos/updown-badge-server
- Owner: essentialkaos
- License: apache-2.0
- Created: 2021-08-14T21:13:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T14:51:17.000Z (over 1 year ago)
- Last Synced: 2024-11-19T15:47:36.605Z (over 1 year ago)
- Topics: badge-generator, updown-api, updownio
- Language: Go
- Homepage: https://kaos.sh/updown-badge-server
- Size: 308 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Installation • Badges • Build Status • Contributing • License
`updown-badge-server` is a service for generating badges for [updown.io](https://updown.io) checks.
### Installation
#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo)
```bash
sudo dnf install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo dnf install updown-badge-server
```
### Badges
| Endpoint | Badges |
|-----------------------|--------|
| `/{token}/status.svg` |   |
| `/{token}/uptime.svg` |     |
| `/{token}/apdex.svg` |     |
### Build Status
| Branch | Status |
|--------|----------|
| `master` | [](https://kaos.sh/w/updown-badge-server/ci?query=branch:master) |
| `develop` | [](https://kaos.sh/w/updown-badge-server/ci?query=branch:develop) |
### Contributing
Before contributing to this project please read our [Contributing Guidelines](https://github.com/essentialkaos/contributing-guidelines#contributing-guidelines).
### License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)