mirror of
https://github.com/YunoHost-Apps/gogs_ynh.git
synced 2024-09-03 20:36:23 +02:00
82 lines
2.1 KiB
TOML
82 lines
2.1 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~ynh3"
|
|
|
|
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.2"
|
|
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]
|
|
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"
|