chore: Update for-web to 0.5.0 (#275)

This commit was made without the use of generative AI.

Signed-off-by: Jacob Schlecht <dadadah@echoha.us>
pull/282/head
Jacob Schlecht 3 months ago committed by GitHub
parent 19f6885d14
commit a71361f1a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -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
Loading…
Cancel
Save