<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Customization :: DbGate</title>
    <link>https://dbgate.io/dbgate-classic/customization/index.html</link>
    <description>Adapt DbGate to your environment and taste. You can restyle the interface with built-in or custom themes (including an AI theme assistant), and - for the web and self-hosted editions - control almost every aspect of runtime behavior through environment variables, from storage and authentication to logging and per-connection settings. Ready-made configuration samples cover the most common deployment scenarios.&#xA;Custom themes - build and share your own color themes Environment variables - configure storage, authentication, logging, connections and more Web app config samples - example configurations for common deployment scenarios</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <atom:link href="https://dbgate.io/dbgate-classic/customization/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Custom themes</title>
      <link>https://dbgate.io/dbgate-classic/customization/custom-themes/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://dbgate.io/dbgate-classic/customization/custom-themes/index.html</guid>
      <description>DbGate has flexible theming support. You could create your own theme, changing colors of various UI elements.&#xA;Themes are created as JSON files. The simplest way to create custom theme is to use theme AI assistant.&#xA;Theme AI Assistant For invoking theme AI assistant, open Settings/Themes, then click “Customize with AI assistant” button.&#xA;Theme AI assistent will customize your theme according to your instructions. You could specify, which colors you want to change, and how. For example, you could say “Make primary color green, and background color dark gray”.</description>
    </item>
    <item>
      <title>Environment variables</title>
      <link>https://dbgate.io/dbgate-classic/customization/env-variables/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://dbgate.io/dbgate-classic/customization/env-variables/index.html</guid>
      <description>Configuration via environment variables could be used in docker containers, also when using npm package. NPM package supports .env files.&#xA;dbgate-serve - NPM package for Community edition dbgate-serve-premium - NPM package for Premium edition dbgate/dbgate - Docker image for Community edition dbgate/dbgate-premium - Docker image for Premium edition Premium vs Team Community edition Community (FOSS) edition uses only configuration from environment variables listed below. Team Premium edition uses database storage for settings with administration UI, only few basic settings are configured with env variables.</description>
    </item>
    <item>
      <title>Web app config samples</title>
      <link>https://dbgate.io/dbgate-classic/customization/web-app-config/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://dbgate.io/dbgate-classic/customization/web-app-config/index.html</guid>
      <description>There are lot of configuration layouts, which could be achieved with environment variables configuration. In this topic, sample configurations web app will be shown.&#xA;Use storage database and administration for settings (Premium) This configuration layout uses administration for configure database connections and users. All settings are stored into database configured with env variables. Please use Premium docker container for this to work.&#xA;STORAGE_SERVER: mariadb STORAGE_USER: root STORAGE_PASSWORD: &lt;Your password into database&gt; STORAGE_PORT: 3306 STORAGE_DATABASE: dbgate STORAGE_ENGINE: mysql@dbgate-plugin-mysql ADMIN_PASSWORD: &lt;Admin password&gt;</description>
    </item>
  </channel>
</rss>