-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port for armv7 (Raspberry Pi) #57
Comments
Hi Long time a go, that you asked, but maybe there are more who are interessted in... So, here is my way to do it... And I do this very often, to have the actual versions of grafana. Cheers Build your modified docker image I recommend to use the "opt" folder to build the docker image First clone the code from github to your pi or whatever system
If you want to use newer versions of influxdb, chronograph and grafana you have to change the version in line 8 and following in the Dockerfile. For InflusDB v2.x you have to have a 64bit OS
if you also want to bullseye instead of buster, you have to change the first line
You can also change to a new version of nodejs. Therefor you have to modify line 46
Afterwards you can build your docker image with
Start grafana without login screen Should you like to deactivate the login screen in grafana, you have to modify the grafana.ini in folder "grafana" You have to delete the ";"
Enable https for grafana GUI If you want to use https instead of http to access the grafana GUI you have to do modify the grafana.ini
If you didn't use /var/lib/grafana/ as persistent folder, you have to change the path for the cert_file and cert_key regarding your settings. I did it only for grafana, because I didn't use Chronograf. |
Could you port this good docker image to armv7 (Raspberry Pi)? Or could you explain me how I could do it?
The text was updated successfully, but these errors were encountered: