GitHub user dominikriemer added a comment to the discussion: Customizing UI
@leniervm that's correct. You don't need to edit the customizable files, but can have a separate folder with the logo, colors and application title. You can then trigger the build by providing environment variables which link to the customized files. While this approach seems complicated for "just" changing colors and texts, it has the advantage that you can create builds with customized UI views (e.g., if you don't need the live dashboard, you can create a StreamPipes instance without the dashboard view) and you can even create your own user interfaces without touching the StreamPipes code using a microfrontend approach - just like a plugin system. See some example plugins which my company provides on top of StreamPipes, just for inspiration: https://bytefabrik.ai/en/product-manufacturing-insights/ We might provide an easier way for just changing colors in the future, but it's not yet planned. GitHub link: https://github.com/apache/streampipes/discussions/3039#discussioncomment-10077448 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
