From 3775ac5c8a09eb5457f06cfb1cc003c52088e6b0 Mon Sep 17 00:00:00 2001 From: Abhishek Shroff Date: Fri, 11 Jul 2025 21:59:54 +0530 Subject: [PATCH] [meta] Add matrix chat to the readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57c99bd4..6d7dd7f4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Phylum ====== [![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) +![Matrix](https://img.shields.io/matrix/phylum_cloud%3Amatrix.org) Phylum is a self-hosted file storage platform with offline-first web and native clients, meant as a replacement for Google Drive, Dropbox, etc. It is licensed under GNU Affero GPL 3.0, and is intended to be forever free and non-commercial. @@ -13,6 +14,7 @@ Fair warning: Phylum is under very active development. Don't even think about pu - [Quick Start](#quick-start) * [Using Compose (Podman, Docker)](#using-compose-podman-docker) * [Local build](#local-build) + * [Help](#help) - [CLI](#cli) - [Configuration and Management](#configuration-and-management) * [Adding users](#adding-users) @@ -95,12 +97,15 @@ Here is a list of what is planned, in rough order: It is highly recommended to take a look at `config.defaults.yml` to see a full list of configuration options. - ### Local build See [Development](#development) +### Help +Reach out on Matrix at [#phylum_cloud:matrix.org](https://matrix.to/#/#phylum_cloud:matrix.org) if you need help. + + ## CLI The CLI is a powerful way to interact with and manage a locally running phylum instance. It also enables many advanced admin use-cases that are not yet possible using the app or API yet. You can run it on docker using