diff options
-rw-r--r-- | README.md | 13 |
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. |