feat: rename folders
@ -15,6 +15,8 @@ This repository contains examples of how to deploy applications using Dokploy.
|
|||||||
- [x] Vite
|
- [x] Vite
|
||||||
- [x] VueJS
|
- [x] VueJS
|
||||||
- [x] AstroJS
|
- [x] AstroJS
|
||||||
|
- [x] Astro SSR
|
||||||
- [x] Go Fiber
|
- [x] Go Fiber
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -6,7 +6,7 @@ This repository contains an example of AstroJS application that is deployed on D
|
|||||||
1. **Use Git Provider in Your Application**:
|
1. **Use Git Provider in Your Application**:
|
||||||
- Repository: `https://github.com/Dokploy/examples.git`
|
- Repository: `https://github.com/Dokploy/examples.git`
|
||||||
- Branch: `main`
|
- Branch: `main`
|
||||||
- Build path: `/astro-simple`
|
- Build path: `/astro`
|
||||||
|
|
||||||
2. **Add Environment Variables**:
|
2. **Add Environment Variables**:
|
||||||
- Navigate to the "Environments" tab and add the following variable:
|
- Navigate to the "Environments" tab and add the following variable:
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 749 B After Width: | Height: | Size: 749 B |
@ -6,7 +6,7 @@ This repository contains an example of Go fiber application that is deployed on
|
|||||||
1. **Use Git Provider in Your Application**:
|
1. **Use Git Provider in Your Application**:
|
||||||
- Repository: `https://github.com/Dokploy/examples.git`
|
- Repository: `https://github.com/Dokploy/examples.git`
|
||||||
- Branch: `main`
|
- Branch: `main`
|
||||||
- Build path: `/go-fiber-simple`
|
- Build path: `/go-fiber`
|
||||||
|
|
||||||
4. **Click on Deploy**:
|
4. **Click on Deploy**:
|
||||||
- Deploy your application by clicking the deploy button.
|
- Deploy your application by clicking the deploy button.
|
0
lit-simple/.gitignore → lit/.gitignore
vendored
@ -6,7 +6,7 @@ This repository contains an example of Lit application that is deployed on Dokpl
|
|||||||
1. **Use Git Provider in Your Application**:
|
1. **Use Git Provider in Your Application**:
|
||||||
- Repository: `https://github.com/Dokploy/examples.git`
|
- Repository: `https://github.com/Dokploy/examples.git`
|
||||||
- Branch: `main`
|
- Branch: `main`
|
||||||
- Build path: `/lit-simple`
|
- Build path: `/lit`
|
||||||
|
|
||||||
2. **Add Environment Variables**:
|
2. **Add Environment Variables**:
|
||||||
- Navigate to the "Environments" tab and add the following variable:
|
- Navigate to the "Environments" tab and add the following variable:
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "lit-simple",
|
"name": "lit",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 639 B After Width: | Height: | Size: 639 B |
@ -6,7 +6,7 @@ This repository contains an example of nextjs application that is deployed on Do
|
|||||||
1. **Use Git Provider in Your Application**:
|
1. **Use Git Provider in Your Application**:
|
||||||
- Repository: `https://github.com/Dokploy/examples.git`
|
- Repository: `https://github.com/Dokploy/examples.git`
|
||||||
- Branch: `main`
|
- Branch: `main`
|
||||||
- Build path: `/nextjs-simple`
|
- Build path: `/nextjs`
|
||||||
|
|
||||||
4. **Click on Deploy**:
|
4. **Click on Deploy**:
|
||||||
- Deploy your application by clicking the deploy button.
|
- Deploy your application by clicking the deploy button.
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "nextjs-simple",
|
"name": "nextjs",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 629 B After Width: | Height: | Size: 629 B |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@ -6,7 +6,7 @@ This repository contains an example of Preact application that is deployed on Do
|
|||||||
1. **Use Git Provider in Your Application**:
|
1. **Use Git Provider in Your Application**:
|
||||||
- Repository: `https://github.com/Dokploy/examples.git`
|
- Repository: `https://github.com/Dokploy/examples.git`
|
||||||
- Branch: `main`
|
- Branch: `main`
|
||||||
- Build path: `/preact-simple`
|
- Build path: `/preact`
|
||||||
|
|
||||||
2. **Add Environment Variables**:
|
2. **Add Environment Variables**:
|
||||||
- Navigate to the "Environments" tab and add the following variable:
|
- Navigate to the "Environments" tab and add the following variable:
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "preact-simple",
|
"name": "preact",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.6 KiB |
@ -6,7 +6,7 @@ This repository contains an example of Qwikjs application that is deployed on Do
|
|||||||
1. **Use Git Provider in Your Application**:
|
1. **Use Git Provider in Your Application**:
|
||||||
- Repository: `https://github.com/Dokploy/examples.git`
|
- Repository: `https://github.com/Dokploy/examples.git`
|
||||||
- Branch: `main`
|
- Branch: `main`
|
||||||
- Build path: `/qwik-simple`
|
- Build path: `/qwik`
|
||||||
|
|
||||||
2. **Add Environment Variables**:
|
2. **Add Environment Variables**:
|
||||||
- Navigate to the "Environments" tab and add the following variable:
|
- Navigate to the "Environments" tab and add the following variable:
|
Before Width: | Height: | Size: 947 B After Width: | Height: | Size: 947 B |