summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2022-11-25 07:57:18 +0300
committerAndrew Dolgov <[email protected]>2022-11-25 07:57:18 +0300
commitd0941fb67a728e05bdb232e61769b044b597024f (patch)
tree0ae6c131017365bbb302fcf487d6ca5112821de1
parent77ad02bcfa4f24529068dab041d0cba2f5afc406 (diff)
add README
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9a5f84..2a1a54d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,19 @@
# Cache S3
-Experimental file cache backend using S3 protocol (e.g. Minio)
+File cache backend using S3 protocol (e.g. Minio)
+
+## Installation
+
+Plugin must be enabled systemwide via `TTRSS_PLUGINS`.
+
+## Configuration
+
+The following options are required:
+
+```ini
+TTRSS_CACHE_S3_ENDPOINT=http://example.com:9000
+TTRSS_CACHE_S3_BUCKET=bucket-name
+TTRSS_CACHE_S3_REGION=us-east-1
+TTRSS_CACHE_S3_ACCESS_KEY=xxx
+TTRSS_CACHE_S3_SECRET_KEY=yyy
+```