diff --git a/21torr.hosting.2.1.json b/21torr.hosting.2.1.json new file mode 100644 index 00000000..250d5652 --- /dev/null +++ b/21torr.hosting.2.1.json @@ -0,0 +1,33 @@ +{ + "manifests": { + "21torr/hosting": { + "manifest": { + "bundles": { + "Torr\\Hosting\\HostingBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "HOSTING_TIER": "development" + }, + "gitignore": [ + "/.build-info.json" + ] + }, + "files": { + "config/packages/hosting.yaml": { + "contents": [ + "hosting:", + " tier: '%env(HOSTING_TIER)%'", + "" + ], + "executable": false + } + }, + "ref": "cc9fac2b32b1db240afab9621c18ffaf5b4b742f" + } + } +} diff --git a/RECIPES.md b/RECIPES.md index 43b037e0..820310b3 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -4,6 +4,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | Package | Latest Recipe | | --- | --- | +| [21torr/hosting](https://packagist.org/packages/21torr/hosting) | [2.1](21torr/hosting/2.1) | | [abel/keycloak-bearer-only-adapter-bundle](https://packagist.org/packages/abel/keycloak-bearer-only-adapter-bundle) | [1.0](abel/keycloak-bearer-only-adapter-bundle/1.0) | | [ablaise/meteion-bundle](https://packagist.org/packages/ablaise/meteion-bundle) | [1.0](ablaise/meteion-bundle/1.0) | | [acseo/typesense-bundle](https://packagist.org/packages/acseo/typesense-bundle) | [0.7](acseo/typesense-bundle/0.7) | diff --git a/archived/21torr.hosting/cc9fac2b32b1db240afab9621c18ffaf5b4b742f.json b/archived/21torr.hosting/cc9fac2b32b1db240afab9621c18ffaf5b4b742f.json new file mode 100644 index 00000000..250d5652 --- /dev/null +++ b/archived/21torr.hosting/cc9fac2b32b1db240afab9621c18ffaf5b4b742f.json @@ -0,0 +1,33 @@ +{ + "manifests": { + "21torr/hosting": { + "manifest": { + "bundles": { + "Torr\\Hosting\\HostingBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + }, + "env": { + "HOSTING_TIER": "development" + }, + "gitignore": [ + "/.build-info.json" + ] + }, + "files": { + "config/packages/hosting.yaml": { + "contents": [ + "hosting:", + " tier: '%env(HOSTING_TIER)%'", + "" + ], + "executable": false + } + }, + "ref": "cc9fac2b32b1db240afab9621c18ffaf5b4b742f" + } + } +} diff --git a/index.json b/index.json index bf85794a..6a655085 100644 --- a/index.json +++ b/index.json @@ -1,6 +1,9 @@ { "aliases": [], "recipes": { + "21torr/hosting": [ + "2.1" + ], "abel/keycloak-bearer-only-adapter-bundle": [ "1.0" ],