Grafana and jira-grafana-json-datasource
-
Is it possible to run a custom docker container in cloudron, which can then connect to cloudron?
I would like to use https://github.com/bluefrg/jira-grafana-json-datasource within Grafana, but have no clue/have not found a documentation.
Help with some links to read through, how to archive this would be appreciated!
Thank you! -
Yes it is possible. However, the app you want to run has to be packed for Cloudron specifically. You can add it to the app whishlist part of the Cloudron forum but I think it's unlikely that someone will pack it because it's not an popular use case and the plugin is not under active development (4 years old). Take a look at the docs for packing.
@Grienauer said in Grafana and jira-grafana-json-datasource:
which can then connect to cloudron?
In your case, you would just connect this service to your Jira instance using the right environment variables.
The fastest way would be another server that just runs the "Jira Grafana JSON Datasource Plugin" docker container for you. Run Grafana with Cloudron and connect the plugin.
Edit: Because the plugin is this old, it might be outdated and not even work in the meantime. Take a look at the open issues within the git repo.