diff --git a/manifest.json b/manifest.json deleted file mode 100644 index 3dff897..0000000 --- a/manifest.json +++ /dev/null @@ -1,66 +0,0 @@ -{ - "name": "GitLab", - "id": "gitlab", - "packaging_format": 1, - "version": "16.2.4~ynh1", - "description": { - "en": "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features", - "fr": "Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD" - }, - "url": "https://gitlab.com", - "upstream": { - "license": "MIT", - "website": "https://gitlab.com", - "demo": "https://gitlab.com/explore", - "admindoc": "https://docs.gitlab.com/", - "code": "https://gitlab.com/gitlab-org/omnibus-gitlab - https://gitlab.com/gitlab-org/gitlab", - "cpe": "cpe:2.3:a:gitlab:gitlab" - }, - "license": "MIT", - "maintainer": { - "name": "kay0u", - "email": "pierre@kayou.io" - }, - "requirements": { - "yunohost": ">= 4.2.3" - }, - "multi_instance": false, - "services": [ - "nginx" - ], - "arguments": { - "install": [ - { - "name": "domain", - "type": "domain" - }, - { - "name": "path", - "type": "path", - "default": "/gitlab" - }, - { - "name": "admin", - "type": "user" - }, - { - "name": "is_public", - "type": "boolean", - "help": { - "en": "If your GitLab instance is public, anyone can see your public repositories.", - "fr": "Si votre instance GitLab est publique, tout le monde pourra voir vos dépôts publics." - }, - "default": true - }, - { - "name": "use_web_account", - "type": "boolean", - "ask": { - "en": "Authorize account creation from GitLab web interface", - "fr": "Autoriser la création de compte depuis l'interface web de GitLab ?" - }, - "default": false - } - ] - } -} \ No newline at end of file