Allow for excluding directories from Memories endpoint #37

Merged
cameron merged 3 commits from feature/memories-ignore-dirs into master 2025-08-28 17:06:45 +00:00
Showing only changes of commit 2f91dbdc2e - Show all commits

View File

@@ -14,4 +14,4 @@ You must have `ffmpeg` installed for streaming video and generating video thumbn
- `BIND_URL` is the url and port to bind to (typically your own IP address) - `BIND_URL` is the url and port to bind to (typically your own IP address)
- `SECRET_KEY` is the *hopefully* random string to sign Tokens with - `SECRET_KEY` is the *hopefully* random string to sign Tokens with
- `RUST_LOG` is one of `off, error, warn, info, debug, trace`, from least to most noisy [error is default] - `RUST_LOG` is one of `off, error, warn, info, debug, trace`, from least to most noisy [error is default]
- `EXCLUDE_DIRS` is a comma separated list of directories to exclude from the Memories API - `EXCLUDED_DIRS` is a comma separated list of directories to exclude from the Memories API