From f54e890d75850b4d7e99d5fdc037645e7ba9be2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kr=C3=BChlmann?= Date: Mon, 5 Jan 2026 22:35:43 +0100 Subject: [PATCH] Rename images to assets --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b09266..482643a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Define the following required environment variables: | Variable | Description | Example Value | |----------|-------------|---------------| -| IMGFLOAT_ASSETS_PATH | Filesystem path to store uploaded images | /var/imgfloat/assets | +| IMGFLOAT_ASSETS_PATH | Filesystem path to store uploaded assets | /var/imgfloat/assets | | IMGFLOAT_PREVIEWS_PATH | Filesystem path to store generated image previews | /var/imgfloat/previews | | IMGFLOAT_DB_PATH | Filesystem path to the SQLite database file | /var/imgfloat/imgfloat.db | | IMGFLOAT_INITIAL_TWITCH_USERNAME_SYSADMIN | Twitch username of the initial sysadmin user | example_broadcaster |