removedInput schema / properties / base_directory
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / build_command
Removed value: -{
- "type": "string"
-}
changedInput schema / properties / build_pack / enum
Previous value: -[
- "nixpacks",
- "static",
- "dockerfile",
- "dockercompose"
-]New value: +[
+ "nixpacks",
+ "railpack",
+ "static",
+ "dockerfile",
+ "dockercompose"
+]
removedInput schema / properties / connect_to_docker_network
Removed value: -{
- "type": "boolean"
-}
removedInput schema / properties / custom_docker_run_options
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / custom_labels
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / destination_uuid
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / docker_compose_custom_build_command
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / docker_compose_custom_start_command
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / docker_compose_domains
Removed value: -{
- "items": {},
- "type": "array"
-}
removedInput schema / properties / docker_compose_location
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / docker_compose_raw
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / dockerfile
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / environment_name
Removed value: -{
- "type": "string"
-}
addedInput schema / properties / extra
Added value: +{
+ "additionalProperties": {},
+ "description": "Additional Coolify application fields",
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
removedInput schema / properties / force_domain_override
Removed value: -{
- "type": "boolean"
-}
removedInput schema / properties / git_commit_sha
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / github_app_uuid
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / health_check_enabled
Removed value: -{
- "type": "boolean"
-}
removedInput schema / properties / health_check_host
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / health_check_interval
Removed value: -{
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
-}
removedInput schema / properties / health_check_method
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / health_check_path
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / health_check_port
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / health_check_response_text
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / health_check_retries
Removed value: -{
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
-}
removedInput schema / properties / health_check_return_code
Removed value: -{
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
-}
removedInput schema / properties / health_check_scheme
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / health_check_start_period
Removed value: -{
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
-}
removedInput schema / properties / health_check_timeout
Removed value: -{
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
-}
removedInput schema / properties / install_command
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / is_static
Removed value: -{
- "type": "boolean"
-}
removedInput schema / properties / limits_cpu_shares
Removed value: -{
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
-}
removedInput schema / properties / limits_cpus
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / limits_cpuset
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / limits_memory
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / limits_memory_reservation
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / limits_memory_swap
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / limits_memory_swappiness
Removed value: -{
- "maximum": 9007199254740991,
- "minimum": -9007199254740991,
- "type": "integer"
-}
removedInput schema / properties / manual_webhook_secret_bitbucket
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / manual_webhook_secret_gitea
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / manual_webhook_secret_github
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / manual_webhook_secret_gitlab
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / ports_mappings
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / post_deployment_command
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / post_deployment_command_container
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / pre_deployment_command
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / pre_deployment_command_container
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / project_uuid
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / publish_directory
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / redirect
Removed value: -{
- "enum": [
- "www",
- "non-www",
- "both"
- ],
- "type": "string"
-}
removedInput schema / properties / server_uuid
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / start_command
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / use_build_server
Removed value: -{
- "type": "boolean"
-}
removedInput schema / properties / watch_paths
Removed value: -{
- "type": "string"
-}