diff options
author | Vika <vika@fireburn.ru> | 2022-07-15 02:16:52 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2022-07-15 02:16:52 +0300 |
commit | 9c3b8424fb834a0f3576dfd1970ba4cad0afb95a (patch) | |
tree | e9c25c0107eb3631e12dbe8ff3744809f86affa8 | |
parent | 54d6afbe21a94c8de53852d4cd550de75473557f (diff) | |
download | kittybox-9c3b8424fb834a0f3576dfd1970ba4cad0afb95a.tar.zst |
README.md: Update according to current project status
-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. |