mirror of
https://github.com/Dokploy/examples
synced 2025-06-26 18:15:52 +00:00
Merge pull request #13 from designorant/11ty
Add 11ty application template
This commit is contained in:
commit
aa12f99f89
2
11ty/.gitignore
vendored
Normal file
2
11ty/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
node_modules
|
||||
_site
|
22
11ty/README.md
Normal file
22
11ty/README.md
Normal file
@ -0,0 +1,22 @@
|
||||
# 11ty Example
|
||||
|
||||
This repository contains an example of 11ty application that is deployed on Dokploy.
|
||||
|
||||
|
||||
1. **Use Git Provider in Your Application**:
|
||||
- Repository: `https://github.com/Dokploy/examples.git`
|
||||
- Branch: `main`
|
||||
- Build path: `/11ty`
|
||||
- Publish Directory: `./_site` (Nixpacks)
|
||||
|
||||
3. **Click on Deploy**:
|
||||
- Deploy your application by clicking the deploy button.
|
||||
|
||||
4. **Generate a Domain**:
|
||||
- Click on generate domain button.
|
||||
- A new domain will be generated for you.
|
||||
- Set Port `80`
|
||||
- You can use this domain to access your application.
|
||||
|
||||
|
||||
If you need further assistance, join our [Discord server](https://discord.com/invite/2tBnJ3jDJc).
|
1
11ty/index.html
Normal file
1
11ty/index.html
Normal file
@ -0,0 +1 @@
|
||||
<!doctype html><title>11ty Page title</title><p>Hi</p>
|
15
11ty/package.json
Normal file
15
11ty/package.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"name": "11ty",
|
||||
"version": "1.0.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "npx @11ty/eleventy --serve",
|
||||
"build": "npx @11ty/eleventy"
|
||||
},
|
||||
"keywords": [],
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@11ty/eleventy": "^3.0.0"
|
||||
}
|
||||
}
|
1418
11ty/pnpm-lock.yaml
Normal file
1418
11ty/pnpm-lock.yaml
Normal file
File diff suppressed because it is too large
Load Diff
15
README.md
15
README.md
@ -3,23 +3,24 @@
|
||||
---
|
||||
This repository contains examples of how to deploy applications using Dokploy.
|
||||
|
||||
- [x] 11ty
|
||||
- [x] Astro
|
||||
- [x] Astro SSR
|
||||
- [x] Django
|
||||
- [x] Flask
|
||||
- [x] Go Fiber
|
||||
- [x] Lit
|
||||
- [x] NestJS
|
||||
- [x] NextJS
|
||||
- [x] Nuxt
|
||||
- [x] Preact
|
||||
- [x] Qwik
|
||||
- [x] Remix
|
||||
- [x] SolidJS
|
||||
- [x] Svelte
|
||||
- [x] Vite
|
||||
- [x] VueJS
|
||||
- [x] Nuxt
|
||||
- [x] AstroJS
|
||||
- [x] Astro SSR
|
||||
- [x] Go Fiber
|
||||
- [x] NestJS
|
||||
- [x] T3 App
|
||||
- [x] Turborepo
|
||||
- [x] Vite
|
||||
- [x] VueJS
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user