From 2853e4603759dcca92b77a37889c434a33ae97fb Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 4 Mar 2026 21:26:35 -0800 Subject: [PATCH] fix: update Postiz URL from social.jeffemmett.com to demo.rsocials.online The old domain had no DNS record. Postiz is served via Traefik at demo.rsocials.online. Co-Authored-By: Claude Opus 4.6 --- modules/rsocials/components/folk-socials-canvas.ts | 4 ++-- modules/rsocials/mod.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/rsocials/components/folk-socials-canvas.ts b/modules/rsocials/components/folk-socials-canvas.ts index 4b89f3c..484289a 100644 --- a/modules/rsocials/components/folk-socials-canvas.ts +++ b/modules/rsocials/components/folk-socials-canvas.ts @@ -403,7 +403,7 @@ class FolkSocialsCanvas extends HTMLElement { Postiz — Post Scheduler - + @@ -419,7 +419,7 @@ class FolkSocialsCanvas extends HTMLElement { const panel = this.shadow.getElementById("postiz-panel"); const iframe = panel?.querySelector("iframe"); if (panel) panel.classList.toggle("open", this.postizOpen); - if (iframe && this.postizOpen) iframe.src = "https://social.jeffemmett.com"; + if (iframe && this.postizOpen) iframe.src = "https://demo.rsocials.online"; if (iframe && !this.postizOpen) iframe.src = "about:blank"; }); this.shadow.getElementById("close-postiz")?.addEventListener("click", () => { diff --git a/modules/rsocials/mod.ts b/modules/rsocials/mod.ts index f1c887a..ceab505 100644 --- a/modules/rsocials/mod.ts +++ b/modules/rsocials/mod.ts @@ -521,7 +521,7 @@ routes.get("/scheduler", (c) => { moduleId: "rsocials", spaceSlug: space, modules: getModuleInfoList(), - appUrl: "https://social.jeffemmett.com", + appUrl: "https://demo.rsocials.online", appName: "Postiz", theme: "dark", })); @@ -593,7 +593,7 @@ export const socialsModule: RSpaceModule = { // Run migration for any existing file-based threads try { await migrateFileThreadsToAutomerge("demo"); } catch { /* ignore */ } }, - externalApp: { url: "https://social.jeffemmett.com", name: "Postiz" }, + externalApp: { url: "https://demo.rsocials.online", name: "Postiz" }, feeds: [ { id: "social-feed",