Piotr Zurek
Piotr Zurek
Yes, sorry, that's what I meant. Thank you.
[API Blueprint](https://apiblueprint.org/documentation/specification.html)
Getting onto a paid plan once this lands so yeah, bump.
Hey folks. Struggling to get authorised in the Gel UI running in Docker too. One thing I'm missing from the solution above is how to get to the point where...
@mmastrac I assume I'd run that on the host where the container is running? That may be a bit problematic as the container is running on a Synology NAS and...
I've attached the container logs (with GEL_DOCKER_LOG_LEVEL set to `debug` although that doesn't seem to have made a big difference). [logs in CSV](https://github.com/user-attachments/files/19625625/gel-db-1.1.csv) I'll also play with installing the CLI...
BTW, this is the output from the CLI install script when attempting to run it on the Synology host. They do things in some weird ways so I'm not surprised...
OK, finally managed to install the gel cli directly on the machine. When I run `gel ui --docker --container ` I get the following: ```shell ash-4.4# gel ui --docker --container...
OK, got one step further. I was running the container with `host` network settings. When I changed that to `bridge` and exposed the expected port it gave me what I...