added recipe for magdev/gitea-bundle

This commit is contained in:
2022-02-08 23:55:34 +01:00
parent a41d1027ed
commit b9addc1eb8
4 changed files with 42 additions and 0 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4

14
index.json Normal file
View File

@@ -0,0 +1,14 @@
{
"recipes": {
"magdev/gitea-bundle": [
"1.0"
]
},
"branch": "main",
"is_contrib": true,
"_links": {
"repository": "laptop.local:4000/magdev/symfony-recipes",
"origin_template": "{package}:{version}@laptop.local:4000/magdev/symfony-recipes:main",
"recipe_template": "http://laptop.local:4000/api/v1/repos/magdev/symfony-recipes/contents/{package_dotted}/{version}/manifest.json"
}
}

View File

@@ -0,0 +1,5 @@
magdev_gitea:
connections:
default:
baseurl: '%env(GITEA_BASEURL)%'
token: '%env(GITEA_ACCESS_TOKEN)%'

View File

@@ -0,0 +1,15 @@
{
"bundles": {
"Magdev\\GiteaBundle\\MagdevGiteaBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Go to your Gitea instance account and create a token",
"GITEA_ACCESS_TOKEN": "<gitea-access-token>",
"GITEA_BASEURL": "<gitea-instance-url>"
}
}