mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
62 lines
1.3 KiB
TOML
62 lines
1.3 KiB
TOML
packaging_format = 2
|
||
|
||
id = "gogs"
|
||
name = "Gogs"
|
||
description.en = "Lightweight self-hosted Git forge"
|
||
description.fr = "Forge Git légère auto-hébergé"
|
||
|
||
version = "0.13.0~ynh1"
|
||
|
||
maintainers = []
|
||
|
||
[upstream]
|
||
license = "MIT"
|
||
website = "http://gogs.io"
|
||
demo = "https://try.gogs.io/user/login"
|
||
admindoc = "https://gogs.io/docs"
|
||
code = "https://github.com/gogs/gogs"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.1.15"
|
||
architectures = "all"
|
||
multi_instance = true
|
||
ldap = "true"
|
||
sso = "true"
|
||
disk = "50M"
|
||
ram.build = "50M"
|
||
ram.runtime = "50M"
|
||
|
||
[install]
|
||
[install.domain]
|
||
type = "domain"
|
||
|
||
[install.path]
|
||
type = "path"
|
||
default = "/gogs"
|
||
|
||
[install.admin]
|
||
type = "user"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If enabled, Gogs will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||
help.fr = "Si cette case est cochée, Gogs sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
[resources.port]
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.data_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "mariadb-server"
|
||
|
||
[resources.database]
|
||
type = "mysql"
|