From 9c3b8424fb834a0f3576dfd1970ba4cad0afb95a Mon Sep 17 00:00:00 2001 From: Vika Date: Fri, 15 Jul 2022 02:16:52 +0300 Subject: README.md: Update according to current project status --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'README.md') 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 + + - `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. -- cgit 1.4.1