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-04-02 22:53:14 +02:00
|
|
|
|
version = "0.13.0~ynh2"
|
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-04-05 16:13:38 +02:00
|
|
|
|
yunohost = ">= 11.1.17"
|
2022-11-04 22:19:23 +01:00
|
|
|
|
architectures = "all"
|
2022-11-04 22:02:19 +01:00
|
|
|
|
multi_instance = true
|
2023-03-16 22:10:02 +01:00
|
|
|
|
ldap = true
|
|
|
|
|
sso = true
|
2022-11-04 22:19:23 +01:00
|
|
|
|
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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
|
|
|
|
type = "group"
|
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
|
|
[resources]
|
2023-03-15 23:20:00 +01:00
|
|
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
[resources.sources.main]
|
|
|
|
|
amd64.url = "https://github.com/gogs/gogs/releases/download/v0.13.0/gogs_0.13.0_linux_amd64.tar.gz"
|
|
|
|
|
amd64.sha256 = "75da1c026cacb187a7c1dcad8263873ec566ce30cc0df56dd1dc129b8292d34f"
|
|
|
|
|
arm64.url = "https://github.com/gogs/gogs/releases/download/v0.13.0/gogs_0.13.0_linux_armv8.tar.gz"
|
|
|
|
|
arm64.sha256 = "3a8401ed3f9f9b73708c682f9b3211401dec01d3ce36294655b9394c28eab2e1"
|
|
|
|
|
armhf.url = "https://github.com/gogs/gogs/releases/download/v0.13.0/gogs_0.13.0_linux_armv7.tar.gz"
|
|
|
|
|
armhf.sha256 = "816e753719fc920e5df5f43b98e31db04d8e5e8c3b49cab662ad69852e2a8863"
|
|
|
|
|
i386.url = "https://github.com/gogs/gogs/releases/download/v0.13.0/gogs_0.13.0_linux_386.tar.gz"
|
|
|
|
|
i386.sha256 = "c4ddd0c9f1d9216ff15e0fbcb53f9da0999d0a3e84b2e270601aa86c8ff6f00c"
|
|
|
|
|
|
2023-04-02 22:52:59 +02:00
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
|
|
|
autoupdate.asset.amd64 = "gogs_*_linux_amd64.tar.gz"
|
|
|
|
|
autoupdate.asset.arm64 = "gogs_*_linux_armv8.tar.gz"
|
|
|
|
|
autoupdate.asset.i386 = "gogs_*_linux_386.tar.gz"
|
|
|
|
|
autoupdate.asset.armhf = "gogs_*_linux_armv7.tar.gz"
|
|
|
|
|
|
2023-03-22 08:00:03 +01:00
|
|
|
|
[resources.ports]
|
2022-11-04 22:19:23 +01:00
|
|
|
|
|
2022-11-04 22:02:19 +01:00
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
|
|
[resources.data_dir]
|
2023-04-02 22:52:59 +02:00
|
|
|
|
subdirs = ["data/repositories", "data/avatars", "data/attachments"]
|
2022-11-04 22:02:19 +01:00
|
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
|
main.url = "/"
|
|
|
|
|
|
2023-03-15 23:11:58 +01:00
|
|
|
|
[resources.apt]
|
|
|
|
|
packages = "mariadb-server"
|
|
|
|
|
|
2022-11-04 22:02:19 +01:00
|
|
|
|
[resources.database]
|
|
|
|
|
type = "mysql"
|