mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-06 17:15:38 -08:00
add DB
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,7 +1,7 @@
|
||||
.vscode
|
||||
.DS_Store
|
||||
config/pialert.conf
|
||||
db/*
|
||||
# db/*
|
||||
front/log/*
|
||||
front/plugins/**/*.log
|
||||
**/%40eaDir/
|
||||
|
||||
BIN
db/pialert.db
Executable file
BIN
db/pialert.db
Executable file
Binary file not shown.
@@ -77,7 +77,7 @@ If you submit a PR please:
|
||||
4. New features code should ideally be re-usable for different purposes, not be for a very narrow use-case.
|
||||
5. New functionality should ideally be implemented via the Plugins system, if possible.
|
||||
|
||||
Soem additional context:
|
||||
Some additional context:
|
||||
|
||||
* Permanent settings/config is stored in the `pialert.conf` file
|
||||
* Currently temporary (session?) settings are stored in the `Parameters` DB table as key - value pairs. This table is wiped during a container rebuild/restart and it's values re-initialized from cookies / session data from the browser.
|
||||
|
||||
0
front/plugins/undiscoverables/README.md
Normal file → Executable file
0
front/plugins/undiscoverables/README.md
Normal file → Executable file
0
front/plugins/undiscoverables/config.json
Normal file → Executable file
0
front/plugins/undiscoverables/config.json
Normal file → Executable file
0
front/plugins/undiscoverables/plugin_helper.py
Normal file → Executable file
0
front/plugins/undiscoverables/plugin_helper.py
Normal file → Executable file
0
front/plugins/undiscoverables/script.py
Normal file → Executable file
0
front/plugins/undiscoverables/script.py
Normal file → Executable file
Reference in New Issue
Block a user