Alexander Städing
Alexander Städing
I am opening this preliminary migration from Groovy to Kotlin DSL as a draft at first because it still needs to be properly tested. The jar appears to build and...
The concept of the config directory has been standardized for a long time now. However, it is not very clear where plugins should store "user data" (assuming it's not stored...
This PR adds support for tasks
I am using the velocity image type which requires a file named `forwarding.secret` in the server root. I tried mounting this file via a Kubernetes secret like this: ```yaml containers:...
**Describe the bug** According to the [docs](https://insert-koin.io/docs/reference/koin-annotations/definitions#injecting-a-list-of-dependencies---listt), it is possible to inject a List of dependencies by binding several implementations to a common supertype and injecting a List of that...
This simple docker-compose works in a debian 12 VM, but not on macOS. Using a MacBook Pro M2 with macOS Sonoma. ```log ~ ❯ docker-compose --version 19:55:00 Docker Compose version...
This is the manifest I am using: https://github.com/alexstaeding/homelab/blob/d0412c55d9212f60ce7aac4e7a6c15030110561e/kubernetes/ttt/deploy.yaml The container seems to work according to logs but terminates before starting the server. These are the last log messages before the...