1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bonfire_ynh.git synced 2024-09-03 18:16:01 +02:00
This commit is contained in:
Mayel de Borniol 2024-04-14 22:22:22 +01:00
parent d051534733
commit 810a21046c
2 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,4 @@
MIX_ENV=prod
FLAVOUR=classic
@ -82,3 +83,9 @@ GITHUB_TOKEN=
TX_TOKEN=
## END OF SECRETS ##
ENABLE_IMAGE_VIX=1
# enable these two if deps fetching is failing
# HEX_HTTP_CONCURRENCY=1
# HEX_HTTP_TIMEOUT=120

View file

@ -50,7 +50,7 @@ ram.runtime = "500M"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["fr", "en"]
default = "fr"
default = "en"
[install.admin]
type = "user"
@ -91,8 +91,10 @@ ram.runtime = "500M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/bonfire-networks/bonfire-app/archive/184bbda72efbdddbdd94afb4b3790591414b5cbe.tar.gz"
sha256 = "60b49d30549b9eb0b7308e82fcd7697d4d12d2722dbd53fdb6fe563f1e399059"
url = "https://github.com/bonfire-networks/bonfire-app/archive/refs/tags/v0.9.10-beta.35.tar.gz"
sha256 = "fe3b91be59e78b305cbbcf651be78701bc10204ebd198565f9526da745ba2cd4"
autoupdate.strategy = "latest_github_tag"
[resources.ports]