mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Update cpe and disk/ram usage. Replace disclaimer.md by admin.md
This commit is contained in:
parent
4205135aa1
commit
92ac205710
4 changed files with 11 additions and 30 deletions
|
@ -4,12 +4,3 @@ How to configure GitLab:
|
|||
|
||||
- With the GitLab admin panel.
|
||||
- By editing the configuration file `/etc/gitlab/gitlab-persistent.rb` (use `sudo gitlab-ctl reconfigure` after any modification of this file).
|
||||
|
||||
### Multi-users support
|
||||
|
||||
* Are LDAP and HTTP auth supported? **Yes**
|
||||
* Can the app be used by multiple users? **Yes**
|
||||
|
||||
### Limitations
|
||||
|
||||
* GitLab is not compatible with 32-bit architectures.
|
6
doc/ADMIN_fr.md
Normal file
6
doc/ADMIN_fr.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
### Configuration
|
||||
|
||||
Comment configurer GitLab :
|
||||
|
||||
- Avec le panneau d'administration de GitLab.
|
||||
- En éditant le fichier de configuration `/etc/gitlab/gitlab-persistent.rb` et en éxécutant la commande `sudo gitlab-ctl reconfigure` pour réactualiser la configuration.
|
|
@ -1,15 +0,0 @@
|
|||
### Configuration
|
||||
|
||||
Comment configurer GitLab :
|
||||
|
||||
- Avec le panneau d'administration de GitLab.
|
||||
- En éditant le fichier de configuration `/etc/gitlab/gitlab-persistent.rb` et en éxécutant la commande `sudo gitlab-ctl reconfigure` pour réactualiser la configuration.
|
||||
|
||||
### Support multi-utilisateurs
|
||||
|
||||
* L'authentification LDAP et HTTP est-elle prise en charge ? **Oui**
|
||||
* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui**
|
||||
|
||||
### Limitations
|
||||
|
||||
* L'application GitLab n'est pas compatible avec les architectures 32-bit.
|
|
@ -15,18 +15,17 @@ 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.
|
||||
cpe = "cpe:2.3:a:gitlab:gitlab:*:*:*:*:community:*:*:*"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.15"
|
||||
yunohost = ">= 11.2.3"
|
||||
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, ...
|
||||
disk = "500M"
|
||||
ram.build = "3000M"
|
||||
ram.runtime = "2000M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
|
|
Loading…
Reference in a new issue