You've already forked symfony-recipes
added recipe for magdev/gitea-bundle
This commit is contained in:
8
.editorconfig
Normal file
8
.editorconfig
Normal 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
14
index.json
Normal 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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
magdev_gitea:
|
||||
connections:
|
||||
default:
|
||||
baseurl: '%env(GITEA_BASEURL)%'
|
||||
token: '%env(GITEA_ACCESS_TOKEN)%'
|
||||
15
magdev/gitea-bundle/1.0/manifest.json
Normal file
15
magdev/gitea-bundle/1.0/manifest.json
Normal 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>"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user