Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparation to build a own kobs version #92

Merged
merged 1 commit into from
Jul 22, 2021

Conversation

ricoberger
Copy link
Member

This is the preparation for the kobsio/app respository, which allows
users to build their own version of kobs. This is useful, so that users
can decide which plugins they want to use within kobs and that users can
build their own private plugins.

To support this function we moved the config and plugins package of kobs
from the pkg folder to the cmd folder. The cmd folder is then reused in
the kobsio/app repository and allows a user to add his own plugins to
the plugins.go file. To add the frontend code of a plugin the user can
modify the index.tsx file from the app folder, where we just added a new
css file with a fix for the Patternfly Design System.

This is the preparation for the kobsio/app respository, which allows
users to build their own version of kobs. This is useful, so that users
can decide which plugins they want to use within kobs and that users can
build their own private plugins.

To support this function we moved the config and plugins package of kobs
from the pkg folder to the cmd folder. The cmd folder is then reused in
the kobsio/app repository and allows a user to add his own plugins to
the plugins.go file. To add the frontend code of a plugin the user can
modify the index.tsx file from the app folder, where we just added a new
css file with a fix for the Patternfly Design System.
@ricoberger ricoberger merged commit cd64fe4 into main Jul 22, 2021
@ricoberger ricoberger deleted the preparation-to-build-a-own-kobs-version branch July 22, 2021 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant