All Projects → oam-dev → catalog

oam-dev / catalog

Licence: Apache-2.0 license
Catalog of community maintained components and traits.

Programming Languages

CUE
23 projects
go
31211 projects - #10 most used programming language
Makefile
30231 projects

Labels

Projects that are alternatives of or similar to catalog

Ovale
An add-on for World of Warcraft that displays icons based on scripts
Stars: ✭ 46 (-55.77%)
Mutual labels:  addon
blender-xray
STALKER (aka xray-engine) import/export plugin for Blender 3D
Stars: ✭ 132 (+26.92%)
Mutual labels:  addon
service.subloader
Kodi automatic subtitles
Stars: ✭ 26 (-75%)
Mutual labels:  addon
statamic-video-embed
A field type for embedding YouTube and Vimeo Videos
Stars: ✭ 16 (-84.62%)
Mutual labels:  addon
copy-selected-tabs-to-clipboard
Provides ability to copy title and URL of selected tabs to the clipboard for Firefox 63 and later.
Stars: ✭ 46 (-55.77%)
Mutual labels:  addon
glTF-Blender-IO-materials-variants
Blender3D addon for glTF KHR_materials_variants extension
Stars: ✭ 56 (-46.15%)
Mutual labels:  addon
startpage
a simple and customisable startpage
Stars: ✭ 137 (+31.73%)
Mutual labels:  addon
storybook-addon-next
A no config Storybook addon that makes Next.js features just work in Storybook
Stars: ✭ 184 (+76.92%)
Mutual labels:  addon
python-grass-addon
How to write a Python GRASS GIS 7 addon
Stars: ✭ 45 (-56.73%)
Mutual labels:  addon
ElvUI
ElvUI for World of Warcraft - Vanilla (1.12.1)
Stars: ✭ 67 (-35.58%)
Mutual labels:  addon
addon-zerotier
ZeroTier One - Home Assistant Community Add-ons
Stars: ✭ 103 (-0.96%)
Mutual labels:  addon
blender-texture-tools
Various utilities for handling images inside Blender.
Stars: ✭ 69 (-33.65%)
Mutual labels:  addon
tab-counter
A button badge that shows the number of tabs open in a window
Stars: ✭ 35 (-66.35%)
Mutual labels:  addon
AIO
AIO is a pure lua server-client communication system for Eluna and WoW.
Stars: ✭ 50 (-51.92%)
Mutual labels:  addon
AzeriteUI
Custom user interface suite for WoW. Design and code by Lars Norberg and Daniel Troconis.
Stars: ✭ 0 (-100%)
Mutual labels:  addon
TellMeWhen
TellMeWhen is a combat tracking AddOn for World of Warcraft Retail and Classic
Stars: ✭ 69 (-33.65%)
Mutual labels:  addon
videoclip
Easily create videoclips with mpv.
Stars: ✭ 49 (-52.88%)
Mutual labels:  addon
dut-iptv
Github repo containing Kodi addons for CanalDigitaal IPTV, F1 TV, KPN/Telfort/XS4All iTV, NLZiet, Telenet, T-Mobile TV, Videoland and Ziggo Go
Stars: ✭ 26 (-75%)
Mutual labels:  addon
webconverger-addon
How we lock down Firefox
Stars: ✭ 27 (-74.04%)
Mutual labels:  addon
Godot-Material-Icons
Templarian's Material Design Icons for Godot
Stars: ✭ 19 (-81.73%)
Mutual labels:  addon

KubeVela Catalog

Introduction

This is repo of source files of community KubeVela addons which extend the capability of platform. An addoon can be a kubernetes operator and its X-definition such as Fluxcd or other useful components for KubeVela such as VelaUX.

Addons here contain verified addons which have been tested for a long time can be used in product environment and experimental addons which isn't general available yet.

  • Verified Addons: when a pull Request of addons were merged to this directory, the addon will automatically synced to the OSS bucket( https://addons.kubevela.net ). This will be displayed in vela CLI by vela addon list or VelaUX by default.

image

  • Experimental Addons: some addons which were not well verified will be merged into the experimental addons directory, the addon will also be synced to the OSS bucket( https://addons.kubevela.net in path experimental) automatically.
    vela addon registry add experimental --type=helm --endpoint=https://addons.kubevela.net/experimental/
    

image

How to use

You can enable these addons by Vela cli or VelaUX. Please refer to doc for more infos.

History addon versions

Since any changes about one addon will upgrade the version, this repo's source files always are the latest version of addons, but you can find all other history versions' download url of an addon in https://addons.kubevela.net/index.yaml. Then you can download and enable them if you want.

Contribution

Community members are welcome to contribute this repo by putting their customize vela addons here.

This doc will introduce how to make an KubeVela addon and the mechanism behind it.

Please be aware of this contribution rules when contribute addons.

  • A new addon added in this repo should be put in as an experimental one unless you have test for a long time in your product environment and be approved by most maintainers.

  • An experimental addon must meet these conditions to be promoted as a verified one.

    • This addon must be tested by addon's e2e-test to guarantee this addon can be enabled successfully.

    • This addon must have some basic but necessary information.

      • An accessible icon url and source url defined in addon's metadata.yaml.

      • A detail introduction include a basic example about how to use and what's the benefit of this addon in README.md.

      • Also provide an introduction in KubeVela documentation.

      • It's more likely to be accepted if useful examples are provided in example dir.

Community

Welcome to KubeVela community. Refer to here for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].