mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-15 23:02:03 -05:00
[PR #940] [MERGED] fix: use HTTPS for Outline OIDC URLs #15270
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/940
Author: @rohitmulani63-ops
Created: 6/22/2026
Status: ✅ Merged
Merged: 7/7/2026
Merged by: @Siumauricio
Base:
canary← Head:codex/fix-outline-https-oidc📝 Commits (3)
a22d73bfix: use HTTPS for Outline OIDC URLs12bed01Add root-healthy Dex proxy for Outline836d3e4Merge remote-tracking branch 'origin/canary' into codex/fix-outline-https-oidc📊 Changes
2 files changed (+46 additions, -8 deletions)
View changed files
📝
blueprints/outline/docker-compose.yml(+20 -3)📝
blueprints/outline/template.toml(+26 -5)📄 Description
Summary
Closes #739.
Updates the Outline template's public URL and OIDC/Dex URLs to use HTTPS.
The current template generates
http://values for:URLDEX_URLissuerOn Dokploy, the public domain is typically served behind HTTPS/TLS, so these HTTP values can cause mismatched login redirects and OIDC callback problems. This PR also sets
FORCE_HTTPSto true for the Outline service.Validation
npm.cmd run validate-template -- --dir ../blueprints/outlinenpm.cmd run validate-docker-compose -- --file ../blueprints/outline/docker-compose.ymlgit diff --check🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.