Guido Schmutz

Results 34 comments of Guido Schmutz

``` ldn-inbox: container_name: ldn-inbox hostname: ldn-inbox image: dragasteff/coar-notify-inbox ports: - 8080:8080 environment: MONGO_DB_URI: mongodb://mongo-1:27017 ON_RECEIVE_NOTIFICATION_WEBHOOK_URL: "" ALLOWED_ADMIN_ORIGINS: '["*"]' ALLOWED_ORIGINS: '["*"]' restart: no ```

This has been generalized into the `platys-mdp-init` service, which allows to both initialize NiFi and Vault over the REST API. The docker image which supports it can be found here:

adding npx and uvx ```bash RUN apk add --no-cache nodejs npm RUN python3 -m ensurepip && pip install --no-cache-dir uv ENV PATH="/usr/local/bin:$PATH" \ UV_PYTHON_PREFERENCE=only-system ```

@Mikewhodat if you run it as a docker container, then 127.0.0.1 is resolved inside the docker container and refers to the container itself. I'm not sure if using `network_mode: host`...

@embedsri it works on my machine, Apple M1 Pro. Why don't you use the docker compose stack provided in the `docker` folder? ``` $ cd ragflow/docker $ docker compose -f...

Have changed the folder privs to 777 and pushed to GitHub, but that does not seem to work

> Hello, > > Thanks for that feature! > > Is it possible to also add support for 1.19.1? And maybe also 1.20.0?

I currently have the same problem on my MacBook Pro M1

@rlancemartin not sure if you saw my comment on my previous PR after it has been closed. That's why I repeat it here..... I was hoping that you the github...