Abraham Toriz Cruz

Results 40 comments of Abraham Toriz Cruz

I also think it is better for it to work once than not work at all. For a deployment of mine I set this two new variables: ``` GEOSERVER_DEFAULT_ADMIN_USER=admin GEOSERVER_DEFAULT_ADMIN_PASSWORD=geoserver...

I suspect I'm experiencing the same issue. If I try to curl the URL that fails (according to the logs) from the container (using `podman exec -it ...` I can...

@geogeek11 can you access your geoserver? have you been able to access using the star button next to the login form (oauth)?

I have a similar problem and discovered that if I pass the complete `.env` file to the geoserver container then it fails, but if I pass a selection of environment...

I did as you proposed @xmichele and found out that the [relevant] difference between the two is how the `GEOSERVER_JAVA_OPTS` variable gets passed to the container. In the working container...

Ok, according to [the docker docs](https://docs.docker.com/compose/env-file/#syntax-rules) the quotes will become part of the value, so we **must** remove them.

I'll try to make a PR out of this with my understanding of the library

perhaps by creating a repository here in github?

latest version of datapusher and ckan-service-provider have been updated. I think this is fixed in latest release

It seems to me that the option is to replace `messytables` dependency with its sucesor [`frictionless`](https://pypi.org/project/frictionless/)