geonode-project icon indicating copy to clipboard operation
geonode-project copied to clipboard

A django template project for creating custom GeoNode projects.

Results 89 geonode-project issues
Sort by recently updated
recently updated
newest added

when will this be true? https://github.com/GeoNode/geonode-project/blob/4565f3ac680f5477e71143115f8d1bd6cbd42cb9/docker/geoserver/set_geoserver_auth.sh#L22

I install GeoNode 4.x follow this tutorial: [https://www.youtube.com/watch?v=lDsDNh6kujw&list=PLIET7uEHqcqjvYzOyvVCuUHenytFDLFq6&index=7](url). when I run `./docker-build.sh`, command line get: > WARNING: The "JENKINS_HTTP_PORT" variable is not set. Defaulting to a blank string. WARNING: The...

it can be really useful for debugging purposes and worker monitoring to have celery flower enabled: https://flower.readthedocs.io/en/latest/

https://github.com/GeoNode/geonode-project/blob/7393bb71b14691d4ce135d84fd3c1b1b0c9c2eb5/docker-compose.yml#L107-L113 Shouldn't look more like this? ``` data-dir-conf: image: geonode/geoserver_data:2.19.x container_name: gsconf4${COMPOSE_PROJECT_NAME} entrypoint: /bin/sh command: -c 'cp -r data /geoserver_data' volumes: - geoserver-data-dir:/geoserver_data/data restart: on-failure ``` ...or at least suggest...

https://github.com/GeoNode/geonode-project/blob/7dc69c7f213c80126e2a16df2b4754f208b56adb/src/tasks.py#L46-L50

Monitoring API does not return any data in my environment with proxy. Sample request is the following: `http://my_proxy/monitoring/api/metric_data/mem.free/","query":{"service":"my_proxy-hostgeonode","last":"600","interval":"600` This returns: `{"data":{"metric":"mem.free","input_valid_from":"2020-08-19T13:03:58.426725Z","input_valid_to":"2020-08-19T13:13:58.426725Z","interval":600,"label":null,"type":"value_numeric","axis_label":"B","data":[{"valid_from":"2020-08-19T13:03:58.426725Z","valid_to":"2020-08-19T13:13:58.426725Z","data":[]}]}}` The same configuration works fine in my local environment....

GeoNode logs are not persistent across container reboots, as the log file is not part of any volume. https://github.com/GeoNode/geonode-project/blob/7393bb71b14691d4ce135d84fd3c1b1b0c9c2eb5/src/uwsgi.ini#L4 https://github.com/GeoNode/geonode-project/blob/7393bb71b14691d4ce135d84fd3c1b1b0c9c2eb5/docker-compose.yml#L11-L17

The configuration of Geoserver `ProxyBaseUrl`, depends on a convoluted flow of conditions, that involves variables derived from env vars and / or requests to the docker daemon. Several env vars...

4.0.x
3.3.x

Hello guys. Trying to build a new environment using branch 3.3.x, I modified .env file, changing GEOSERVER_ADMIN_PASSWORD= geoserver to this: GEOSERVER_ADMIN_PASSWORD=4BfT9KAG9U After that, I rebuilt the enviroment from scratch, but...

devops
4.0.x
master

Error when executing pip install -r requirements.txt --upgrade --no-cache --no-cache-dir. My operating system is ubuntu 18.04 64bits.