fix(templates): mark Cal.com as AMD-only
Add the `amd_only` flag to the Cal.com service entry in both template JSON files so it is constrained to supported architecture.
This commit is contained in:
parent
aa445b4a6c
commit
6b609536a5
4 changed files with 16 additions and 14 deletions
12
openapi.json
12
openapi.json
|
|
@ -361,7 +361,7 @@
|
||||||
},
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Comma-separated list of URLs (e.g. \"http:\/\/app.coolify.io,https:\/\/app2.coolify.io\")"
|
"description": "Comma-separated list of URLs (e.g. \"https:\/\/app.coolify.io,https:\/\/app2.coolify.io\")"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
|
@ -811,7 +811,7 @@
|
||||||
},
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Comma-separated list of URLs (e.g. \"http:\/\/app.coolify.io,https:\/\/app2.coolify.io\")"
|
"description": "Comma-separated list of URLs (e.g. \"https:\/\/app.coolify.io,https:\/\/app2.coolify.io\")"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
|
@ -1261,7 +1261,7 @@
|
||||||
},
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Comma-separated list of URLs (e.g. \"http:\/\/app.coolify.io,https:\/\/app2.coolify.io\")"
|
"description": "Comma-separated list of URLs (e.g. \"https:\/\/app.coolify.io,https:\/\/app2.coolify.io\")"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
|
@ -2692,7 +2692,7 @@
|
||||||
},
|
},
|
||||||
"domain": {
|
"domain": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Comma-separated list of URLs (e.g. \"http:\/\/app.coolify.io,https:\/\/app2.coolify.io\")"
|
"description": "Comma-separated list of URLs (e.g. \"https:\/\/app.coolify.io,https:\/\/app2.coolify.io\")"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
|
@ -10811,7 +10811,7 @@
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Comma-separated list of URLs (e.g. \"http:\/\/app.coolify.io,https:\/\/app2.coolify.io\")."
|
"description": "Comma-separated list of URLs (e.g. \"https:\/\/app.coolify.io,https:\/\/app2.coolify.io\")."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
|
@ -11142,7 +11142,7 @@
|
||||||
},
|
},
|
||||||
"url": {
|
"url": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Comma-separated list of URLs (e.g. \"http:\/\/app.coolify.io,https:\/\/app2.coolify.io\")."
|
"description": "Comma-separated list of URLs (e.g. \"https:\/\/app.coolify.io,https:\/\/app2.coolify.io\")."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
|
|
||||||
12
openapi.yaml
12
openapi.yaml
|
|
@ -258,7 +258,7 @@ paths:
|
||||||
docker_compose_domains:
|
docker_compose_domains:
|
||||||
type: array
|
type: array
|
||||||
description: 'Array of URLs to be applied to containers of a dockercompose application.'
|
description: 'Array of URLs to be applied to containers of a dockercompose application.'
|
||||||
items: { properties: { name: { type: string, description: 'The service name as defined in docker-compose.' }, domain: { type: string, description: 'Comma-separated list of URLs (e.g. "http://app.coolify.io,https://app2.coolify.io")' } }, type: object }
|
items: { properties: { name: { type: string, description: 'The service name as defined in docker-compose.' }, domain: { type: string, description: 'Comma-separated list of URLs (e.g. "https://app.coolify.io,https://app2.coolify.io")' } }, type: object }
|
||||||
watch_paths:
|
watch_paths:
|
||||||
type: string
|
type: string
|
||||||
description: 'The watch paths.'
|
description: 'The watch paths.'
|
||||||
|
|
@ -546,7 +546,7 @@ paths:
|
||||||
docker_compose_domains:
|
docker_compose_domains:
|
||||||
type: array
|
type: array
|
||||||
description: 'Array of URLs to be applied to containers of a dockercompose application.'
|
description: 'Array of URLs to be applied to containers of a dockercompose application.'
|
||||||
items: { properties: { name: { type: string, description: 'The service name as defined in docker-compose.' }, domain: { type: string, description: 'Comma-separated list of URLs (e.g. "http://app.coolify.io,https://app2.coolify.io")' } }, type: object }
|
items: { properties: { name: { type: string, description: 'The service name as defined in docker-compose.' }, domain: { type: string, description: 'Comma-separated list of URLs (e.g. "https://app.coolify.io,https://app2.coolify.io")' } }, type: object }
|
||||||
watch_paths:
|
watch_paths:
|
||||||
type: string
|
type: string
|
||||||
description: 'The watch paths.'
|
description: 'The watch paths.'
|
||||||
|
|
@ -834,7 +834,7 @@ paths:
|
||||||
docker_compose_domains:
|
docker_compose_domains:
|
||||||
type: array
|
type: array
|
||||||
description: 'Array of URLs to be applied to containers of a dockercompose application.'
|
description: 'Array of URLs to be applied to containers of a dockercompose application.'
|
||||||
items: { properties: { name: { type: string, description: 'The service name as defined in docker-compose.' }, domain: { type: string, description: 'Comma-separated list of URLs (e.g. "http://app.coolify.io,https://app2.coolify.io")' } }, type: object }
|
items: { properties: { name: { type: string, description: 'The service name as defined in docker-compose.' }, domain: { type: string, description: 'Comma-separated list of URLs (e.g. "https://app.coolify.io,https://app2.coolify.io")' } }, type: object }
|
||||||
watch_paths:
|
watch_paths:
|
||||||
type: string
|
type: string
|
||||||
description: 'The watch paths.'
|
description: 'The watch paths.'
|
||||||
|
|
@ -1735,7 +1735,7 @@ paths:
|
||||||
docker_compose_domains:
|
docker_compose_domains:
|
||||||
type: array
|
type: array
|
||||||
description: 'Array of URLs to be applied to containers of a dockercompose application.'
|
description: 'Array of URLs to be applied to containers of a dockercompose application.'
|
||||||
items: { properties: { name: { type: string, description: 'The service name as defined in docker-compose.' }, domain: { type: string, description: 'Comma-separated list of URLs (e.g. "http://app.coolify.io,https://app2.coolify.io")' } }, type: object }
|
items: { properties: { name: { type: string, description: 'The service name as defined in docker-compose.' }, domain: { type: string, description: 'Comma-separated list of URLs (e.g. "https://app.coolify.io,https://app2.coolify.io")' } }, type: object }
|
||||||
watch_paths:
|
watch_paths:
|
||||||
type: string
|
type: string
|
||||||
description: 'The watch paths.'
|
description: 'The watch paths.'
|
||||||
|
|
@ -6886,7 +6886,7 @@ paths:
|
||||||
urls:
|
urls:
|
||||||
type: array
|
type: array
|
||||||
description: 'Array of URLs to be applied to containers of a service.'
|
description: 'Array of URLs to be applied to containers of a service.'
|
||||||
items: { properties: { name: { type: string, description: 'The service name as defined in docker-compose.' }, url: { type: string, description: 'Comma-separated list of URLs (e.g. "http://app.coolify.io,https://app2.coolify.io").' } }, type: object }
|
items: { properties: { name: { type: string, description: 'The service name as defined in docker-compose.' }, url: { type: string, description: 'Comma-separated list of URLs (e.g. "https://app.coolify.io,https://app2.coolify.io").' } }, type: object }
|
||||||
force_domain_override:
|
force_domain_override:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
@ -7075,7 +7075,7 @@ paths:
|
||||||
urls:
|
urls:
|
||||||
type: array
|
type: array
|
||||||
description: 'Array of URLs to be applied to containers of a service.'
|
description: 'Array of URLs to be applied to containers of a service.'
|
||||||
items: { properties: { name: { type: string, description: 'The service name as defined in docker-compose.' }, url: { type: string, description: 'Comma-separated list of URLs (e.g. "http://app.coolify.io,https://app2.coolify.io").' } }, type: object }
|
items: { properties: { name: { type: string, description: 'The service name as defined in docker-compose.' }, url: { type: string, description: 'Comma-separated list of URLs (e.g. "https://app.coolify.io,https://app2.coolify.io").' } }, type: object }
|
||||||
force_domain_override:
|
force_domain_override:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|
|
||||||
|
|
@ -408,7 +408,8 @@
|
||||||
"category": "productivity",
|
"category": "productivity",
|
||||||
"logo": "svgs/calcom.svg",
|
"logo": "svgs/calcom.svg",
|
||||||
"minversion": "0.0.0",
|
"minversion": "0.0.0",
|
||||||
"port": "3000"
|
"port": "3000",
|
||||||
|
"amd_only": true
|
||||||
},
|
},
|
||||||
"calibre-web-automated-book-downloader": {
|
"calibre-web-automated-book-downloader": {
|
||||||
"documentation": "https://github.com/calibrain/calibre-web-automated-book-downloader?utm_source=coolify.io",
|
"documentation": "https://github.com/calibrain/calibre-web-automated-book-downloader?utm_source=coolify.io",
|
||||||
|
|
|
||||||
|
|
@ -408,7 +408,8 @@
|
||||||
"category": "productivity",
|
"category": "productivity",
|
||||||
"logo": "svgs/calcom.svg",
|
"logo": "svgs/calcom.svg",
|
||||||
"minversion": "0.0.0",
|
"minversion": "0.0.0",
|
||||||
"port": "3000"
|
"port": "3000",
|
||||||
|
"amd_only": true
|
||||||
},
|
},
|
||||||
"calibre-web-automated-book-downloader": {
|
"calibre-web-automated-book-downloader": {
|
||||||
"documentation": "https://github.com/calibrain/calibre-web-automated-book-downloader?utm_source=coolify.io",
|
"documentation": "https://github.com/calibrain/calibre-web-automated-book-downloader?utm_source=coolify.io",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue