1
0
Fork 0
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:
Kay0u 2021-10-21 01:26:13 +02:00
parent 1e2dab388d
commit ae5211e34f
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -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",