commit 8bd35ce882764365d4dda26ec7794a97fe4b440e Author: Giuseppe Fabiano Date: Wed Jan 31 10:20:03 2024 +0100 Recipe per redirector-bundle diff --git a/index.json b/index.json new file mode 100644 index 0000000..c9d5450 --- /dev/null +++ b/index.json @@ -0,0 +1,14 @@ +{ + "recipes": { + "webindustry/redirector-bundle": [ + "2.0" + ] + }, + "branch": "master", + "is_contrib": true, + "_links": { + "repository": "repo.webindustry.it/webindustry/symfony-recipes", + "origin_template": "{package}:{version}@repo.webindustry.it/webindustry/symfony-recipes:master", + "recipe_template": "https://repo.webindustry.it/webindustry/symfony-recipes/raw/branch/master/{package_dotted}.{version}.json" + } +} \ No newline at end of file diff --git a/webindustry.redirector-bundle.2.0.json b/webindustry.redirector-bundle.2.0.json new file mode 100644 index 0000000..cc23b2b --- /dev/null +++ b/webindustry.redirector-bundle.2.0.json @@ -0,0 +1,27 @@ +{ + "manifests": { + "webindustry/redirector-bundle": { + "manifest": { + "bundles": { + "RedirectorBundle\\RedirectorBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + } + }, + "files": { + "config/packages/redirector-bundle.yaml": { + "contents": [ + "redirector:", + " redirect_subdomain: ~ # nwww_to_www | www_to_nwww", + " force_protocol: ~ # http | https" + ], + "executable": false + } + }, + "ref": "6445f2743fdb027ecd724347561bd44b6901b1b8" + } + } +} \ No newline at end of file