[Bug]: The audio web socket incorrectly uses SSL on reverse proxies run in network_mode: host #261
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Issues | |
on: | |
issues: | |
types: [labeled, unlabeled] | |
jobs: | |
label: | |
name: Label Issues | |
runs-on: ubuntu-latest | |
steps: | |
- name: Label Issues | |
uses: dessant/label-actions@v2 | |
with: | |
github-token: ${{ github.token }} |