1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlist_ynh.git synced 2024-09-03 18:36:18 +02:00
This commit is contained in:
Éric Gaspar 2023-11-28 11:16:45 +01:00
parent 6f26d8faf7
commit 16b637c5c8
2 changed files with 4 additions and 1 deletions

View file

@ -1 +1 @@
Répertoires Git par défaut : `__DATA_DIR__` Répertoires Git par défaut : `__DATA_DIR__` (this can be changed in the `__INSTALL_DIR__config.yaml` file)

View file

@ -19,8 +19,11 @@ code = "https://github.com/klaussilveira/gitlist"
yunohost = ">= 11.2" yunohost = ">= 11.2"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
ldap = false ldap = false
sso = false sso = false
disk = "50M" disk = "50M"
ram.build = "150M" ram.build = "150M"
ram.runtime = "50M" ram.runtime = "50M"