ENCRYPTION_KEY, docs

This commit is contained in:
jokob-sk
2024-12-31 10:14:01 +11:00
parent 8ac4112ab9
commit e52601e062
31 changed files with 183 additions and 9 deletions

View File

@@ -96,7 +96,7 @@ Device-detecting plugins insert values into the `CurrentScan` database table. T
Plugins can be enabled via Settings, and can be disabled as needed.
1. Research which plugin you'd like to use and load the required plugins in Settings via the `LOADED_PLUGINS` setting.
1. Research which plugin you'd like to use, enable `DISCOVER_PLUGINS` and load the required plugins in Settings via the `LOADED_PLUGINS` setting.
1. Save the changes and review the Settings of the newly loaded plugins.
1. Change the `<prefix>_RUN` Setting to the recommended or custom value as per the documentation of the given setting
- If using `schedule` on a `🔍 dev scanner` plugin, make sure the schedules are the same across all `🔍 dev scanner` plugins

View File

@@ -1,7 +1,7 @@
{
"code_name": "custom_props",
"unique_prefix": "CUSTPROP",
"plugin_type": "system",
"plugin_type": "core",
"enabled": true,
"data_source": "template",
"show_ui": false,

View File

@@ -2,7 +2,7 @@
"code_name": "newdev_template",
"template_type": "database-entry",
"unique_prefix": "NEWDEV",
"plugin_type": "system",
"plugin_type": "core",
"enabled": true,
"data_source": "template",
"show_ui": false,

View File

@@ -1,7 +1,7 @@
{
"code_name": "notification_processing",
"unique_prefix": "NTFPRCS",
"plugin_type": "system",
"plugin_type": "core",
"enabled": true,
"data_source": "script",
"show_ui": false,

View File

@@ -1,7 +1,7 @@
{
"code_name": "sync",
"unique_prefix": "SYNC",
"plugin_type": "system",
"plugin_type": "core",
"enabled": true,
"data_source": "script",
"mapped_to_table": "CurrentScan",