wlatic / hassio.addons

20 stars 16 forks source link

Error #18

Open cyber-junkie9 opened 2 years ago

cyber-junkie9 commented 2 years ago

whenever i start add on i get this error in supervisor although add on/tunnel works fine

21-10-23 12:13:38 INFO (SyncWorker_7) [supervisor.docker.addon] Starting Docker add-on 367cd613/aarch64-addon-argocloudflare with version 2.1
21-10-23 12:13:40 WARNING (MainThread) [supervisor.api.middleware.security] 367cd613_argocloudflare missing API permission for /host/info
21-10-23 12:13:40 ERROR (MainThread) [supervisor.api.middleware.security] Invalid token for access /host/info

config -

certificate: /config/cert/argo.pem
tunnel_name: ha
hostname: test.xyz.com
service: http://127.0.0.1:8123
hostname2: 'null'
service2: 'null'
hostname3: 'null'
service3: 'null'
addconfig: 'null'

is it normal behavior ?

wlatic commented 2 years ago

Did you do the proxy steps from the read me.

cyber-junkie9 commented 2 years ago

yes

http:
  trusted_proxies: 172.30.32.0/23
  use_x_forwarded_for: true

tunnel is working and i can access HA but i am looking for help regarding above error