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",
|
||||
"demo": "https://gitlab.com/explore",
|
||||
"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"
|
||||
},
|
||||
"license": "MIT",
|
||||
|
@ -32,19 +31,16 @@
|
|||
"install": [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain",
|
||||
"example": "example.com"
|
||||
"type": "domain"
|
||||
},
|
||||
{
|
||||
"name": "path",
|
||||
"type": "path",
|
||||
"example": "/gitlab",
|
||||
"default": "/gitlab"
|
||||
},
|
||||
{
|
||||
"name": "admin",
|
||||
"type": "user",
|
||||
"example": "johndoe"
|
||||
"type": "user"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
|
|
Loading…
Reference in a new issue