2023-03-03 11:24:16 +01:00
packaging_format = 2
id = "gitlab"
name = "GitLab"
description . en = "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features"
description . fr = "Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD"
2023-06-06 11:59:16 +02:00
version = "16.0.1~ynh1"
2023-03-03 11:24:16 +01:00
maintainers = [ "kay0u" ]
[ 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 = "???" # FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is sort of a standard id for applications defined by the NIST. In particular, Yunohost may use this is in the future to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number)
fund = "???" # FIXME: optional but recommended (or remove if irrelevant / not applicable). This is meant to be an URL where people can financially support this app, especially when its development is based on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin.
[ integration ]
2023-03-29 11:33:09 +02:00
yunohost = ">= 11.1.15"
2023-03-03 11:24:16 +01:00
architectures = [ "amd64" , "armhf" , "arm64" ]
multi_instance = false
ldap = true
sso = false
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
ram . build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
ram . runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
[ install ]
[ install . domain ]
# this is a generic question - ask strings are automatically handled by Yunohost's core
type = "domain"
[ install . path ]
# this is a generic question - ask strings are automatically handled by Yunohost's core
type = "path"
default = "/gitlab"
[ install . admin ]
# this is a generic question - ask strings are automatically handled by Yunohost's core
type = "user"
[ install . init_main_permission ]
help . en = "If your GitLab instance is public, anyone can see your public repositories."
help . fr = "Si votre instance GitLab est publique, tout le monde pourra voir vos dépôts publics."
type = "group"
default = "visitors"
[ install . use_web_account ]
ask . en = "Authorize account creation from GitLab web interface"
ask . fr = "Autoriser la création de compte depuis l'interface web de GitLab ?"
type = "boolean"
default = false
[ resources ]
2023-03-30 10:41:18 +02:00
# [resources.sources]
# [resources.sources.main]
# extract = false
# rename = "gitlab-ce-15.10.0.deb"
# amd64.url = "https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/bullseye/gitlab-ce_15.10.0-ce.0_amd64.deb/download.deb"
# amd64.sha256 = "c8f5aca04549d3f9ba636ca67e76e9bf2b5a6a249a4a16d79365d17856a53d4d"
# armhf.url = "https://packages.gitlab.com/gitlab/raspberry-pi2/packages/raspbian/bullseye/gitlab-ce_15.10.0-ce.0_armhf.deb/download.deb"
# armhf.sha256 = "a7a195bf8a74e6ca688de2debe23c0cd5482d989377dcaf7042df484731e10cc"
# arm64.url = "https://packages.gitlab.com/gitlab/gitlab-ce/packages/debian/bullseye/gitlab-ce_15.10.0-ce.0_arm64.deb/download.deb"
# arm64.sha256 = "63d29c92eb956631a478735a6c692bbb315c898b2041b2f545c12302b230c97f"
2023-03-03 11:24:16 +01:00
[ resources . system_user ]
[ resources . install_dir ]
dir = "/opt/__APP__"
[ resources . permissions ]
main . url = "/"
[ resources . ports ]
main . default = 8080
puma . default = 8081
sidekiq . default = 8082
[ resources . apt ]
packages = "openssh-server"