opengs / uashield

Voluntary Ukraine security platform to protect us from Russian forces in the Internet
The Unlicense
1.09k stars 179 forks source link

Make Balena USEPROXY=true, currently are false #207

Open 452 opened 2 years ago

452 commented 2 years ago

Actual: Something wrong with the configuration, I have double-checked, by default value false Expected: USEPROXY=true https://github.com/opengs/uashield/blob/868a43ef0a5b0ca24e8d83eded1af3fef5ee56c4/balena.yml#L20

image

Temporary Workaround: image

opengs commented 2 years ago

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.