This commit is contained in:
Jokob-sk
2023-05-21 10:56:40 +10:00
parent 55530c05f9
commit c9eb866acd
7 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -1,7 +1,7 @@
.vscode
.DS_Store
config/pialert.conf
db/*
# db/*
front/log/*
front/plugins/**/*.log
**/%40eaDir/

BIN
db/pialert.db Executable file

Binary file not shown.

View File

@@ -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
View File

0
front/plugins/undiscoverables/config.json Normal file → Executable file
View File

0
front/plugins/undiscoverables/plugin_helper.py Normal file → Executable file
View File

0
front/plugins/undiscoverables/script.py Normal file → Executable file
View File