diff --git a/src/appconfig.ejs b/src/appconfig.ejs index f1eabb6fc..7f0e26a19 100644 --- a/src/appconfig.ejs +++ b/src/appconfig.ejs @@ -163,9 +163,9 @@ server { client_max_body_size 0; } - # graphite paths (uncomment block below and visit /graphite/index.html) + # graphite paths (uncomment block below and visit /graphite-web/dashboard) # remember to comment out the CSP policy as well to access the graphite dashboard - # location ~ ^/(graphite|content|metrics|dashboard|render|browser|composer)/ { + # location ~ ^/graphite-web/ { # proxy_pass http://127.0.0.1:8417; # client_max_body_size 1m; # } diff --git a/src/infra_version.js b/src/infra_version.js index eedbe5373..65ce2033f 100644 --- a/src/infra_version.js +++ b/src/infra_version.js @@ -20,7 +20,7 @@ exports = module.exports = { 'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:2.1.0@sha256:6d1bf221cfe6124957e2c58b57c0a47214353496009296acb16adf56df1da9d5' }, 'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:2.0.0@sha256:8a88dd334b62b578530a014ca1a2425a54cb9df1e475f5d3a36806e5cfa22121' }, 'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:2.3.1@sha256:9693e3ae42a12a7ac8cf5df94d828d46f5b22b4e2e1c7d1bc614d6ee2a22c365' }, - 'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:2.0.2@sha256:454f035d60b768153d4f31210380271b5ba1c09367c9d95c7fa37f9e39d2f59c' }, + 'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:2.1.0@sha256:491cfc1c401f5f1615f5e6e970602249ed361f2de0959c70ab7ced1dd5085f99' }, 'sftp': { repo: 'cloudron/sftp', tag: 'cloudron/sftp:0.1.0@sha256:e177c5bf5f38c84ce1dea35649c22a1b05f96eec67a54a812c5a35e585670f0f' } } };