first commit

This commit is contained in:
2025-11-06 03:25:44 -06:00
commit 38a9fb2789
17 changed files with 1153 additions and 0 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
# Sneaky Mon
Because I need to monitor for file changes in a dir
## Settings
Settings are loaded from app/config/settings.yaml. You can define any dict here you want, then update `utils/settings.py` with the class to match your new definition. You can set defaults for any key and they will be used.
## .env setup
```
GOTIFY_URL=https://gotify.sneakygeek.net
GOTIFY_TOKEN=<GOTIFY TOKEN>
DIR_TO_WATCH=/var/ftp/events
```