mirror of
https://github.com/stoatchat/self-hosted.git
synced 2026-07-21 04:25:24 -04:00
bug: ERR_TOO_MANY_REDIRECTS with fresh install #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maxi1134 on GitHub (Feb 5, 2025).
What happened?
I installed by following each step and then directed my domain name to my IP.
From there it is passed to a NGINX Proxy manager server who redirects it to the port 80 of the local RevoltChat Virtual machine.
Everything seems to be running properly:
My .env file:
My Revolt.toml:
My caddy section in compose file:
My NGINX config:
Anyone had this issue?
@maxi1134 commented on GitHub (Feb 5, 2025):
I think I found my solution.
This section of the guide:
Applies to
.env.webnot.envAfter setting:
HOSTNAME=:80in.env.web, it let me see the login page