GeoNode / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
https://geonode.org/
Other
1.42k stars 1.11k forks source link

Geonode 4 running on Docker #10829

Open brunolvs opened 1 year ago

brunolvs commented 1 year ago

Does anyone have Geonode 4.xx running on Docker with no problems? All features working, etc.... Can you tell me how you get it? For me is 98%, only Edit Style is not working.

Landluemmel commented 1 year ago

Same for me, style editing is not working because of an authentification issue.

mwallschlaeger commented 1 year ago

Yes i'm also familiar with this issue about the styling. Related to other issues related to upload, I usually add PROXY_URL="" to the .env file.

giohappy commented 1 year ago

@brunolvs of course there are many GeoNode installations that work totally fine, also with Docker. In case you're still facing the issue it will most probably be a problem with the configuration. In that case, I suggest using either the mailing-list or the Gittern channel to ask for support.

kikislater commented 3 months ago

GEOSERVER_LB_HOST_IP (and so GEOSERVER_LOCATION) is the most common problem for editing styles. In my side, what I found is ip or address of this setting should be accessible for remote machine who plays with Django interface

giohappy commented 2 months ago

In my side, what I found is ip or address of this setting should be accessible for remote machine who plays with Django interface

I'm not sure what you mean. The Geoserver location must be the address of the GeoNode's own Geoserver. It can be located to a different address of course. What is important is that the various Geoserver variables are configured correctly and GeoNode can reach it.