docs(news): turnkey Waline deploy guide + SECURE_DOMAINS - #645
Open
romeo111 wants to merge 1 commit into
Open
Conversation
The live setup guide omitted SECURE_DOMAINS, which restricts posting to your own site — without it, any website can point its comment box at the server and use it as a spam relay. That is a real gap, not a nicety. Also turns the deploy section into a copy-paste env-var block with the two privacy choices pre-decided (AKISMET_KEY=false so comment text is not sent to a shared third-party key; Neon in an EU region, not China-hosted LeanCloud), verified against Waline's current Vercel deploy flow on 2026-07-20. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #643. Two improvements to the now-live comment setup guide:
SECURE_DOMAINS=openonco.infoto the required env vars. Without it, a Waline instance accepts posts from any origin — any site can point its comment box at the server and use it as a spam relay. This was missing from the original guide and is a real hardening gap, not a nicety.AKISMET_KEY=false(the default is a shared hardcoded key that ships every comment's text to a third party) and Neon in an EU region rather than China-hosted LeanCloud.Verified against Waline's current Vercel deploy flow on 2026-07-20. Docs-only; no code or build change.
🤖 Generated with Claude Code