{% extends "admin/layout.html" %} {% block title %}General Settings{% endblock %} {% block body %}

{% trans %}General Settings{% endtrans %}

{% trans %}Site Identity{% endtrans %}

{% trans %}Site Logo Type:{% endtrans %}
{% if site is defined and site.site_logo %} Current Logo {% else %} {% trans %}No logo{% endtrans %} {% endif %}

{% trans %}Recommended: SVG or PNG, max 2MB{% endtrans %}

{% if site is defined and site.logo_type == 'favicon_text' %}
{% trans %}Favicon + Text mode:{% endtrans %} {% trans %}Your favicon will appear before the logo text. Make sure you have uploaded a favicon above.{% endtrans %}
{% endif %}
{% trans %}Advanced: Custom Font{% endtrans %}

{% trans %}Enter CSS font-family value (e.g., 'Helvetica', Arial, sans-serif){% endtrans %}

{% trans %}Link to Google Fonts or custom font stylesheet{% endtrans %}

{% trans %}Color for dark mode (light text on dark background){% endtrans %}

{% trans %}Preview shows light mode colors. Dark mode colors will apply automatically.{% endtrans %}

{% if site is defined and site.site_favicon %} Current Favicon {% else %} {% endif %}

{% trans %}Recommended: ICO or PNG, 32x32 or 64x64{% endtrans %}

{% trans %}Domain Replacement{% endtrans %}

{% trans %}Replaces the old domain across all templates automatically when you save settings. No extra steps needed.{% endtrans %}

{% trans %}The domain currently in your templates (what to replace from).{% endtrans %}

{% trans %}Your new domain (any TLD).{% endtrans %}

{% trans %}Replaces the brand name (e.g. OnlineConvert). Auto-derived from domain if left blank.{% endtrans %}

{% trans %}Applied automatically across all template files when you save settings.{% endtrans %}

{% trans %}Brand Colors{% endtrans %}

{% trans %}Controls the primary accent color used across buttons, links, borders, focus rings, and the scrollbar across the entire site.{% endtrans %}

{% trans %}Link text{% endtrans %}

{% trans %}Primary Color{% endtrans %}

{% trans %}Scrollbar Colors{% endtrans %}

{% trans %}Tip: Set thumb color equal to Primary color for a consistent look. Changes apply on next page load.{% endtrans %}

{% trans %}Upload Dropzone Loader Color{% endtrans %}

{% trans %}Controls the circular progress indicator color in the file upload dropzone widget. Changes apply on next page load.{% endtrans %}

{% trans %}Hero Appearance{% endtrans %}

{% trans %}Customize the hero section background and text colors across all public pages.{% endtrans %}

{% trans %}Hero Section Preview{% endtrans %}

{% trans %}Light Mode Gradient{% endtrans %}

{% trans %}Dark Mode Gradient{% endtrans %}

{% trans %}Hero Text Color{% endtrans %}

{% trans %}Applied to headings and body text inside the hero section on all public pages.{% endtrans %}

{% trans %}Subdomain Routing{% endtrans %}

{% trans %}When enabled, converter pages use subdomains (e.g. audio.yourdomain.com). When disabled, all pages use path-based URLs (e.g. yourdomain.com/converter/audio/mp3).{% endtrans %}

{% trans %}Enable subdomain routing{% endtrans %}
{% trans %}Important:{% endtrans %} {% trans %}Subdomain routing requires wildcard DNS (*.yourdomain.com) and a wildcard SSL certificate to be configured on your server. Without these, subdomain URLs will not work.{% endtrans %}

{% trans %}Code Injection{% endtrans %}

{% trans %}This HTML will be injected into the <head> section of every page. Useful for analytics, custom fonts, etc.{% endtrans %}

{% trans %}This HTML is injected into <head> only for users whose plan has "Plan Head HTML Enabled" checked. Useful for injecting analytics or ad scripts for free/guest users.{% endtrans %}

{% trans %}This HTML will be injected right after the opening <body> tag on every page. Useful for tag managers, noscript tags, etc.{% endtrans %}

{% trans %}Footer Settings{% endtrans %}

{% trans %}HTML is allowed. Leave empty to use the default copyright text.{% endtrans %}

{% trans %}Social Action Buttons{% endtrans %}

{% trans %}Configure Bookmark, Like, Share, and Tweet buttons shown below ratings on all pages{% endtrans %}

{% trans %}Enable social buttons on all pages{% endtrans %}
{% trans %}Bookmark{% endtrans %}
{% trans %}Like{% endtrans %}
{% trans %}Share{% endtrans %}
{% trans %}Tweet{% endtrans %}

{% trans %}Display count next to Like button (e.g. 106k, 1.2M){% endtrans %}

{% trans %}Display count next to Share button (e.g. 2k, 500){% endtrans %}

{% trans %}Default text for tweet (page URL is auto-appended). Leave empty to use page title.{% endtrans %}

{% trans %}reCAPTCHA Settings{% endtrans %}

{% trans %}Google reCAPTCHA v2 for contact and report forms{% endtrans %}

{% trans %}Enable reCAPTCHA on forms{% endtrans %}

{% trans %}Public site key from{% endtrans %} {% trans %}Google reCAPTCHA Admin{% endtrans %}

{% trans %}Private secret key (kept server-side only){% endtrans %}

{% trans %}Advertisement Settings{% endtrans %}

{% trans %}Paste your ad code for each position. Ads are hidden from users on paid subscription plans.{% endtrans %}

{% trans %}Ad Positions:{% endtrans %} {% trans %}Banner (top of every page, below nav), Sidebar (next to converter tools), Inline (between content sections), Dashboard (inside user dashboard). All positions respect the paid plan setting.{% endtrans %}

{% trans %}Email / SMTP Settings{% endtrans %}

{% trans %}Configure outgoing email for password resets and notifications.{% endtrans %}

{% trans %}Gmail tip:{% endtrans %} {% trans %}Use{% endtrans %} {% trans %}smtp.gmail.com{% endtrans %}{% trans %}, port{% endtrans %} 587{% trans %}, your Gmail address, and an{% endtrans %} {% trans %}App Password{% endtrans %} {% trans %}(not your regular password). Requires 2FA enabled on your Google account.{% endtrans %}

{% trans %}Job Notifications{% endtrans %}

{% trans %}Notify users when their file conversion is ready.{% endtrans %}

{% trans %}Always free for all users. Uses the browser Notification API.{% endtrans %}

{% trans %}Can be restricted per plan. Uses dedicated SMTP below (falls back to main SMTP if empty).{% endtrans %}

{% trans %}Sends background push notifications to browsers even when the tab is closed. VAPID keys are auto-generated.{% endtrans %}

{% trans %}Broadcast Secret Key{% endtrans %}

{% trans %}Used to sign broadcast click/open tracking tokens. Set any long random string. Falls back to the Flask session secret if left blank.{% endtrans %}

{% trans %}Changing this invalidates all existing tracking links in previously sent broadcasts.{% endtrans %}

{% trans %}Notification Email SMTP (optional — leave blank to use main SMTP){% endtrans %}

{% trans %}Google Social Login{% endtrans %}

{% trans %}Allow users to sign in with their Google account.{% endtrans %}

{% trans %}Create OAuth 2.0 credentials at{% endtrans %} console.cloud.google.com. {% trans %}Set the Authorised Redirect URI to:{% endtrans %} /auth/google/callback

{% trans %}Microsoft Social Login{% endtrans %}

{% trans %}Allow users to sign in with their Microsoft account.{% endtrans %}

{% trans %}Register an app at{% endtrans %} portal.azure.com. {% trans %}Set the Redirect URI to:{% endtrans %} /auth/microsoft/callback {% trans %}and ensure the supported account types include personal + work accounts.{% endtrans %}

{% trans %}Apple Sign In{% endtrans %}

{% trans %}Allow users to sign in with their Apple ID.{% endtrans %}

{% trans %}Register a Services ID at{% endtrans %} developer.apple.com. {% trans %}Set the Redirect URI to:{% endtrans %} /auth/apple/callback. {% trans %}You will also need your Team ID, a Sign In with Apple key (Key ID + .p8 file contents).{% endtrans %}

{% trans %}Cloud Upload Tabs{% endtrans %}

{% trans %}Enable Google Drive, Dropbox and OneDrive upload tabs on converter pages. Leave blank to hide that tab.{% endtrans %}

{% trans %}Important: In your Dropbox App Console → Settings → "Chooser/Saver domains", you must add your site's domain (e.g. example.com). Without this, Dropbox will show "App is misconfigured" when users try to pick files.{% endtrans %}

{% trans %}Theme & Appearance{% endtrans %}

{% trans %}Control which display modes users can access and set the default when no preference is stored.{% endtrans %}

{% trans %}Allow Dark Mode{% endtrans %}

{% trans %}Let users switch to dark mode{% endtrans %}

{% trans %}Allow Light Mode{% endtrans %}

{% trans %}Let users switch to light mode{% endtrans %}

{% trans %}Default Mode{% endtrans %}

{% trans %}Shown when user has no stored preference or their preferred mode is disabled{% endtrans %}

{% trans %}If both modes are enabled, users can freely toggle between them. If only one mode is allowed, the toggle button is hidden and the selected default is enforced. If neither is enabled, the Default Mode is used as the fallback.{% endtrans %}

{% trans %}Cancel{% endtrans %}
{% endblock %} {% block page_scripts %} {% endblock %}