mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Add manifest install option and curl as apt dependency
This commit is contained in:
parent
263bf88151
commit
c305726718
1 changed files with 8 additions and 0 deletions
|
@ -76,6 +76,13 @@ ram.runtime = "50M"
|
|||
choices = ["always", "errors_only", "never"]
|
||||
default = "errors_only"
|
||||
|
||||
[install.healthcheck_url]
|
||||
ask.en = "Do you want to enable the healthcheck URL to check against silent failures ?"
|
||||
ask.fr = "Souhaitez-vous activer l'URL de vérification de l'état pour vérifier les pannes silenci
|
||||
type = "string"
|
||||
default = ""
|
||||
optional = true
|
||||
|
||||
[resources]
|
||||
[resources.system_user]
|
||||
|
||||
|
@ -83,6 +90,7 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.apt]
|
||||
packages = [
|
||||
"curl",
|
||||
"python3-pip",
|
||||
"python3-dev",
|
||||
"python3-jinja2",
|
||||
|
|
Loading…
Add table
Reference in a new issue