Installing-Supabase-with-Portainer

The simplest and fastest way to install Supabase is to use the Portainer template prepared by our team. This method minimizes manual configuration and allows you to deploy a stable, ready-to-use setup in just a few minutes. Requirements: In local instance navigate to Templates and select Application, find Supabase template and set necessary fields like passwords, JWT […]

Read More

NVMe vs SSD vs HDD – Overview and Comparison

When you choose a server or an upgrade, the storage type has a bigger impact on real-world speed than almost any other component. There are three options you’ll see: HDD (traditional hard drives), SATA SSD (solid-state drives), and NVMe SSD (the fastest solid-state drives). They differ enormously in speed, and understanding the gap helps you […]

Read More

Add and manage MySQL database and users

MySQL database, or website database, is a SQL DB that consists of several related tables in which all information about the website is saved. The database includes data tables (objects), data types, users, groups, statistics, etc.

Read More