mirror of
https://github.com/YunoHost-Apps/bonfire_ynh.git
synced 2024-09-03 18:16:01 +02:00
update
This commit is contained in:
parent
d051534733
commit
810a21046c
2 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
MIX_ENV=prod
|
MIX_ENV=prod
|
||||||
FLAVOUR=classic
|
FLAVOUR=classic
|
||||||
|
|
||||||
|
@ -82,3 +83,9 @@ GITHUB_TOKEN=
|
||||||
TX_TOKEN=
|
TX_TOKEN=
|
||||||
|
|
||||||
## END OF SECRETS ##
|
## END OF SECRETS ##
|
||||||
|
|
||||||
|
ENABLE_IMAGE_VIX=1
|
||||||
|
|
||||||
|
# enable these two if deps fetching is failing
|
||||||
|
# HEX_HTTP_CONCURRENCY=1
|
||||||
|
# HEX_HTTP_TIMEOUT=120
|
||||||
|
|
|
@ -50,7 +50,7 @@ ram.runtime = "500M"
|
||||||
ask.fr = "Choisissez la langue de l'application"
|
ask.fr = "Choisissez la langue de l'application"
|
||||||
type = "select"
|
type = "select"
|
||||||
choices = ["fr", "en"]
|
choices = ["fr", "en"]
|
||||||
default = "fr"
|
default = "en"
|
||||||
|
|
||||||
[install.admin]
|
[install.admin]
|
||||||
type = "user"
|
type = "user"
|
||||||
|
@ -91,8 +91,10 @@ ram.runtime = "500M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/bonfire-networks/bonfire-app/archive/184bbda72efbdddbdd94afb4b3790591414b5cbe.tar.gz"
|
url = "https://github.com/bonfire-networks/bonfire-app/archive/refs/tags/v0.9.10-beta.35.tar.gz"
|
||||||
sha256 = "60b49d30549b9eb0b7308e82fcd7697d4d12d2722dbd53fdb6fe563f1e399059"
|
sha256 = "fe3b91be59e78b305cbbcf651be78701bc10204ebd198565f9526da745ba2cd4"
|
||||||
|
|
||||||
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue