Janos
Janos
This PR attempts to fix #2783 where duplicate struct names were handled incorrectly. This may only be a partial fix, please provide feedback.
### Disclaimers - [X] I have searched the issue tracker to check if the issue has already been reported. - [ ] My issue happened while using mods. ### What...
When pushing a tag for a new release Goreleaser fails with the error below. This doesn't impact releases, but looks ugly since the main branch will show CI failures. ```...
Add support for a jUnit-style XML. This will also be helpful when working with CI systems that can understand this XML. This can possibly be implemented using a CI template....
## Changes introduced with this PR This PR adds aarch64 build support as requested in #487 --- By contributing to this repository, I agree to the [contribution guidelines](https://github.com/ContainerSSH/community/blob/main/CONTRIBUTING.md).
## Describe the bug When loading the config from a JSON file instead of a YAML file, the default values are not applied. ## To Reproduce If you can please...
This change redirects users to the team creation page if they access a during_ctf_time_only page before the CTF starts. This results in a better experience since users can start assembling...
## Changes introduced with this PR This PR adds the ability to authenticate against an image registry in the Docker backend. --- By contributing to this repository, I agree to...
## Changes introduced with this PR Adds OIDC handling next to GitHub. --- By contributing to this repository, I agree to the [contribution guidelines](https://github.com/ContainerSSH/community/blob/main/CONTRIBUTING.md).
## Please describe the change you are making This PR refactors the agent protocol to be more in line with the rest of the ContainerSSH codebase: 1. Removing exposed structs...