Andrii Veklychev
Andrii Veklychev
Waiting for this too.
I've adopted stable/openvpn chart locally but #37 is blocking from further development, coz i cant specify custom templates
Hi @shurup Because of the existing chart doing most of the configuration for the openvpn image, I didn't use your image, with integrated scripts for configuration. That's why it can't...
Have faced with same issue. But helper version: **0.6.3** and previously mentioned variables should be **true** already According to https://aws.github.io/aws-sdk-go-v2/docs/configuring-sdk/#specifying-profiles > If you specify credentials in environment variables, the SDK...
I agree with @tom-reinders. And because I don't have a proper issue, I will post my workaround here. ```hcl locals { deprecated_variables = toset(compact([ length(var.list_name) > 0 ? "list_name" :...
This works for me ```yaml jobs: title: name: Validate PR title runs-on: ubuntu-latest steps: - uses: amannn/action-semantic-pull-request@v5 id: lint_pr_title env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - uses: marocchino/sticky-pull-request-comment@v2 # When the...
One more [solution](https://www.synology.com/en-us/knowledgebase/DSM/help/AudioStation/AudioStation2_desc). Works for me, when i've set "audiostation" as an alias And now i can open Audio Station as separate tab in browser if type in url field...
Yep, but its mostly synology owners problem, than keysocket. In keysocket readme we see "when you're listening to music on various streaming websites" and keysocket has list of supported websites...
`CT_CONFIG_DIR` just specifies where to look for `ct.yaml` configuration file. If you want to add additional repository, which is the reason for your error: ```text Error: no repository definition for...
Few settings might cause this behaviour. ``` --chart-dirs strings Directories containing Helm charts. May be specified multiple times or separate values with commas (default [charts]) --since string The Git reference...