UI plugins #2287
Replies: 2 comments 5 replies
-
OMG, I would love this feature. In my current project I have cloned the woodpecker ui folder and have made appropriate modifications. Then we point our live instance to the “dev server” which serves this page. This presents a maintenance problem as you can imagine though. Everyone woodpecker changes, we have to pull down the ui folder and sometimes (though very rarely) fight with a merge conflict. Ability to add UI plugins will allow us to upgrade to the latest version without any manual interventions! |
Beta Was this translation helpful? Give feedback.
-
I am thinking I could implement this also. My use case is around adding tabs to the pipeline section though. We could allow a plugin written in vue to be dependency injected into a tab based on some server configurations. Thoughts? |
Beta Was this translation helpful? Give feedback.
-
It would be cool to add own components to the UI.
Current concept:
access should be handled by some token (injected as env var) Inject bot / api token as environment variable #368 Improve token Auth #665
TODOs & Discussions
Samples
Beta Was this translation helpful? Give feedback.
All reactions