From 61b8a95e5e11911f08bc4af543da6bd442676db2 Mon Sep 17 00:00:00 2001 From: liss-bot Date: Sun, 15 May 2022 01:33:45 +0000 Subject: [PATCH] Auto Publish new pages --- authentication.md | 2 +- credits.md | 73 ++++++++++++++++++++++++++--------------------- widgets.md | 2 ++ 3 files changed, 43 insertions(+), 34 deletions(-) diff --git a/authentication.md b/authentication.md index 9965498..8a74ce8 100644 --- a/authentication.md +++ b/authentication.md @@ -45,7 +45,7 @@ A hash is a one-way cryptographic function, meaning that it is easy to generate Once authentication is enabled, so long as there is no valid token in cookie storage, the application will redirect the user to the login page. When the user enters credentials in the login page, they will be checked, and if valid, then a token will be generated, and they can be redirected to the home page. If credentials are invalid, then an error message will be shown, and they will remain on the login page. Once in the application, to log out the user can click the logout button (in the top-right), which will clear cookie storage, causing them to be redirected back to the login page. ### Enabling Guest Access -With authentication setup, by default no access is allowed to your dashboard without first logging in with valid credentials. Guest mode can be enabled to allow for read-only access to a secured dashboard by any user, without the need to log in. A guest user cannot write any changes to the config file, but can apply modifications locally (stored in their browser). You can enable guest access, by setting `appConfig.enableGuestAccess: true`. +With authentication setup, by default no access is allowed to your dashboard without first logging in with valid credentials. Guest mode can be enabled to allow for read-only access to a secured dashboard by any user, without the need to log in. A guest user cannot write any changes to the config file, but can apply modifications locally (stored in their browser). You can enable guest access, by setting `appConfig.auth.enableGuestAccess: true`. ### Granular Access You can use the following properties to make certain sections only visible to some users, or hide sections from guests. diff --git a/credits.md b/credits.md index 282e718..02251a2 100644 --- a/credits.md +++ b/credits.md @@ -11,6 +11,13 @@ Peng1can + + + emlazzarin +
+ Eddy Lazzarin +
+ BOZG @@ -38,15 +45,22 @@
Byolock
- + + hugalafutro
Hugalafutro
- - + + + + shadowking001 +
+ LawrenceP. +
+ KierenConnell @@ -54,13 +68,6 @@ Kieren Connell - - - gdepountis -
- Gdepountis -
- ratty222 @@ -160,21 +167,28 @@ Remygrandin + + + stanly0726 +
+ stanly0726 +
+ onedr0p
ᗪєνιη ᗷυнʟ
- + + alexdelprete
Alessandro Del Prete
- - + BOZG @@ -209,15 +223,15 @@
Jeremy Chauvin
- + + 0n1cOn3
0n1cOn3
- - + BeginCI @@ -252,15 +266,15 @@
FormatToday
- + + Compunctus
Iaroslav Dronskii
- - + b1thunt3r @@ -268,6 +282,13 @@ Ishan Jain + + + Hellhium +
+ Jemy SCHNEPP +
+ KierenConnell @@ -281,20 +302,6 @@
Leonardo Colman
- - - - rubjo -
- Rubjo -
- - - - turnrye -
- Ryan Turner -
diff --git a/widgets.md b/widgets.md index 562f1fd..02f2d13 100644 --- a/widgets.md +++ b/widgets.md @@ -1080,6 +1080,8 @@ _No config options._ ##### Info No external data requests made +Note that this widget is not available if you are running Dashy in a container or VM. Instead you can use the [System Monitoring](#system-resource-monitoring) widgets to display stats from the host system instead. + --- ### Cron Monitoring (Health Checks)