Commit Graph

79 Commits

Author SHA1 Message Date
Julien Pivotto
db6638160a Fix docker instruction formating in README 2017-10-24 09:26:02 -04:00
Lars Næsbye Christensen
b957753662 Update README, addressing #421 and #412 (#422)
* remove mentioning of stability and youth

* Add mentioning of PuppetDB 5

* specify PuppetDB 3 through 5
2017-10-18 06:14:28 -04:00
Mike Terzo
1713f8ec95 Adding docs on how to install on Debian Jessie 2017-07-08 10:30:06 -04:00
Mike Terzo
b82493e201 Update configuration docs 2017-07-08 10:30:06 -04:00
Sebastian Reitenbach
fd88cad67b Puppet related ports/package maintenance on OpenBSD was taken over
from Jasper Lievisse Adriaanse to Sebastian Reitenbach
2017-02-14 23:56:25 +01:00
Mike Terzo
e28eb5027d Adding configuration option to specify the bar chart 2017-01-31 03:41:14 -05:00
redref
c1b1badc96 Paging - Revamp tables with Jquery Datatables (Ajax) 2017-01-25 18:07:55 +01:00
sacres
fdc6b00525 Merge pull request #310 from mterzo/docker_env
Default settings use environment variables
2017-01-03 00:42:44 -05:00
Mike Terzo
65d9abc749 Updating documentation for secret_key 2016-12-19 16:28:28 -05:00
Mike Terzo
72a194c82e Update default_settings to use environment variables.
Easier environment configuration when using docker to
run puppetboard.
2016-12-19 13:48:34 -05:00
Michał Margula
1897a4393f Update README.rst
There is no random in os module, changed to urandom (same as in default_setttings), also fixed path in example apache config.
2016-10-22 10:51:52 +02:00
Peter Souter
510bdccbb5 Fix rst syntax for badges
* Require links to be on newline
2016-07-15 09:39:03 +01:00
Mike Terzo
a8ca234a3b Add coveralls.io badge 2016-07-14 21:38:49 -04:00
Peter Souter
c1fb6fbdc2 Add Travis Badge (#273) 2016-07-14 19:43:09 -04:00
Corey Hammerton
0ac64530bf README.rst: Fixing code-block strings. (#265)
Github wasn't showing the new readme blocks because they were encoded
code_block instead of the correct code-block.
2016-06-29 20:44:25 -04:00
Corey Hammerton
831c8bfaae puppetboard/default_settings.py: Reverting PUPPETDB_HOST change from #187 (#260)
This change is only useful for Docker image building, but for officially
supported packages in PIP this change will cause unnecessary breakage to
existing users. We will have to implement a different approach for configuring
settings in Docker images.

Adding a note to README.rst indicating that an officially supported Docker
image is planned.
2016-06-23 21:00:34 -04:00
Corey Hammerton
da044271ee PuppetBoard: Upgrading WTForms to latest version and restoring CSRF Protection (#250)
Upgrading the following packages to the respected versions:

WTForms==2.1
Flask-WTF==0.12
Werkzeug==0.11.0

Passing newly required metadata to the QueryForm constructor in puppetboard/app.py

Apache >= 2.4 with mod_wsgi experienced a major issue where it would re-generate
the app's secret key on each request. The fix for this turned out to be placing
a permanent statis 'secret_key' value in the wsgi.py. Adding a block in README.rst
on how to implement the user's own secret_key
2016-06-23 20:32:31 -04:00
Benjamin Merot
fac55edc98 Removing redudant declaration of upstream in Nginx example (#252)
With the IP address of the gunicorn server set in proxy_pass, the configuration example doesn't need to declare an upstream server.
2016-06-07 21:09:17 -04:00
Vadym Chepkov
b1a3d203a3 update links to github Puppet Community 2016-06-04 10:17:51 -04:00
Corey Hammerton
7c44854988 Merge pull request #162 from visibilityspots/master
Examples add to the readme
2016-02-09 19:40:59 -05:00
Julien Pivotto
e8bc0ccbb5 Fix screenshots 2016-02-05 16:06:10 +01:00
Spencer Krum
fbe646f196 Rename nibalizer to voxpupuli 2016-02-03 06:41:37 -08:00
Jan Collijs
21fee5b775 Feature: added examples to the readme 2016-01-22 10:11:02 +01:00
Corey Hammerton
370c514745 README.rst: Updating documentation with new configuration settings.
Adding documentation for new configuration settings that have been
added since it was last updated.
2016-01-18 20:56:07 -05:00
Daniele Sluijters
2c3ead77d2 README: Add PuppetDB 3 requirement 2015-11-18 17:31:33 +01:00
Corey Hammerton
cb83144443 Update README.rst
Properly setting the _GoogleGroup macro in the "Getting Help" section
2015-11-09 20:36:17 -05:00
Corey Hammerton
1c72a754d2 puppetboard/templates/layout: Restoring the footer but referencing Puppet Community
@daenney would rather have the footer reference the Puppet Community organization
than completing removing this bar.

Also adding a reference in README.rst about the available Google Group
2015-11-07 20:16:20 -05:00
Corey Hammerton
61fc5994fb puppetboard/templates/layout: Removing the footer bar
This bar reduces the available vertical space and other maintainers feel
it better to remove it than to modify it.

Also reducing the specific mention of @daenney from README.rst since he
has steped down as main project maintainer.
2015-11-05 21:37:58 -05:00
Tim Meusel
5142f96b0b update ArchLinux Package maintainer 2015-10-25 12:46:06 +01:00
Fotis Gimian
25df8c071a Allowed the ability to provide a static SECRET_KEY for use with CSRF protection (fixes #128) 2015-05-10 23:24:48 +10:00
Fotis Gimian
bd4a38031f Updated wording relating to Python version compatibility (fixes #116) 2015-05-10 20:19:51 +10:00
Daniele Sluijters
cb4e6a71bc README: Add missing opening '<' 2015-02-25 18:08:41 +01:00
Daniele Sluijters
72267e8283 README: Add some additional config to apache.
Based on comment @propyless in #113.
2015-02-25 18:07:57 +01:00
Julien Kassar
10e24a6749 Add reference to docker image 2015-02-17 18:49:23 -05:00
Toby McLaughlin
eb7e8e38a1 Fix proxy_pass line in nginx+gunicorn example.
The example was missing the protocol part of the backend server URL
('http://'). This causes nginx to complain of a "malformed URL".
2015-01-15 14:32:45 +11:00
tim@bastelfreak.de
43be944fd9 add docs for systemd+nginx+gunicorn 2014-12-09 22:00:38 +01:00
Paul Chechetin
7e18558604 Add nginx + gunicorn into list of deployments 2014-11-12 21:19:28 +03:00
Julien Kassar
8d676d8d8f Add PUPPETDB_SSL_VERIFY to the documentation 2014-10-29 14:57:52 -04:00
Daniele Sluijters
ceac6d89b1 README: Add a missing r to nibalize. 2014-06-26 19:36:17 +02:00
Daniele Sluijters
a94b6d9e58 README: Put the module in the install section.
Closes #80
2014-06-26 09:30:09 +02:00
Daniele Sluijters
a522e4df77 Merge pull request #71 from stack72/master
Allow users to be able to set how many reports they show
2014-06-15 16:06:12 +02:00
Daniele Sluijters
44954457fe README: Add a note about cert whitelist for PE. 2014-06-12 16:50:23 +02:00
stack72
dd4f3d66e5 Updated the screenshots of the puppetboard and removed the report_message image from the README as this is now taken care of in the report itself 2014-06-10 22:20:07 +01:00
Daniele Sluijters
2cc57f10fc README: Forgot the _ to make it a link.
Mentions #52
2014-06-06 23:45:33 +02:00
Daniele Sluijters
2c274f05dd README: Link the SuSE OS names to OBS too.
Mentions #52
2014-06-06 23:44:01 +02:00
Daniele Sluijters
1cd43e984c README: Add (Open)SuSE builds to the list.
Mentions #52.
2014-06-06 23:41:27 +02:00
Daniele Sluijters
b74fbf5199 README: uwsgi needs --socket, not --http.
Fixes #76
2014-06-06 00:32:23 +02:00
Eduardo Ariño de la Rubia
d776e87186 Fixed a simple spelling error
That being said a lot of the code is very exeprimental => That being said a lot of the code is very experimental
2014-06-03 12:46:19 -07:00
Daniele Sluijters
bfdc778a81 README: Add quotes around path/to/logging.
Fixes #68
2014-04-17 14:25:10 +02:00
Darío Blanco
8cc723ee57 Create additional set up instructions
nginx+gunicorn+supervisor
2014-04-04 15:34:16 +02:00