mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 16:55:42 -05:00
[PR #715] fix(plane): add http scheme to WEB_URL #2037
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/715
Author: @adryserage
Created: 2/20/2026
Status: 🔄 Open
Base:
canary← Head:fix/plane-env-urls📝 Commits (2)
36194c6fix(plane): add http scheme to WEB_URL658853eUpdate blueprints/plane/template.toml📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
blueprints/plane/template.toml(+1 -1)📄 Description
Summary
Changes
Context
Follows up on #582 (closed for inactivity). Addresses review feedback from @Siumauricio — removed \https://\ and kept \API_BASE_URL\ as internal \http://api:8000.
Testing
Verified template.toml syntax is valid.
Greptile Summary
Added
http://scheme toWEB_URLenvironment variable so Plane can generate valid absolute URLs for emails, redirects, and other features. The change correctly useshttp://instead ofhttps://since Traefik handles SSL termination at the proxy level.WEB_URLto includehttp://scheme prefix (was missing protocol entirely)http://${domain}pattern for internal URLsCORS_ALLOWED_ORIGINSstill useshttps://which may cause CORS errorsConfidence Score: 4/5
WEB_URL(http) andCORS_ALLOWED_ORIGINS(https) that should be verified in testingCORS_ALLOWED_ORIGINSconfiguration in production to ensure no CORS errors occurLast reviewed commit:
36194c6🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.