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

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