ff1532da13
Changes to reverse proxy information for grafana Changed to remove the port at the end of the domain for root_url, if grafana is behind a reverse proxy and is reachable at its ip or at https://grafana.company it would not than be accessible by that port. Until the root_url was changed in grafana.ini to https://grafana.company/ gives the following error The request fails due to a missing, invalid, or mismatching redirection URI (redirect_uri). This was tested using: authentik 2023.3.0 grafana 9.3.6 nginx proxy manager 2.9.19 Signed-off-by: SiskoUrso <91812199+SiskoUrso@users.noreply.github.com> |
||
---|---|---|
.. | ||
blog | ||
developer-docs | ||
docs | ||
help | ||
integrations | ||
netlify/functions | ||
src | ||
static | ||
test | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.json | ||
babel.config.js | ||
docusaurus.config.js | ||
docusaurus.docs-only.js | ||
netlify.toml | ||
package-lock.json | ||
package.json | ||
README.md | ||
sidebars.js | ||
sidebarsDev.js | ||
sidebarsIntegrations.js |
Website
This website is built using Docusaurus 2, a modern static website generator.
Installation
npm ci
Local Development
npm run watch
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
Build
npm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.