From d2d862f353bfb9b84a9773f315255d7d7e71e2b1 Mon Sep 17 00:00:00 2001 From: Jacob Schlecht Date: Wed, 18 Feb 2026 20:51:09 -0700 Subject: [PATCH] fix: Few small fixes in README.md This commit was made without the use of generative AI. Signed-off-by: Jacob Schlecht --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a6fb5e..37e4adc 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,6 @@ Self-hosting Stoat using Docker This repository contains configurations and instructions that can be used for deploying a full instance of Stoat, including the back-end, web front-end, file server, and metadata and image proxy. > [!WARNING] -> If you are updating an instance from before November 28, 2024, please consult the [notices section](#notices) at the bottom. -> If you are updating an instance from before October 5, 2025, please consult the [notices section](#notices) at the bottom. > If you are updating an instance from before February 18, 2026, please consult the [notices section](#notices) at the bottom. > [!IMPORTANT] @@ -424,7 +422,7 @@ db.invites.insertOne({ _id: "enter_an_invite_code_here" }) > You must run the environment with the old revolt name to apply the update. After you run `docker compose pull` during the upgrade procedure, you must run `docker compose -p revolt down`. You may then continue with the upgrade procedure. > [!IMPORTANT] -> As of February 18, 2026, livekit support and the new web app was added to the self host repo. In order to utilize the new voice features and the new web app, you must add configuration. +> As of February 18, 2026, livekit support and the new web app was added to the self host repo. In order to utilize the new voice features and the new web app, you must add a valid livekit configuration. > > Before beginning the upgrade process, please do the following: >