Trim down app.json

This commit is contained in:
Luke Murphy 2020-03-11 19:51:37 +01:00
parent b933c24757
commit 4e14b7ebde
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 10 deletions

View File

@ -1,14 +1,5 @@
{
"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"
}
}
"repository": "https://gitlab.com/autonomic-cooperative/gitea-dokku"
}