Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@philips-software/backstage-plugin-upptime-backend
Advanced tools
Welcome to the upptime-backend backend plugin!
This plugin needs to be added to an existing backstage instance.
# From your Backstage root directory
yarn add --cwd packages/backend @philips-software/backstage-plugin-upptime-backend
You can then add the follwoing to your backend configuration in backend/src/index.ts
:
backend.add(import('@philips-software/backstage-plugin-upptime-backend'));
This plugin allows configuration of either a single or multiple global Upptime repository instances and annotating entities with the instance name. This instance name in the entities is optional, if not provided the default instance in configuration will be used. That allow to keep configuration from before multiple instances capability to keep working without changes.
Config
upptime:
locations:
default:
url: https://github.com/upptime/upptime/
Catalog file
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage
annotations:
upptime.js.org/key: YOUR_PROJECT_KEY
The following will look for status at https://github.com/your-otg/status/
for
the project of key specialProject
.
Config
upptime:
instances:
default:
url: https://github.com/upptime/upptime/
specialProject:
url: https://github.com/your-otg/status
Catalog file
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage
annotations:
upptime.js.org/key: specialProject/YOUR_PROJECT_KEY
If the specialProject/
part is omitted (or replaced with default/
), the
instance of name default
will be used.
FAQs
Unknown package
The npm package @philips-software/backstage-plugin-upptime-backend receives a total of 84 weekly downloads. As such, @philips-software/backstage-plugin-upptime-backend popularity was classified as not popular.
We found that @philips-software/backstage-plugin-upptime-backend demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.