mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 10:05:25 -05:00
[PR #496] [MERGED] fix(rybbit): add DOMAIN_NAME env var to resolve Invalid Origin issue #499
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?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/496
Author: @shadyar-bakr
Created: 11/1/2025
Status: ✅ Merged
Merged: 11/8/2025
Merged by: @Siumauricio
Base:
main← Head:fix/rybbit-template📝 Commits (2)
9e34a71Update docker-compose.yml to include DOMAIN_NAME variableef7b1e1Add DOMAIN_NAME to template📊 Changes
2 files changed (+5 additions, -2 deletions)
View changed files
📝
blueprints/rybbit/docker-compose.yml(+4 -2)📝
blueprints/rybbit/template.toml(+1 -0)📄 Description
This PR adds the missing
DOMAIN_NAMEenvironment variable to the Rybbit template and updates comments to clarify howBASE_URLandDOMAIN_NAMEshould be configured.Without this variable, authentication and organization creation failed due to an
Invalid Originerror when validating requests against the deployed domain.Files Updated
blueprints/rybbit/docker-compose.ymlblueprints/rybbit/template.tomlDOMAIN_NAME="${main_domain}"under[config.env]to ensure proper domain propagation in deployments.Related Issues
Closes https://github.com/Dokploy/templates/issues/495, https://github.com/Dokploy/templates/issues/154, https://github.com/rybbit-io/rybbit/issues/413
Note: we can also update the template to rybbit latest, I have it running now, with no issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.