1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00
gogs_ynh/manifest.toml

60 lines
1.2 KiB
TOML
Raw Normal View History

2022-11-04 22:02:19 +01:00
packaging_format = 2
id = "gogs"
name = "Gogs"
description.en = "Lightweight self-hosted Git forge"
description.fr = "Forge Git légère auto-hébergé"
2023-02-25 14:49:27 +01:00
version = "0.13.0~ynh1"
2022-11-04 22:02:19 +01:00
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]
2023-02-25 14:49:27 +01:00
yunohost = ">= 11.1.11"
2022-11-04 22:19:23 +01:00
architectures = "all"
2022-11-04 22:02:19 +01:00
multi_instance = true
2022-11-04 22:19:23 +01:00
ldap = "true"
sso = "true"
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2022-11-04 22:02:19 +01:00
[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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[resources]
2022-11-04 22:19:23 +01:00
[resources.port]
2022-11-04 22:02:19 +01:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.database]
type = "mysql"