Dennis Gaida
Dennis Gaida
Consider the following `global:au_GetLatest`: ``` function global:au_GetLatest { $download_url_response32 = Invoke-WebRequest -Uri "nonexisting" $download_url_response64 = Invoke-WebRequest -Uri "nonexisting" return @{ Version = $version; URL32 = $download_url_response32; URL64 = $download_url_response64} }...
### ⚠️ Please verify that this feature request has NOT been suggested before. - [X] I checked and didn't find similar feature request ### 🏷️ Feature Request Type UI Feature...
Had to recompile as described in #23 but also add some German resources. Maybe these help others.
This is related to this change: https://lab02research.youtrack.cloud/issue/hassagent-25 as well as this line: https://github.com/LAB02-Research/HASS.Agent/blob/26daa35c5398410c6187cdf7edf3c52553aa7ce7/src/HASS.Agent/Controls/Onboarding/Onboarding-7-HotKey.cs#L32 Please disable this default altogether. It clashes with the German keyboard / keyboard language which maps Alt...
docker-compose v2 had network priority, unfortunately docker-compose v3 does not have this functionality (yet?). See https://github.com/docker/cli/issues/1372 Networks are assigned to containers using alphabetical order, in this case it means that...
Redis container unfortunately doesn't support secrets and I dislike having secrets in the `.env` file. This workaround adds support for having the password in a docker secret. Based on a...
I know there is this issue: https://github.com/authelia/authelia/issues/1286 that tells us that protecting multiple root domains is currently not possible. I'm thinking of subdomains: I have `host.internal.example.com` and `external.example.com`. When I...
tested building on Raspberrypi4 with arch: armv7l. calicotl isn't available for armv7l so commenting out
I have found this issue: https://github.com/appleboy/drone-ssh/issues/135 and worked from there, I couldn't find this information in the DOCS: https://github.com/appleboy/drone-ssh/blob/master/DOCS.md I'm trying to pass a variable to the `script`. The current...
**Description** Currently the `driver_opts` [support the following entries](https://github.com/docker/compose-cli/blob/main/aci/convert/volume.go#L34): ``` share_name: storageAccount storage_account_name: fileShare ``` Hosting SQLite databases with CIFS storage is problematic if the `nobrls` option is not set on...