Bence Sántha

Results 9 issues of Bence Sántha

Fix: Git repo path

## Describe the bug The problem is that when I don't specify the `-config` parameter when running ContainerSSH, it defaults to `./config.yaml`. This is fine, but in this case the...

bug

Example: ```yaml connections: # Configure your connections here rules: - type: FIREWALL_PUBLIC_SERVICE_ALLOWED protocol: "tcp" ports: - 22 ``` New format? ```yaml connections: # Configure your connections here rules: - type:...

rule

# Details I found a broken link in the migration guide: https://opentofu.org/docs/intro/migration Page edit: https://github.com/opentofu/opentofu/edit/main/website/docs/intro/migration.mdx Edit: Maybe a routing error? Sometimes it works, sometimes not. # Reproducation 1. Click on...

good first issue
help wanted

### Feature description 💡 It might be worth considering supporting the Forgejo / Gitea VCS. The API is very similar to GitHub, which is what the project creators are aiming...

enhancement

On Windows, you must also add the program that does the signing. I will update the documentation later. ```bash git config --global gpg.program "c:\Program Files (x86)\GnuPG\bin\gpg.exe" ``` Page: https://containerssh.io/v0.4/development/devenv/gpg/

ref: https://github.com/go-gitea/gitea/issues/31765

lgtm/need 2
modifies/api
size/XL
modifies/go

This is a great project! Is there a possibility for Hungarian language support? Or perhaps a guide on how to add additional languages? 😊

question

Hello, We recently encountered an issue in our CI pipelines after `docker:dind` was updated. The `docker:stable` image, which many users rely on as the default Docker CLI image, ships with...