Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-12-31 07:28:43 +00:00
parent d070ec36dd
commit e638bb540c
4 changed files with 74 additions and 0 deletions
+1
View File
@@ -678,6 +678,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [tilleuls/migration-bundle](https://packagist.org/packages/tilleuls/migration-bundle) | [1.1](tilleuls/migration-bundle/1.1) |
| [tilleuls/sylius-quick-import-plugin](https://packagist.org/packages/tilleuls/sylius-quick-import-plugin) | [0.1](tilleuls/sylius-quick-import-plugin/0.1) |
| [tilleuls/url-signer-bundle](https://packagist.org/packages/tilleuls/url-signer-bundle) | [1.0](tilleuls/url-signer-bundle/1.0) |
| [tiloweb/uploaded-file-type-bundle](https://packagist.org/packages/tiloweb/uploaded-file-type-bundle) | [2.0](tiloweb/uploaded-file-type-bundle/2.0) |
| [timiki/rpc-client-bundle](https://packagist.org/packages/timiki/rpc-client-bundle) | [4.0](timiki/rpc-client-bundle/4.0) |
| [timiki/rpc-server-bundle](https://packagist.org/packages/timiki/rpc-server-bundle) | [5.0](timiki/rpc-server-bundle/5.0) |
| [tiriel/firestore-odm-bundle](https://packagist.org/packages/tiriel/firestore-odm-bundle) | [0.2](tiriel/firestore-odm-bundle/0.2) |
@@ -0,0 +1,35 @@
{
"manifests": {
"tiloweb/uploaded-file-type-bundle": {
"manifest": {
"bundles": {
"Tiloweb\\UploadedFileTypeBundle\\UploadedFileTypeBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"UPLOAD_BASE_URI": "https://cdn.example.com"
}
},
"files": {
"config/packages/uploaded_file_type.yaml": {
"contents": [
"# Read the documentation: https://github.com/Tiloweb/uploaded-file-type-bundle",
"uploaded_file_type:",
" configurations:",
" default:",
" filesystem: 'oneup_flysystem.default_filesystem'",
" base_uri: '%env(UPLOAD_BASE_URI)%'",
" path: '/uploads'",
""
],
"executable": false
}
},
"ref": "1edf7dd81cee2cdc0f6f6758f41f603a8df2a6c7"
}
}
}
+3
View File
@@ -2183,6 +2183,9 @@
"tilleuls/url-signer-bundle": [
"1.0"
],
"tiloweb/uploaded-file-type-bundle": [
"2.0"
],
"timiki/rpc-client-bundle": [
"4.0"
],
@@ -0,0 +1,35 @@
{
"manifests": {
"tiloweb/uploaded-file-type-bundle": {
"manifest": {
"bundles": {
"Tiloweb\\UploadedFileTypeBundle\\UploadedFileTypeBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"UPLOAD_BASE_URI": "https://cdn.example.com"
}
},
"files": {
"config/packages/uploaded_file_type.yaml": {
"contents": [
"# Read the documentation: https://github.com/Tiloweb/uploaded-file-type-bundle",
"uploaded_file_type:",
" configurations:",
" default:",
" filesystem: 'oneup_flysystem.default_filesystem'",
" base_uri: '%env(UPLOAD_BASE_URI)%'",
" path: '/uploads'",
""
],
"executable": false
}
},
"ref": "1edf7dd81cee2cdc0f6f6758f41f603a8df2a6c7"
}
}
}