Thomas van Vugt

Results 6 issues of Thomas van Vugt

Hi everybody, I am getting this error when I run the following commands while building a Docker image; ``` FROM golang:latest RUN go get -t github.com/sajari/fuzzy RUN cd ${GOPATH}/src/github.com/sajari/fuzzy &&...

Hi all, I am trying to combine authboss into a popular upcoming Go web-framework, [Fiber](https://github.com/gofiber/fiber) and [GORM](https://github.com/go-gorm/gorm) to improve my current authentication implementation. Fiber was built with FastHTTP as its...

Fix for #333 Main issue was the fiber.Map type not coming from gofiber/fiber/v3 but gofiber/fiber/v2. ## Summary by CodeRabbit - **Refactor** - Updated the underlying web framework to a newer...

๐Ÿงน Updates
โ— BreakingChange

### Describe the feature request In HTTP endpoints, e.g. when checking "[STATUS] == 200", I would like to see the availability to pass on HTTP Basic credentials (username and password),...

### Bug Description I installed plant-it and use Traefik as a reverse proxy, but it will not load on a public domain because. ``` Refused to execute script from 'https://_[public...

Type: Bug
Status: Created

We are using an external MongoDB chart with Rocket.Chat, which already provisions a secret with the correct MongoDB connection string, we would like to be able to target this.