From 2941d776e1da199fe7623b11de008d280204b1d7 Mon Sep 17 00:00:00 2001 From: Jacob Schlecht Date: Sun, 12 Apr 2026 10:34:05 -0600 Subject: [PATCH] chore: Update for-web to 0.5.0 This commit was made without the use of generative AI. Signed-off-by: Jacob Schlecht --- README.md | 6 ------ compose.yml | 3 ++- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 812d6b4..6bef0d4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ This repository contains configurations and instructions that can be used for de - [Configuration](#configuration) - [Updating](#updating) - [Additional Notes](#additional-notes) - - [Creating an Account](#creating-an-account) - [Placing Behind Another Reverse-Proxy or Another Port](#placing-behind-another-reverse-proxy-or-another-port) - [Insecurely Expose the Database](#insecurely-expose-the-database) - [Mongo Compatibility](#mongo-compatibility) @@ -220,11 +219,6 @@ docker compose up -d ## Additional Notes -### Creating an Account - -By default, email verification is disabled. -However, when you sign up for an account on your Stoat instance, you are still required to submit an email address and will see a prompt to "Check your mail!" for a verification email. You can simply return to the login page and log in using the email address and password you just set. - ### Placing Behind Another Reverse-Proxy or Another Port During configuration using `generate_config.sh` you will be asked if you'd like to place Stoat behind another reverse proxy. Enter `y` to configure for reverse proxy. This will expose your caddy on port 8880, and you can reverse proxy to diff --git a/compose.yml b/compose.yml index 3d7b2cf..4486e84 100644 --- a/compose.yml +++ b/compose.yml @@ -221,6 +221,7 @@ services: # Web App web: - image: ghcr.io/stoatchat/for-web:103d2bf + # for-web v0.5.0 + image: ghcr.io/stoatchat/for-web:3a83b8c restart: always env_file: .env.web \ No newline at end of file