You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This looks very promising. Unlike other self-hosted offerings, it offers a lot of flexibility both in terms of what is tracked, and how that info is displayed...
However, Docker Compose currently fails to start. I am primarily a FreeBSD user and normally do not use software that relies on Docker, as I prefer to install dependencies and manage directly in my chosen OS, but I made an exception in this case.
Therefore, not being a regular Docker user, all I can share are these two messages:
the Grafana container is unable to download updates from grafana.com
the Prisme-Clickhouse-1 container is dirty and will not start
I saw on Reddit that this is not currently a full-time venture, and obviously the online service is the primary focus, but if the Docker issues can be resolved you might attract more users and/or contributors. Again, you have something unique here...
All the best with your efforts.
The text was updated successfully, but these errors were encountered:
Hi,
thanks for the kind words. Online service is not my primary focus anymore, this is more of an open source project!
Grafana needs network access to grafana.com to check for updates, you need to ensure that the container can reach grafana.com.
If you don't have any analytics data in your container, I recommend you to start from a fresh base by running docker compose down --volumes --remove-orphans and follow this guide.
Note that you can manually manage and install prisme/clickhouse/grafana if you like as long as you use same version as in the docker-compose.yml.
This looks very promising. Unlike other self-hosted offerings, it offers a lot of flexibility both in terms of what is tracked, and how that info is displayed...
However, Docker Compose currently fails to start. I am primarily a FreeBSD user and normally do not use software that relies on Docker, as I prefer to install dependencies and manage directly in my chosen OS, but I made an exception in this case.
Therefore, not being a regular Docker user, all I can share are these two messages:
I saw on Reddit that this is not currently a full-time venture, and obviously the online service is the primary focus, but if the Docker issues can be resolved you might attract more users and/or contributors. Again, you have something unique here...
All the best with your efforts.
The text was updated successfully, but these errors were encountered: