-
There is a way to setup kerberos agent to work behind a nginx proxy in the same server on subfolders? i tried differents configuration on nginx without luck.
-
Some considerations:
- Support multiple architectures (arm and amd)
- Provide a `yarn.lock` file for the build phase (this is complicated in a monorepo setup as the yarn.lock is at the root)
- run in…
-
Hello!
I'm currently trying to use pretendo-docker without a proxy, and it seems to be working fine, but BOSS isn't responding properly. It returns the 104-0440 error message. Not sure what is causin…
-
-
**Which Caddy modules do you need to be included? Please, list them with their GitHub links.**
Ex. I would like a Caddy build with the following modules:
- Cloudflare DNS: https://github.com/caddy-d…
-
### Description
It would be fantastic if the `DOCKER_HOST` environment variable could support multiple docker socket proxies.
Example compse.yaml:
```
services:
homarr:
container_name:…
-
### Question
I have a host with many containers running. Host port 443 already busy. How can I run smp-server, smp-xftp server behind revers proxy ? Also it will greate t run under subdomain host.dom…
-
When installing harp with docker, if proxying to a local service one has to specify `--network="host"` for the docker container to point to your docker host.
```
docker run --network="host" -it --…
-
-
### Feature description
In a CI/CD process like Kestra, it's common to encounter Docker Hub rate limits when pulling Docker images repeatedly during builds. To mitigate this issue and improve build…