mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
[PR #167] [MERGED] fix(blueprint): generate required 32-byte hex secret_key with hash:64 #258
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/167
Author: @deankerr
Created: 6/5/2025
Status: ✅ Merged
Merged: 6/20/2025
Merged by: @Siumauricio
Base:
main← Head:fix-outline-secret-key📝 Commits (1)
11740aefix(blueprint): generate 32-byte hex secret_key with hash helper📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
blueprints/outline/template.toml(+1 -1)📄 Description
Outline expects a hex-encoded 32-byte random
SECRET_KEYvalue, but currently abase64:32value is generated, making authentication impossible.outline/.env.sample
Replacing the helper with
hash:64intemplate.tomlgenerates an appropriate hex key (64-chars = 32-bytes), making the template usable immediately.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.