mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Update default frameworks
This commit is contained in:
parent
644c18fc69
commit
e168ab9ffc
5 changed files with 10 additions and 10 deletions
2
.env
2
.env
|
|
@ -80,7 +80,7 @@ _APP_EXECUTOR_SECRET=your-secret-key
|
||||||
_APP_EXECUTOR_HOST=http://proxy/v1
|
_APP_EXECUTOR_HOST=http://proxy/v1
|
||||||
_APP_FUNCTIONS_RUNTIMES=php-8.0,node-18.0,python-3.9,ruby-3.1
|
_APP_FUNCTIONS_RUNTIMES=php-8.0,node-18.0,python-3.9,ruby-3.1
|
||||||
_APP_SITES_RUNTIMES=static-1,node-22
|
_APP_SITES_RUNTIMES=static-1,node-22
|
||||||
_APP_SITES_FRAMEWORKS=sveltekit,nextjs,static
|
_APP_SITES_FRAMEWORKS=sveltekit,nextjs,nuxt,astro,angular,remix,static
|
||||||
_APP_MAINTENANCE_INTERVAL=86400
|
_APP_MAINTENANCE_INTERVAL=86400
|
||||||
_APP_MAINTENANCE_DELAY=
|
_APP_MAINTENANCE_DELAY=
|
||||||
_APP_MAINTENANCE_RETENTION_CACHE=2592000
|
_APP_MAINTENANCE_RETENTION_CACHE=2592000
|
||||||
|
|
|
||||||
|
|
@ -75,7 +75,7 @@ return [
|
||||||
'name' => 'Next.js Starter website',
|
'name' => 'Next.js Starter website',
|
||||||
'useCases' => ['starter'],
|
'useCases' => ['starter'],
|
||||||
'demoUrl' => 'https://nextjs-starter.sites.qa17.appwrite.org/',
|
'demoUrl' => 'https://nextjs-starter.sites.qa17.appwrite.org/',
|
||||||
'demoImage' => 'https://qa17.appwrite.org/images/sites/nextjs-starter.png',
|
'demoImage' => 'https://qa17.appwrite.org/images/sites/templates/nextjs-starter.png',
|
||||||
'frameworks' => [
|
'frameworks' => [
|
||||||
getFramework('NEXTJS', [
|
getFramework('NEXTJS', [
|
||||||
'providerRootDirectory' => './nextjs/starter',
|
'providerRootDirectory' => './nextjs/starter',
|
||||||
|
|
@ -92,7 +92,7 @@ return [
|
||||||
'name' => 'Nuxt Starter website',
|
'name' => 'Nuxt Starter website',
|
||||||
'useCases' => ['starter'],
|
'useCases' => ['starter'],
|
||||||
'demoUrl' => 'https://nuxt-starter.sites.qa17.appwrite.org/',
|
'demoUrl' => 'https://nuxt-starter.sites.qa17.appwrite.org/',
|
||||||
'demoImage' => 'https://qa17.appwrite.org/images/sites/nuxt-starter.png',
|
'demoImage' => 'https://qa17.appwrite.org/images/sites/templates/nuxt-starter.png',
|
||||||
'frameworks' => [
|
'frameworks' => [
|
||||||
getFramework('NUXT', [
|
getFramework('NUXT', [
|
||||||
'providerRootDirectory' => './nuxt/starter',
|
'providerRootDirectory' => './nuxt/starter',
|
||||||
|
|
@ -109,7 +109,7 @@ return [
|
||||||
'name' => 'SvelteKit Starter website',
|
'name' => 'SvelteKit Starter website',
|
||||||
'useCases' => ['starter'],
|
'useCases' => ['starter'],
|
||||||
'demoUrl' => 'https://sveltekit-starter.sites.qa17.appwrite.org/',
|
'demoUrl' => 'https://sveltekit-starter.sites.qa17.appwrite.org/',
|
||||||
'demoImage' => 'https://qa17.appwrite.org/images/sites/sveltekit-starter.png',
|
'demoImage' => 'https://qa17.appwrite.org/images/sites/templates/sveltekit-starter.png',
|
||||||
'frameworks' => [
|
'frameworks' => [
|
||||||
getFramework('SVELTEKIT', [
|
getFramework('SVELTEKIT', [
|
||||||
'providerRootDirectory' => './sveltekit/starter',
|
'providerRootDirectory' => './sveltekit/starter',
|
||||||
|
|
@ -126,7 +126,7 @@ return [
|
||||||
'name' => 'Astro Starter website',
|
'name' => 'Astro Starter website',
|
||||||
'useCases' => ['starter'],
|
'useCases' => ['starter'],
|
||||||
'demoUrl' => 'https://astro-starter.sites.qa17.appwrite.org/',
|
'demoUrl' => 'https://astro-starter.sites.qa17.appwrite.org/',
|
||||||
'demoImage' => 'https://qa17.appwrite.org/images/sites/astro-starter.png',
|
'demoImage' => 'https://qa17.appwrite.org/images/sites/templates/astro-starter.png',
|
||||||
'frameworks' => [
|
'frameworks' => [
|
||||||
getFramework('ASTRO', [
|
getFramework('ASTRO', [
|
||||||
'providerRootDirectory' => './astro/starter',
|
'providerRootDirectory' => './astro/starter',
|
||||||
|
|
@ -143,7 +143,7 @@ return [
|
||||||
'name' => 'Remix Starter website',
|
'name' => 'Remix Starter website',
|
||||||
'useCases' => ['starter'],
|
'useCases' => ['starter'],
|
||||||
'demoUrl' => 'https://remix-starter.sites.qa17.appwrite.org/',
|
'demoUrl' => 'https://remix-starter.sites.qa17.appwrite.org/',
|
||||||
'demoImage' => 'https://qa17.appwrite.org/images/sites/remix-starter.png',
|
'demoImage' => 'https://qa17.appwrite.org/images/sites/templates/remix-starter.png',
|
||||||
'frameworks' => [
|
'frameworks' => [
|
||||||
getFramework('REMIX', [
|
getFramework('REMIX', [
|
||||||
'providerRootDirectory' => './remix/starter',
|
'providerRootDirectory' => './remix/starter',
|
||||||
|
|
@ -160,7 +160,7 @@ return [
|
||||||
'name' => 'Angular Starter website',
|
'name' => 'Angular Starter website',
|
||||||
'useCases' => ['starter'],
|
'useCases' => ['starter'],
|
||||||
'demoUrl' => 'https://angular-starter.sites.qa17.appwrite.org/',
|
'demoUrl' => 'https://angular-starter.sites.qa17.appwrite.org/',
|
||||||
'demoImage' => 'https://qa17.appwrite.org/images/sites/angular-starter.png',
|
'demoImage' => 'https://qa17.appwrite.org/images/sites/templates/angular-starter.png',
|
||||||
'frameworks' => [
|
'frameworks' => [
|
||||||
getFramework('ANGULAR', [
|
getFramework('ANGULAR', [
|
||||||
'providerRootDirectory' => './angular/starter',
|
'providerRootDirectory' => './angular/starter',
|
||||||
|
|
|
||||||
|
|
@ -37560,7 +37560,7 @@
|
||||||
"demoImage": {
|
"demoImage": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "File URL with preview screenshot.",
|
"description": "File URL with preview screenshot.",
|
||||||
"x-example": "https:\/\/cloud.appwrite.io\/images\/sites\/nextjs-starter.png"
|
"x-example": "https:\/\/cloud.appwrite.io\/images\/sites\/templates\/nextjs-starter.png"
|
||||||
},
|
},
|
||||||
"useCases": {
|
"useCases": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|
|
||||||
|
|
@ -38114,7 +38114,7 @@
|
||||||
"demoImage": {
|
"demoImage": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "File URL with preview screenshot.",
|
"description": "File URL with preview screenshot.",
|
||||||
"x-example": "https:\/\/cloud.appwrite.io\/images\/sites\/nextjs-starter.png"
|
"x-example": "https:\/\/cloud.appwrite.io\/images\/sites\/templates\/nextjs-starter.png"
|
||||||
},
|
},
|
||||||
"useCases": {
|
"useCases": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ class TemplateSite extends Model
|
||||||
'type' => self::TYPE_STRING,
|
'type' => self::TYPE_STRING,
|
||||||
'description' => 'File URL with preview screenshot.',
|
'description' => 'File URL with preview screenshot.',
|
||||||
'default' => '',
|
'default' => '',
|
||||||
'example' => 'https://cloud.appwrite.io/images/sites/nextjs-starter.png',
|
'example' => 'https://cloud.appwrite.io/images/sites/templates/nextjs-starter.png',
|
||||||
])
|
])
|
||||||
->addRule('useCases', [
|
->addRule('useCases', [
|
||||||
'type' => self::TYPE_STRING,
|
'type' => self::TYPE_STRING,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue