15 lines
389 B
JSON
15 lines
389 B
JSON
{
|
|
"name": "gitea",
|
|
"description": "Gitea is a painless self-hosted Git service.",
|
|
"repository": "https://gitlab.com/autonomic-cooperative/gitea-dokku",
|
|
"success_url": "/",
|
|
"dokku": {
|
|
"plugins": []
|
|
},
|
|
"scripts": {
|
|
"dokku": {
|
|
"postdeploy": "gitea migrate && gitea admin create-user --name autonomic --password autonomic --email foobar@autonomic.zone"
|
|
}
|
|
}
|
|
}
|