ডকুমেন্টেশন আপাতত শুধুমাত্র ইংরেজি। সাইট বাকি আপনার ভাষা অনুসরণ করে.
Settings
Site identity, timezone, visibility, site icon, public API, permalinks, discussion, outgoing mail, email templates, and the admin URL.
6 মিনিট পড়া হয়েছে
Admin → Settings. GET/POST /api/settings (read with session; write as administrator).
| Setting | Meaning |
|---|---|
| Site name / tagline / URL | Identity; also /api/site/identity. |
| Site icon | Media-backed favicon (recommend 512×512). Emitted as <link rel="icon"> and apple-touch-icon; /favicon.ico redirects to it. Survives theme changes. |
posts_per_page | Default 10 from install. |
timezone | Default UTC. |
site_public | If false, anonymous visitors see under construction. Admins and editors bypass. Action site.underConstruction.viewed, filter site.underConstruction.render. |
public_api_enabled | Kill switch for /api/v1 and /api/site (see Public API). |
discourage_search_engines | Drives /robots.txt. |
New installs are private
The wizard sets site_public=false. Turn it on when you are ready for the world.
Settings → Discussion holds the site comment policy — on/off, hold for moderation, moderator email, author links, auto-close after N days, page size, length and reply-depth limits, and the CAPTCHA provider (Cloudflare Turnstile, hCaptcha, Google reCAPTCHA v2 or v3) and keys. See Comments.
Settings → Outgoing mail configures sender identities, the mail transport, delivery and dead-letter logs, retries, and per-type suppression — see Outgoing mail. Admin → Emails designs the messages themselves — see Email templates.
Settings → Permalinks chooses the public URL structure — a post preset or a custom token structure, per-type and taxonomy bases, and a trailing-slash policy — and 301s previously published URLs to the new ones. See Permalinks and the Redirect manager.
Security → Admin URL moves the admin entry path off /admin (see Security). Settings also controls whether self-service password reset is offered, and to which roles.
The install wizard sets the default public-site language and can email the full site details and admin credentials to an address you enter. On first run, Admin Home shows a dismissible “Welcome to JustFlows” panel — bundled links to the docs, Marketplace, roadmap, Discord, and Updates, with no remote feed — that each administrator can minimize or dismiss (new user_preferences table).