mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
docs: added allow graphs without login (#7675)
This commit is contained in:
@@ -259,3 +259,9 @@ To disabled this caching (highly discourage) set this option to 0.
|
||||
```php
|
||||
$config['auth_ldap_cache_ttl'] = 300;
|
||||
```
|
||||
|
||||
## View/embedded graphs without being logged into LibreNMS
|
||||
```php
|
||||
$config['allow_unauth_graphs'] = 1;
|
||||
$config['allow_unauth_graphs_cidr'] = 1;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user