first commit
This commit is contained in:
12
README.md
Normal file
12
README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user