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
Head over to the <strongstyle="color:var(--text-primary);">Settings</strong> page and click the <strongstyle="color:var(--text-primary);">Appearance</strong> tab to change the look of DevBox Pro. You can switch between Light and Dark modes, or set it to match your system preferences. You can also customize the primary accent color to match your style.
387
+
DevBox Pro is highly customizable. The <strongstyle="color:var(--text-primary);">Settings</strong> page is divided into 5 major tabs:
<listyle="padding:4px 0;">• <strong>Projects:</strong> Set the default folder where new projects are created and choose your preferred local Top-Level Domain (TLD) like <code>.test</code> or <code>.local</code>.</li>
394
+
<listyle="padding:4px 0;">• <strong>Startup:</strong> Choose whether DevBox Pro opens automatically when you log into your computer.</li>
395
+
<listyle="padding:4px 0;">• <strong>Default Editor:</strong> Select your preferred code editor (VS Code, Cursor, PhpStorm, etc.) to quickly open project directories directly from the app.</li>
<listyle="padding:4px 0;">• <strong>Terminal Commands:</strong> Enable global shims so you can use commands like <code>php</code>, <code>npm</code>, <code>node</code>, <code>composer</code>, and <code>mysql</code> directly from any external terminal. DevBox Pro natively intercepts these and routes them to the correct local version based on what folder you are in.</li>
402
+
<listyle="padding:4px 0;">• <strong>Default Versions:</strong> Set the fallback PHP and Node.js versions to use when you type terminal commands outside of a known project directory.</li>
<listyle="padding:4px 0;">• <strong>Database Credentials:</strong> Configure the universal username/password for MySQL, MariaDB, and PostgreSQL. Changing these restarts the databases automatically to apply the new credentials.</li>
409
+
<listyle="padding:4px 0;">• <strong>Server Timezone:</strong> Synchronize the timezone configuration for PHP and database engines.</li>
410
+
<listyle="padding:4px 0;">• <strong>Port Configuration:</strong> Easily re-map the default ports for databases, object, and caching services if they conflict with software you already have installed.</li>
411
+
<listyle="padding:4px 0;">• <strong>SSL:</strong> Choose if new projects should be generated with valid HTTPS certificates by default.</li>
<listyle="padding:4px 0;">• <strong>Theme:</strong> Force Light mode, Dark mode, or follow your System settings.</li>
418
+
<listyle="padding:4px 0;">• <strong>Accent Color & Textures:</strong> Tailor the primary UI color and background pattern of the app to your liking.</li>
419
+
<listyle="padding:4px 0;">• <strong>Dark Mode Surface:</strong> Fine-tune the tint and contrast levels of dark mode components.</li>
<listyle="padding:4px 0;">• <strong>Auto-Start Projects:</strong> Choose whether projects should automatically start when DevBox Pro opens.</li>
397
-
<liclass="padding:4px 0;">• <strong>Default TLD:</strong> Change the default local domain suffix (e.g., from <code>.test</code> to <code>.local</code>).</li>
398
-
<liclass="padding:4px 0;">• <strong>Port Ranges:</strong> Specify the starting ports for web servers to avoid conflicts with other apps.</li>
399
-
<liclass="padding:4px 0;">• <strong>Hardware Acceleration:</strong> Toggle GPU acceleration for the desktop app.</li>
425
+
<listyle="padding:4px 0;">• <strong>App Updates & Rollbacks:</strong> Check for DevBox Pro client updates, or safely roll back to a previous version if an update causes issues.</li>
426
+
<listyle="padding:4px 0;">• <strong>Cloud Updates:</strong> Pull the latest compatibility rules and binary definitions catalog straight from the cloud without updating the core app.</li>
427
+
<listyle="padding:4px 0;">• <strong>Data Management:</strong> Review the raw App Data path, or perform a total factory reset (Clear All Data), which can wipe databases and projects if requested.</li>
0 commit comments