mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: add supabase templates
This commit is contained in:
1
apps/dokploy/public/templates/supabase.svg
Normal file
1
apps/dokploy/public/templates/supabase.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 6.5 KiB |
@@ -1,6 +1,21 @@
|
|||||||
import type { TemplateData } from "./types/templates-data.type";
|
import type { TemplateData } from "./types/templates-data.type";
|
||||||
|
|
||||||
export const templates: TemplateData[] = [
|
export const templates: TemplateData[] = [
|
||||||
|
{
|
||||||
|
id: "supabase",
|
||||||
|
name: "SupaBase",
|
||||||
|
version: "1.24.07",
|
||||||
|
description:
|
||||||
|
"The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications. ",
|
||||||
|
links: {
|
||||||
|
github: "https://github.com/supabase/supabase",
|
||||||
|
website: "https://supabase.com/",
|
||||||
|
docs: "https://supabase.com/docs/guides/self-hosting",
|
||||||
|
},
|
||||||
|
logo: "supabase.svg",
|
||||||
|
load: () => import("./supabase/index").then((m) => m.generate),
|
||||||
|
tags: ["database", "firebase", "postgres"],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: "pocketbase",
|
id: "pocketbase",
|
||||||
name: "Pocketbase",
|
name: "Pocketbase",
|
||||||
|
|||||||
Reference in New Issue
Block a user