You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an API endpoint that I want to pull information from, but it requires basic authentication to work. Since this is configured with the conf.yml file, I don't feel comfortable adding the user/pass to it as plain text (or base64 encoded). Could Dashy instead expand environment variables found within the config.yml file?
For example:
# I *think* this is why my PiHole stats are not working, since they previously did when I didn't have a password set up
- name: PiHoleicon: fas fa-raspberry-piwidgets:
- type: pi-hole-statsuseProxy: trueoptions:
hostname: http://$PIHOLE_USERNAME:$PIHOLE_PASSWORD@pihole.localid: 0_577_piholestats
If this isn't why my stats are not showing up, then we can start a new thread in the help channel.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I have an API endpoint that I want to pull information from, but it requires basic authentication to work. Since this is configured with the
conf.yml
file, I don't feel comfortable adding the user/pass to it as plain text (or base64 encoded). Could Dashy instead expand environment variables found within theconfig.yml
file?For example:
If this isn't why my stats are not showing up, then we can start a new thread in the help channel.
Thank you!
Patrick
Beta Was this translation helpful? Give feedback.
All reactions