mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
remove some useless entries in the manifest
This commit is contained in:
parent
1e2dab388d
commit
ae5211e34f
1 changed files with 2 additions and 6 deletions
|
@ -13,7 +13,6 @@
|
||||||
"website": "https://gitlab.com",
|
"website": "https://gitlab.com",
|
||||||
"demo": "https://gitlab.com/explore",
|
"demo": "https://gitlab.com/explore",
|
||||||
"admindoc": "https://docs.gitlab.com/",
|
"admindoc": "https://docs.gitlab.com/",
|
||||||
"userdoc": "https://yunohost.org/fr/app_gitlab",
|
|
||||||
"code": "https://gitlab.com/gitlab-org/omnibus-gitlab - https://gitlab.com/gitlab-org/gitlab"
|
"code": "https://gitlab.com/gitlab-org/omnibus-gitlab - https://gitlab.com/gitlab-org/gitlab"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -32,19 +31,16 @@
|
||||||
"install": [
|
"install": [
|
||||||
{
|
{
|
||||||
"name": "domain",
|
"name": "domain",
|
||||||
"type": "domain",
|
"type": "domain"
|
||||||
"example": "example.com"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "path",
|
"name": "path",
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"example": "/gitlab",
|
|
||||||
"default": "/gitlab"
|
"default": "/gitlab"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
"type": "user",
|
"type": "user"
|
||||||
"example": "johndoe"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
|
|
Loading…
Reference in a new issue