diff --git a/app.json b/app.json index 9c2e98c..d6c97eb 100644 --- a/app.json +++ b/app.json @@ -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" }