Erik Hofer
Erik Hofer
This is true, unless the next update (if any) includes this functionality itself. But it is the only sane workaround I have found.
@C-Duv Not all websites use PHP. I wanted to use this in a containerized application and would have had to create my own Docker image and maintain it (by updating...
I'm not exactly sure why I wanted to use this a year ago. I think I ended up making my Matomo instance available under multiple domains because there was no...
How about having negation like gitignore etc? Then you can make an allowlist like this: * `**/**` * `!allowthis.txt` * `!allowthisdir/**`
> Suggestion for the default values: Use `AppConfiguration.kt` for documentation AND default values for Code FREAK. Use `application.yml` only for configuration of Spring and third-party packages. Doesn't work :( >...
Example: https://github.com/code-freak/code-freak/blob/5a0e5a3f656003537bf3f063abc74e48e7932997/src/main/kotlin/de/code_freak/codefreak/service/ContainerService.kt#L291-L295
maybe 🤔
> > > Can't we use SPEL and `@config` access `AppConfiguration.kt`? > > ```java > @Scheduled( > fixedRateString = "#{@config.ide.idle-check-rate}", > initialDelayString = "#{@config.ide.idle-check-rate}" > ) > ``` Tried this...
We should take a look into this: https://www.testcontainers.org/
Simple authentication got implemented in #255 There is still no way to create and manage accounts.