Commit Graph

93 Commits

Author SHA1 Message Date
Torkel Ödegaard 1685e7cea4 docs(): update to install docs and whats new in 2.5 2015-10-28 11:08:12 +01:00
Torkel Ödegaard da3d5375b8 feat(ldap): refactoring of PR #2928 updated docs 2015-10-26 16:21:03 +01:00
Utkarsh Bhatnagar 54be4c5e2c Made installation doc consistent 2015-10-23 23:21:00 -07:00
ubhatnagar 45cdbe0a18 Rearranged installation docs for OpenSuse 2015-10-23 23:03:58 -07:00
ubhatnagar 6c76e9728e Added OpenSuse installation command 2015-10-23 22:53:30 -07:00
ubhatnagar 1e2e4ba3ad Fixed other docs typos 2015-10-21 22:09:07 -07:00
anryko b68987dcde Fixed configuration example for Github OAuth team_ids. 2015-10-09 17:05:46 +02:00
Torkel Ödegaard f11785001c docs: minor fix 2015-10-06 17:51:22 +02:00
Cagdas Cirit c26209d579 Update debian.md 2015-09-17 18:25:36 +02:00
Torkel Ödegaard 3e0c66edab docs(): updated download links in docs 2015-08-24 10:05:05 +02:00
Torkel Ödegaard a4ff1e4f33 docs(): updated version in install docs 2015-08-20 15:20:26 +02:00
Torkel Ödegaard a3d9169930 docs(): minor update 2015-08-13 08:00:27 +02:00
Torkel Ödegaard 5aee981590 Merge branch 'master' of https://github.com/mattttt/grafana
Conflicts:
	docs/sources/installation/debian.md
	docs/sources/installation/ldap.md
2015-08-12 16:30:48 +02:00
Anton Gilgur e4baef94bc docs(ldap): Clarify LDAP features and sample config
* Clarify certain features, such as multiple mappings
* Fixup ldap.toml sample config
* Fixup docs README's port number
* Fixup bad link from LDAP docs to Configuration docs
* Fixup some spelling, grammar, and line endings
2015-08-11 19:57:53 -07:00
Matt Toback 511a592ec8 Added patch from ct 2015-08-11 14:58:30 -04:00
Torkel Ödegaard 809562c874 updated install docs for 2.1.1 release 2015-08-11 11:12:06 +02:00
Torkel Ödegaard bf6444c585 docs(): docker upgrade notice 2015-08-04 20:42:14 +02:00
Torkel Ödegaard 8c1b145358 docs(): updated install docs with 2.1 download links 2015-08-04 17:00:26 +02:00
Torkel Ödegaard 49c1d1a4ca docs(ldap): fixed minor issue in ldap example config doc 2015-08-01 10:32:36 +02:00
Torkel Ödegaard be6ddb08bd docs(): added auth proxy to config docs 2015-07-30 10:37:49 +02:00
Torkel Ödegaard 5b0585ac7f feat(ldap): removed ssl_server_name and added some validation to ldap config, #1450 2015-07-16 12:58:30 +02:00
Torkel Ödegaard 9afdea8d2a feat(ldap): added config options for ssl skip verify, and ssl server name, #1450 2015-07-16 11:59:26 +02:00
Torkel Ödegaard b891677ba5 docs(ldap): added ldap integration docs and config examples, #1450 2015-07-15 14:48:39 +02:00
David Gillies 5cd1c5c522 Minor update to documentation for MySQL sessions 2015-07-08 22:40:43 +10:00
Torkel Ödegaard b746b63036 Updated config docs with info about [dashboards.json] section , #2302 2015-07-08 10:53:06 +02:00
Dieter Plaetinck 582ebf25f9 fix config flag 2015-07-03 17:27:55 -07:00
Torkel Ödegaard cfeba99776 Merge branch 'patch-1' of https://github.com/greggsoft/grafana 2015-06-19 13:04:21 -04:00
Mikhail Menshenin 5da656e559 Missed double quote fix 2015-06-18 10:05:29 +05:00
Shaoxuan Zhang d23762e06b Update configuration.md
Mention replacing `.` with `_` with environment variable override.
2015-06-17 17:57:23 -10:00
Torkel Ödegaard 901685bb63 Updated sample config and config docs with example for postgres session provider_config string, #2118 2015-06-05 08:18:37 +02:00
Pascal Borreli 7b69b789b8 Fixed typos 2015-06-02 16:45:44 +01:00
yinchuan ed974a808b Update configuration.md 2015-05-29 11:39:59 +08:00
yinchuan 0108dfa803 Update configuration.md 2015-05-29 11:23:14 +08:00
fffw 1302630abe fix mac.md for incorrect href 2015-05-18 14:47:00 +08:00
Torkel Ödegaard a04a403539 Merge branch 'docs-2.0'
Conflicts:
	docs/sources/installation/configuration.md
	docs/sources/installation/docker.md
2015-05-11 08:02:28 +02:00
James Turnbull 7da3ee72c7 More docs fixes
1. Set paragraph size to 80 chars for better readability.
2. More formatting fixes.
3. More spelling and grammar fixes.
2015-05-10 16:52:40 -04:00
James Turnbull 823294f055 Fixed a series of installation doc issues
1. Fixed several spelling and grammar issues.
2. Fixed 404s for the Configuration page.
3. Fixed several Markdown formatting issues.
4. Tidy up of several pages.
2015-05-10 16:15:34 -04:00
Torkel Ödegaard 31781bc509 Fixed the link to the config page 2015-05-08 11:23:48 +02:00
Jiri Tyr e32259ccc9 Adding Ansible role for Grafana v2.x
Adding Ansible role which is compatible with Grafana v2.x.
2015-05-07 00:31:20 +01:00
Torkel Ödegaard 34539c0c13 Enforce domain, host header validation against domain setting, Refactoring of PR #1866, Closes #1732 2015-05-05 11:21:06 +02:00
Torkel Ödegaard 8d081a081d Fixed configuration docs issue, Fixes #1924 2015-05-01 15:01:31 +02:00
Torkel Ödegaard 5de9230924 Security: New config option to disable the use of gravatar for profile images, Closes #1891 2015-05-01 08:40:13 +02:00
Torkel Ödegaard 74a8fa61f2 Merged with 2.0 docs and restored some stuff 2015-04-29 10:33:37 +02:00
Torkel Ödegaard a0e80e5869 Updated 2.0 docs, merged with master and removed docs for features in 2.1, doc updates related to 2.0 needs to be done to this branch 2015-04-29 10:13:00 +02:00
Torkel Ödegaard 67fbb173e3 Merge pull request #1904 from iandanforth/patch-1
Correct deb version number in install guide.
2015-04-29 10:09:25 +02:00
Garrett Bjerkhoel 1fdc5277ae Update documentation for team_ids option 2015-04-28 20:38:05 -07:00
Ian Danforth a0dad38974 Correct deb version number in install guide. 2015-04-28 15:09:22 -07:00
aibou 968b1b4308 Fix and update documents 2015-04-23 17:42:04 +09:00
Torkel Ödegaard 9f6a348851 Updated install docs with 2.0.2 version 2015-04-22 19:23:28 +02:00
Torkel Ödegaard da74fa0862 Updated configuration and http api docs 2015-04-22 17:44:47 +02:00