chore: Update for-web to 0.5.0

This commit was made without the use of generative AI.

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
This commit is contained in:
Jacob Schlecht
2026-04-12 10:34:05 -06:00
parent 19f6885d14
commit 2941d776e1
2 changed files with 2 additions and 7 deletions

View File

@@ -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 <http://localhost:8880>

View File

@@ -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