mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
feat: migration to fumadocs 14
This commit is contained in:
44
apps/docs-v2/content/docs/core/templates/index.mdx
Normal file
44
apps/docs-v2/content/docs/core/templates/index.mdx
Normal file
@@ -0,0 +1,44 @@
|
||||
---
|
||||
title: Open Source Templates
|
||||
description: Deploy open source templates with Dokploy
|
||||
---
|
||||
|
||||
By default we include a set of templates, that you can use to spin up templates quickly. You can also create your own templates.
|
||||
|
||||
## Templates
|
||||
|
||||
The following templates are available:
|
||||
|
||||
- **Pocketbase**: Open Source backend for your next SaaS and Mobile app in 1 file
|
||||
- **Calcom**: Open source alternative to calendly for scheduling meetings
|
||||
- **Plausible**: Open source analytics platform
|
||||
- **Glitchtip**: Simple tracking event error logging
|
||||
- **Documenso**: The Open Source DocuSign Alternative.
|
||||
- **Grafana**: Open source dashboard for your metrics
|
||||
- **NocoDB:**: Open Source Airtable Alternative
|
||||
- **AppSmith**: Open Source CRM Alternative
|
||||
- **Meilisearch**: A lightning-fast search API that fits effortlessly into your apps, websites, and workflow
|
||||
- **Odoo**: Open Source ERP Alternative
|
||||
- **Rocketchat**: Open Source Chat Platform
|
||||
- **Uptime Kuma**: Open Source Uptime Monitoring
|
||||
- **PhpMyAdmin**: Open Source Database Administration
|
||||
- **Minio**: Open Source Object Storage
|
||||
- **n8n**: Open Source Workflow Automation
|
||||
- **excalidraw**: Open Source Collaborative Drawing Tool
|
||||
- **Directus**: The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database.
|
||||
- **Baserow**: Platform to build admin panels, internal tools, and dashboards
|
||||
- **Metabase**: Open Source Business Intelligence
|
||||
- **Wordpress**: Open Source Content Management System
|
||||
- **Open WebUI**: Free and Open Source ChatGPT Alternative
|
||||
- **Teable**: Open Source Airtable Alternative, Developer Friendly, No-code Database Built on Postgres
|
||||
- **Roundcube**: Free and open source webmail software for the masses, written in PHP, uses SMTP[^1].
|
||||
|
||||
## Create your own template
|
||||
|
||||
We accept contributions to upload new templates to the dokploy repository.
|
||||
|
||||
Make sure to follow the guidelines for creating a template:
|
||||
|
||||
[Steps to create your own template](https://github.com/Dokploy/dokploy/blob/canary/CONTRIBUTING.md#templates)
|
||||
|
||||
[^1]: Please note that if you're self-hosting a mail server you need port 25 to be open for SMTP (Mail Transmission Protocol that allows you to send and receive) to work properly. Some VPS providers like [Hetzner](https://docs.hetzner.com/cloud/servers/faq/#why-can-i-not-send-any-mails-from-my-server) block this port by default for new clients.
|
||||
6
apps/docs-v2/content/docs/core/templates/pocketbase.mdx
Normal file
6
apps/docs-v2/content/docs/core/templates/pocketbase.mdx
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Pocketbase
|
||||
description: Deploy Pocketbase with Dokploy
|
||||
---
|
||||
|
||||
import { Callout } from "fumadocs-ui/components/callout";
|
||||
6
apps/docs-v2/content/docs/core/templates/supabase.mdx
Normal file
6
apps/docs-v2/content/docs/core/templates/supabase.mdx
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Supabase
|
||||
description: Deploy Supabase with Dokploy
|
||||
---
|
||||
|
||||
import { Callout } from "fumadocs-ui/components/callout";
|
||||
Reference in New Issue
Block a user