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~ynh2" 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.17" 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.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" 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" [resources.ports] [resources.system_user] [resources.install_dir] [resources.data_dir] subdirs = ["data/repositories", "data/avatars", "data/attachments"] [resources.permissions] main.url = "/" [resources.apt] packages = "mariadb-server" [resources.database] type = "mysql"