mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-09-13 06:36:58 -04:00
- Introduced a new plugin for monitoring website health, including functionality to check URLs and log results. - Created README and configuration files for the workflows plugin, detailing its purpose and settings. - Updated import paths in various test files to reflect the new directory structure. - Ensured compatibility of test cases with the updated plugin architecture.
13 lines
418 B
Markdown
Executable File
13 lines
418 B
Markdown
Executable File
## Overview
|
|
|
|
A simple setting-based plugin for setting the password.
|
|
|
|
### Usage
|
|
|
|
- Head to **Settings** > **Set Password** to adjust the default values.
|
|
|
|
### Notes
|
|
|
|
- The default password is <code>123456</code>.
|
|
- When enabled a login dialog is displayed. If facing issues, you can always disable the login by setting <code>SETPWD_enable_password=False</code> in your <code>app.conf</code> file.
|
|
- SHA256 hash is used |