This repository has been archived on 2020-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
git.autonomic.zone/app.json

15 lines
389 B
JSON
Raw Normal View History

2020-03-10 08:35:48 +00:00
{
"name": "gitea",
"description": "Gitea is a painless self-hosted Git service.",
"repository": "https://gitlab.com/autonomic-cooperative/gitea-dokku",
"success_url": "/",
"dokku": {
"plugins": []
2020-03-10 10:45:57 +00:00
},
"scripts": {
"dokku": {
"postdeploy": "gitea migrate && gitea admin create-user --name autonomic --password autonomic --email foobar@autonomic.zone"
}
2020-03-10 08:35:48 +00:00
}
}