Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Balena USEPROXY=true, currently are false #207

Open
452 opened this issue Apr 5, 2022 · 1 comment
Open

Make Balena USEPROXY=true, currently are false #207

452 opened this issue Apr 5, 2022 · 1 comment

Comments

@452
Copy link

452 commented Apr 5, 2022

Actual: Something wrong with the configuration, I have double-checked, by default value false
Expected: USEPROXY=true

- USEPROXY: true

image

Temporary Workaround:
image

@opengs
Copy link
Owner

opengs commented Apr 10, 2022

Yeap. Same with workers count. We took script from https://www.balena.io/docs/learn/deploy/deploy-with-balena-button/

name: balenaSound
type: sw.application
description: >-
  Build a single or multi-room streamer for an existing audio device using a
  Raspberry Pi! Supports Bluetooth, Airplay and Spotify Connect
assets:
  repository:
    type: blob.asset
    data:
      url: 'https://github.com/balenalabs/balena-sound'
  logo:
    type: blob.asset
    data:
      url: >-
        https://raw.githubusercontent.com/balenalabs/balena-sound/master/logo.png
data:
  applicationEnvironmentVariables:
    - SOUND_VOLUME: 75
    - AUDIO_OUTPUT: AUTO
  defaultDeviceType: raspberry-pi
  supportedDeviceTypes:
    - raspberry-pi
    - raspberry-pi2
    - raspberrypi3
    - raspberrypi4-64
    - fincm3
    - intel-nuc
version: 3.5.2

very strange, that this doesnt work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants