about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2022-07-15 02:16:52 +0300
committerVika <vika@fireburn.ru>2022-07-15 02:16:52 +0300
commit9c3b8424fb834a0f3576dfd1970ba4cad0afb95a (patch)
treee9c25c0107eb3631e12dbe8ff3744809f86affa8 /README.md
parent54d6afbe21a94c8de53852d4cd550de75473557f (diff)
README.md: Update according to current project status
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 6 insertions, 7 deletions
diff --git a/README.md b/README.md
index b756805..aa533b2 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,6 @@ list is:
  - Sending Webmentions (though you can send them manually!)
  - Receiving Webmentions
  - Syndicating
- - File uploads
  - Token management (polyfilled via an external service)
  - Changing settings beyond what was filled in at the onboarding
 
@@ -88,17 +87,17 @@ deployment. In the future, these will be fully reimplemented within
 Kittybox to preserve your privacy and security.
 
 Set the following environment variables:
- - `AUTHORIZATION_ENDPOINT`: Your IndieAuth authorization endpoint. If
-   unsure, use `https://indieauth.com/auth`
- - `TOKEN_ENDPOINT`: Your IndieAuth token endpoint. If unsure, use
-   `https://tokens.indieauth.com/token`
  - `BACKEND_URI`: Your storage backend URI, used to store post
    content.
    - To use flat files, use `file://` and append an absolute path to
      your folder like this: `file:///var/lib/kittybox/data`
-   - To use Redis (currently not working) use `redis://` and append
+   <!-- - To use Redis (currently not working) use `redis://` and append
      either an URI or a path to the Unix socket for your Redis
-     instance.
+     instance.-->
+ - `BLOBSTORE_URI`: Your media endpoint storage URI, used to store
+   files uploaded via the media endpoint.
+   - To use flat files, use `file://` and append an absolute path to
+     your folder like this: `file:///var/lib/kittybox/media`
 
 Additionally you can customize the `SERVE_AT` environment variable to
 customize where Kittybox will listen to requests.