cyruz-git
cyruz-git
If using parenthesis with ternary operator, the syntax gets messed up. For example, using this code: ``` ahk ( testvar == "" ) ? testvar := "testcontent" ``` everything that...
PUID and PGID variables are not honoured, all the files/directories are owned by root with umask 022 even if I set UMASK=002.
Hi, loving this app so far, but it misses a way to authenticate through a proxy (the proxy authenticates the user and forward a header to the webapp). For your...
Is it possible to parse the UMASK env variable and adjust it accordingly? This is particularly useful when the container is ran with different PUID and PGID to enforce specific...
### Prerequisites - [x] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions/categories/q-a) and found no answer - [x] I have searched other issues and found no duplicates - [x] I want...