Skip to content

feat: configurable publish server URL#12520

Open
deephbz wants to merge 1 commit intologseq:masterfrom
deephbz:feat/configurable-publish-url
Open

feat: configurable publish server URL#12520
deephbz wants to merge 1 commit intologseq:masterfrom
deephbz:feat/configurable-publish-url

Conversation

@deephbz
Copy link
Copy Markdown
Contributor

@deephbz deephbz commented Apr 18, 2026

Mirror the Custom Sync Server URL pattern (#12459) for the single-page publish service. Settings -> Advanced -> Publish server URL opens a dialog that writes the URL to localStorage; frontend.config/publish-api-base reads it on each call so URL changes take effect without a restart.

Unlike sync, publish does not need a push-config-to-worker step because the handler is purely HTTP request-response with no long-lived connection.

e.g.
image

Mirror the Custom Sync Server URL pattern (logseq#12459) for the single-page
publish service. Settings -> Advanced -> Publish server URL opens a
dialog that writes the URL to localStorage; frontend.config/publish-api-base
reads it on each call so URL changes take effect without a restart.

Unlike sync, publish does not need a push-config-to-worker step because
the handler is purely HTTP request-response with no long-lived connection.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant