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

12 lines
362 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.",
2020-03-15 11:24:50 +00:00
"repository": "https://gitlab.com/autonomic-cooperative/gitea-dokku",
2020-03-15 11:26:43 +00:00
"scripts": {
"dokku": {
2020-03-15 11:24:50 +00:00
"predeploy": "gitea migrate",
"postdeploy": "gitea admin create-user --username '$ADMIN_USER' --password '$ADMIN_PASS' --email '$ADMIN_MAIL' --admin"
}
}
2020-03-10 08:35:48 +00:00
}