npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@gluo-nv/backstage-plugin-hetzner-catalog

v0.1.0

Published

Backstage catalog module for Hetzner Cloud integration.

Downloads

4

Readme

Hetzner Cloud Catalog Backend Module

Welcome to the Hetzner Cloud Catalog Backend Module!
This module integrates Hetzner Cloud resources into Backstage.

Table of Contents


Introduction

The Hetzner Cloud Catalog Backend Module is a Backstage backend catalog module that automatically discovers and imports Hetzner Cloud resources into the Backstage catalog.
It connects to your Hetzner Cloud environment, fetches resources such as servers (VMs), volumes, and primary IPs, and creates corresponding entities in Backstage.
This enables you to visualize, manage, and relate your Hetzner infrastructure directly from the Backstage catalog, providing a unified view of your cloud assets and their dependencies.


Functionalities

This backend catalog module provides the following key functionalities for Backstage:

  • Entity Creation for Backstage Catalog: Automatically discovers and creates entities for Hetzner Cloud resources (such as servers, volumes, and primary IPs) in the Backstage catalog.
  • Resource Synchronization: Periodically fetches the latest state of Hetzner Cloud resources and keeps the Backstage catalog up to date.
  • Relationship Mapping: Establishes relationships between resources (e.g., linking volumes to their attached servers) using Backstage's entity relations.
  • Custom Metadata and Annotations: Enriches catalog entities with Hetzner-specific metadata and annotations for better traceability and management.
  • Extensible Resource Support: Easily extendable to support additional Hetzner Cloud resource types as needed.

Dependencies

1. Hetzner Backend Plugin

The main Hetzner backend plugin provides the API endpoints and backend logic for Hetzner Cloud integration.
Repository:
https://github.com/gluobe/backstage-plugin-hetzner-backend

2. Frontend Plugin (Optional)

An optional frontend plugin is available for integrating with the backend plugin. The frontend plugin provides a user interface in Backstage to visualize Hetzner Cloud resources. It includes:

  • Hetzner Cloud Page: An overview of the Hetzner Cloud platform.
  • Hetzner Resource Card: A card component that displays detailed information about a specific Hetzner Cloud resource directly within the entity page in the Backstage catalog.

The frontend plugin can be found at:

https://github.com/gluobe/backstage-plugin-hetzner

Alternatively, you can create your own frontend plugin to suit your specific needs. The backend plugin is designed to support custom frontend implementations, so installing this provided frontend plugin is not mandatory.

However, it is strongly recommended to either install the provided frontend plugin or create your own. Without a frontend plugin, you will not have a user interface in Backstage to visualize Hetzner Cloud resources, which significantly limits the usability of this backend plugin. A frontend plugin is essential for providing insights into your Hetzner Cloud infrastructure and enabling effective management of your resources.


Quick Start

The following sections will help you get the module setup and running.

Installation

  1. Install the backend catalog module:

    yarn --cwd packages/backend add @gluobe/backstage-plugin-catalog-backend-module-hetzner

Development

For local development, you can run the backend module in isolation:

# Navigate to the backend module directory
cd packages/backend

# Run the backend module
yarn start

The backend module should now be running locally. You can test the API endpoints using a tool like Postman or curl.

For development with the frontend plugin, refer to the frontend plugin's documentation for setup and development instructions.


Contributing

We welcome contributions to improve this module! If you’d like to contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix.
  3. Submit a pull request with a clear description of your changes.

For major changes, please open an issue first to discuss your ideas.


License

This plugin is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).

Attribution

This plugin was created by Gluo NV.
Any use or distribution must include proper attribution to the original author.