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

113 lines
3 KiB
TOML
Raw Normal View History

2023-10-01 14:04:36 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
2023-10-02 13:41:27 +02:00
id = "woodpecker"
name = "Woodpecker"
2023-11-18 11:15:25 +01:00
description.en = "CI engine with great extensibility integrated with GitHub, GitLab, Gitea..."
description.fr = "Outil d'intégration continue extensible intégrable avec GitHub, GitLab, Gitea..."
2023-10-01 14:04:36 +02:00
version = "2.2.2~ynh1"
2023-10-01 14:04:36 +02:00
2024-01-28 01:44:51 +01:00
maintainers = [ "Salamandar" ]
2023-10-01 14:04:36 +02:00
[upstream]
2023-10-02 13:41:27 +02:00
license = "Apache-2.0"
website = "https://woodpecker-ci.org"
admindoc = "https://woodpecker-ci.org/docs/administration"
userdoc = "https://woodpecker-ci.org/docs/intro"
code = "https://github.com/woodpecker-ci/woodpecker"
cpe = "cpe:2.3:a:woodpecker-ci:woodpecker"
fund = "https://opencollective.com/woodpecker-ci"
2023-10-01 14:04:36 +02:00
[integration]
2023-11-18 11:15:25 +01:00
yunohost = ">= 11.2"
2024-01-28 01:44:51 +01:00
architectures = [ "amd64", "arm64" ]
2023-10-01 14:04:36 +02:00
multi_instance = true
2023-10-02 13:41:27 +02:00
ldap = false
sso = false
2023-10-01 14:04:36 +02:00
disk = "50M"
2023-10-02 13:41:27 +02:00
ram.build = "0M"
ram.runtime = "200M"
2023-10-01 14:04:36 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
2023-10-02 13:41:27 +02:00
default = "/woodpecker"
2023-10-01 14:04:36 +02:00
[install.init_main_permission]
type = "group"
default = "visitors"
2023-10-02 13:41:27 +02:00
[install.forge_type]
ask.en = "Select the kind of forge you're connecting Woodpecker to"
ask.fr = "Sélectionnez le type de forge à laquelle vous connectez Woodpecker"
2023-10-01 14:04:36 +02:00
type = "select"
2023-10-02 13:41:27 +02:00
choices.github = "Github"
choices.gitlab = "Gitlab"
choices.gitea = "Gitea / Forgejo"
choices.bitbucket = "Bitbucket"
default = "github"
[install.forge_url]
ask.en = "Provide the forge URL"
ask.fr = "Entrez l'URL de la forge"
type = "string"
default = "https://myforge.tld"
help.en = "Useless for Bitbucket and Github.com."
help.fr = "Inutile pour Bitbucket et Github.com."
[install.forge_client]
ask.en = "Provide the forge OAuth Client ID"
ask.fr = "Entrez l'ID de client OAuth de la forge"
type = "string"
default = ""
[install.forge_secret]
ask.en = "Provide the forge OAuth secret"
ask.fr = "Entrez le secret OAuth de la forge"
type = "string"
default = ""
2023-10-01 14:04:36 +02:00
[resources]
[resources.sources]
2023-10-02 13:41:27 +02:00
[resources.sources.main]
amd64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.2.2/woodpecker-server_linux_amd64.tar.gz"
amd64.sha256 = "622863163084529969422a3a6e70b8fd29bb11513e4f4d125dd6604987976333"
2023-10-02 13:41:27 +02:00
arm64.url = "https://github.com/woodpecker-ci/woodpecker/releases/download/v2.2.2/woodpecker-server_linux_arm64.tar.gz"
arm64.sha256 = "ba9e9ca23389d3b0195a874819586e024ab57435018bc977f38816cf5e35f9d9"
2023-10-01 14:04:36 +02:00
2024-01-28 01:44:51 +01:00
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "woodpecker-server_linux_amd64.tar.gz"
autoupdate.asset.arm64 = "woodpecker-server_linux_arm64.tar.gz"
2023-10-01 14:04:36 +02:00
2024-01-28 01:44:51 +01:00
in_subdir = false
2023-10-01 14:04:36 +02:00
2024-01-28 01:44:51 +01:00
[resources.system_user]
2023-10-01 14:04:36 +02:00
2024-01-28 01:44:51 +01:00
[resources.install_dir]
2023-10-01 14:04:36 +02:00
2024-01-28 01:44:51 +01:00
[resources.data_dir]
2023-10-01 14:04:36 +02:00
2024-01-28 01:44:51 +01:00
[resources.permissions]
main.url = "/"
2023-10-01 14:04:36 +02:00
2024-01-28 01:44:51 +01:00
[resources.ports]
2023-10-01 14:04:36 +02:00
2024-01-28 01:44:51 +01:00
main.default = 8000
grpc.default = 9000
2023-10-01 14:04:36 +02:00
2024-01-28 01:44:51 +01:00
[resources.apt]
packages = [ "postgresql" ]
[resources.database]
type = "postgresql"