diff --git a/RECIPES.md b/RECIPES.md index b3c33d85..66e8a410 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -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) | diff --git a/archived/tiloweb.uploaded-file-type-bundle/1edf7dd81cee2cdc0f6f6758f41f603a8df2a6c7.json b/archived/tiloweb.uploaded-file-type-bundle/1edf7dd81cee2cdc0f6f6758f41f603a8df2a6c7.json new file mode 100644 index 00000000..e5e8591e --- /dev/null +++ b/archived/tiloweb.uploaded-file-type-bundle/1edf7dd81cee2cdc0f6f6758f41f603a8df2a6c7.json @@ -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" + } + } +} diff --git a/index.json b/index.json index 0d604b0a..39fde184 100644 --- a/index.json +++ b/index.json @@ -2183,6 +2183,9 @@ "tilleuls/url-signer-bundle": [ "1.0" ], + "tiloweb/uploaded-file-type-bundle": [ + "2.0" + ], "timiki/rpc-client-bundle": [ "4.0" ], diff --git a/tiloweb.uploaded-file-type-bundle.2.0.json b/tiloweb.uploaded-file-type-bundle.2.0.json new file mode 100644 index 00000000..e5e8591e --- /dev/null +++ b/tiloweb.uploaded-file-type-bundle.2.0.json @@ -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" + } + } +}