From 47ce0e170d0453c559f948987e8b036e7e860567 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 24 Apr 2025 11:04:09 -0500 Subject: [PATCH] Change to grouped template format --- postgres.json => yacht_templates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename postgres.json => yacht_templates.json (79%) diff --git a/postgres.json b/yacht_templates.json similarity index 79% rename from postgres.json rename to yacht_templates.json index 20d4879..1c8f2d8 100644 --- a/postgres.json +++ b/yacht_templates.json @@ -2,7 +2,7 @@ "type": 1, "title": "PostgreSQL 17.4", "name": "PostgreSQL 17.4", - "description": "Phpmyadmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB.", + "description": "PostgreSQL 17 is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance. This template uses the official PostgreSQL Docker image @ https://hub.docker.com/_/postgres/.", "logo": "", "image": "postgres:17.4", "note": "This is a PostgreSQL database server.",