Skip to content

FlorianLoch/grafana.vps.fdlo.ch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grafana in Dokku

This repository contains the configuration of the Grafana instance running at grafana.vps.fdlo.ch.

Add a git remote for Dokku:

git remote add dokku [email protected]:grafana

Additionally, some setup with Dokku is necessary:

dokku apps:create grafana
dokku storage:mount grafana /apps/grafana:/var/lib/grafana

cd /apps && mkdir ./grafana && chown nobody grafana

dokku network:set grafana attach-post-deploy prometheus-bridge

dokku config:set grafana GF_SECURITY_ADMIN_USER=<admin> GF_SECURITY_ADMIN_PASSWORD=<password> GF_SECURITY_COOKIE_SECURE=true

# Apps needs to be deployed once before calling this
dokku domains:remove grafana grafana.fdlo.ch
dokku domains:add grafana grafana.vps.fdlo.ch

dokku letsencrypt:enable grafana

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published