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

Merge pull request #14 from YunoHost-Apps/fix-grpc

add grpc port
This commit is contained in:
OniriCorpe 2024-01-28 02:15:28 +01:00 committed by GitHub
commit de8b00695c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 20 additions and 19 deletions

View file

@ -41,7 +41,7 @@ WOODPECKER_SERVER_ADDR=:__PORT__
# Configures the gRPC listener port.
# Default: :9000
#WOODPECKER_GRPC_ADDR=
WOODPECKER_GRPC_ADDR=:__PORT_GRPC__
# Comma-separated list of admin accounts.
# Default: empty

View file

@ -9,7 +9,7 @@ description.fr = "Outil d'intégration continue extensible intégrable avec GitH
version = "2.2.2~ynh1"
maintainers = ["Salamandar"]
maintainers = [ "Salamandar" ]
[upstream]
license = "Apache-2.0"
@ -23,7 +23,7 @@ fund = "https://opencollective.com/woodpecker-ci"
[integration]
yunohost = ">= 11.2"
architectures = ["amd64", "arm64"]
architectures = [ "amd64", "arm64" ]
multi_instance = true
ldap = false
@ -91,21 +91,22 @@ ram.runtime = "200M"
in_subdir = false
[resources.system_user]
[resources.system_user]
[resources.install_dir]
[resources.install_dir]
[resources.data_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.ports]
[resources.apt]
packages = [
"postgresql"
]
main.default = 8000
grpc.default = 9000
[resources.database]
type = "postgresql"
[resources.apt]
packages = [ "postgresql" ]
[resources.database]
type = "postgresql"