[SAC] [OSGeo] #2911: Installation of engelsystem for FOSS4G 2023
OSGeo
trac_osgeo at osgeo.org
Thu Apr 6 00:36:44 PDT 2023
#2911: Installation of engelsystem for FOSS4G 2023
---------------------------+---------------------------------------
Reporter: astrid_emde | Owner: sac@…
Type: task | Status: new
Priority: normal | Milestone: Sysadmin Contract 2023-I
Component: Systems Admin | Resolution:
Keywords: |
---------------------------+---------------------------------------
Comment (by robe):
I think I have the proxy issue sorted out, needed to define an APP_URL in
the docker/deployment.env which has https:// in it.
Also had to revise the docker/nginx.conf to have remote_ip_from
{{{
set_real_ip_from 127.0.0.1;
set_real_ip_from 10.0.0.0/8;
#set_real_if_from nginx.lxd;
real_ip_recursive on;
}}}
for it to return the real ips. Not sure why the TRUSTED_PROXIES I defined
is not used.
Also had to add to the Dockerfile, a restart: always as it wasn't
restarting on server reboot.
https://forums.docker.com/t/how-to-handle-server-reboot-when-using-
docker-compose/26374/3
astride - I just emailed you the login. Can you test out and see if it is
good enough to deploy or if any changes needed. I'm using the main branch
rather than a tagged version.
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2911#comment:4>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Sac
mailing list