You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 11, 2026. It is now read-only.
AWCMS-Mini already has blog_content, /news public routing, Module Management, Tenant Domain, and Visitor Analytics foundations. This issue adds a full-online news portal preset that requires Cloudflare R2 as the only storage backend for news images.
This issue is full-online only and must not change offline/LAN behavior.
Objective
Add a news_portal_full_online_r2 preset that configures AWCMS-Mini for a public news portal where all news images are stored only in Cloudflare R2 object storage.
Scope
Add a tenant/module preset that enables or configures:
Depends on: #631
Context
AWCMS-Mini already has
blog_content,/newspublic routing, Module Management, Tenant Domain, and Visitor Analytics foundations. This issue adds a full-online news portal preset that requires Cloudflare R2 as the only storage backend for news images.This issue is full-online only and must not change offline/LAN behavior.
Objective
Add a
news_portal_full_online_r2preset that configures AWCMS-Mini for a public news portal where all news images are stored only in Cloudflare R2 object storage.Scope
Add a tenant/module preset that enables or configures:
Expected modules/profile:
Required R2 configuration keys:
Out of scope
Acceptance criteria
full_online.FILE_STORAGE_DRIVERis notcloudflare_r2.LOCAL_FILE_UPLOADS_ENABLED=true.LOCAL_MEDIA_STORAGE_ENABLED=true..env.exampledocuments the full-online R2-only profile.bun run config:validatecovers the preset.bun run security:readinesscovers the preset.bun run checkpasses.Security notes