k0rventen / apple-health-grafana

Visualise your Apple Health export in Grafana
381 stars 28 forks source link

[feature request] Nextcloud integration #30

Open adosix opened 1 month ago

adosix commented 1 month ago

Would it be possible to wrap it into Nextcloud application? Thank you for consideration. Have a great day.

k0rventen commented 3 weeks ago

Hi, If you mean like these apps: https://apps.nextcloud.com/?order_by=name&ordering=asc, sorry this is not possible. This project requires a docker-based stack that isn't available from nextcloud.

The closest thing to an integration would be to embed the grafana dashboards inside an iframe, but that does come with some risks (see section "Grafana settings and security considerations" of https://grafana.com/blog/2023/10/10/how-to-embed-grafana-dashboards-into-web-applications/).

Nextcloud has a video tutorial about developing a interface-only app here: https://www.youtube.com/watch?v=UohdVwf1T6E that would be a starting point.

Regards,