Jonathan Respeto

Results 17 comments of Jonathan Respeto

I saw this issue and tried this fix also to start vmtoolsd `After=display-manager.service`. Looks to have resolved my issue. Also tested this on a fresh install of kali linux. ```...

If you are using Apache, you can use this. I don't know the Nginx equivalent but the below the chatgpt o1. I hope this helps everyone. This does not update...

@generall Here is a working nginx config and docker-compose just add the location blocks for other paths. ``` events { } http { # Enable gunzip: allows NGINX to decompress...

I was looking into this issue today and saw this PR. The `envsubst` is not editing the `nginx.conf` file. Maybe move the `docker/frontend/nginx.conf` changes you have to docker/frontend/default.conf.template to inside...

I implemented the changes in my environment by patching the container image and confirm it does work. Thanks @Dexter192 `dockerfile` ```dockerfile FROM langflowai/langflow-frontend:latest as langflow-frontend COPY --chown=nginx src/default.conf.template /etc/nginx/conf.d/default.conf.template COPY...

Any news on this, I only see version 1.6.7 with arm64 tags, is the container images for frontend and backend going to be built for amd64 @jordanrfrazier @ogabrielluiz

I was looking into this for my system today. This works for me using Harbor for my repo. ```yaml --- apiVersion: v1 kind: Secret metadata: labels: argocd.argoproj.io/secret-type: repository name: harbor-helm...