Skip to content

For powerful CloudBolt content - actions, blueprints, and more. Apache License 2.0

License

Notifications You must be signed in to change notification settings

ssmbcloud/cloudbolt-forge

 
 

Repository files navigation



Welcome to the CloudBolt Forge, a public github repository used for sharing powerful content in CloudBolt. This repository holds CloudBolt actions (AKA hooks), Blueprints, UI extensions, webhooks and other content.

If you have interesting customizations that you have developed, please share them! Even if they are rough-hewn, others may admire your work, improve on it, and re-share those improvements back with you.

Importing and Exporting Actions

  • To import an action into CB, you can use the Import button on the New Action page and provide either a zip file or directory.

  • To export an action from CB, you can use the Export button on the Action Details page.

  • Some actions may have placeholder fields that you need to fill in manually, either in the JSON file before importing or in the UI after importing.

File & Directory Naming Conventions

  • Each importable piece of content should have its own directory.
  • Use no spaces or special characters in file & directory names other than underscores.

Coding Conventions

  • Please comment your code well, with a docstring at the top of each Python module and on most methods.
  • Configure your editor to help keep your code PEP8 compliant.

Contribution Process

  • First, fork the cloudbolt-forge repository.
  • Make your changes in your forked repository.
  • Then, submit a pull request to merge your changes into the CloudBoltSoftware repository.
  • By submitting a pull request for this project, you agree to license your contribution under the Apache License to this project.

License

Contributions to this project are governed by the CONTRIBUTING file and the Apache License.

Contact Us

We'd love to hear from you if you have any questions or ideas you'd like to discuss with us.

support@cloudbolt.io

http://cloudbolt.io/

About

For powerful CloudBolt content - actions, blueprints, and more. Apache License 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.7%
  • HTML 9.1%
  • Shell 2.8%
  • PowerShell 1.4%