Skip to content

Latest commit

 

History

History

plugin-catalog

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Plugin Catalog

This plugin enhances Headlamp by adding a plugin catalog powered by ArtifactHub.

Developing Headlamp Plugins

Setting up the Environment

  1. Run the Headlamp app from the main branch:

    cd headlamp-k8s/headlamp/app
    npm install
    npm start
  2. Set up the Plugin Catalog:

    cd headlamp-k8s/plugins/plugin-catalog
    npm install
    npm start

After completing these steps, you'll see the Plugin Catalog link in the sidebar.

Additional Resources

For comprehensive information on developing Headlamp plugins, explore the following resources:

Contributing

We welcome contributions! If you have ideas for improvements or encounter any issues, please open an issue or submit a pull request on our GitHub repository.