Fix Recursive searching with tags including Any and All filter modes

This commit is contained in:
Cameron Cordes
2024-03-09 13:11:55 -05:00
parent b2c8ebe558
commit 05a56ba0bd
5 changed files with 63 additions and 31 deletions

View File

@@ -5,6 +5,7 @@ Upon first run it will generate thumbnails for all images and videos at `BASE_PA
## Environment
There are a handful of required environment variables to have the API run.
They should be defined where the binary is located or above it in an `.env` file.
You must have `ffmpeg` installed for streaming video and generating video thumbnails.
- `DATABASE_URL` is a path or url to a database (currently only SQLite is tested)
- `BASE_PATH` is the root from which you want to serve images and videos