server
server copied to clipboard
Mergin Maps: Store and track changes to your geo-data. Public repository for enterprise and community edition.
 
I use a nginx proxy with this config ``` location / { proxy_pass http://127.0.0.1:5000/; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-Proto https; proxy_set_header X-Forwarded-Host mergin.nicodet.fr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; }...
  It leads to a blank page.
When I delete organisation, projects in that organization remain visible through mergin client (cli and Qgis). I think the deletion of organization should also delete all projects (should be some...
I created several organizations in Mergin and I want to invite users to appropriate organizations, but when I invite one user to one organization and change to another organization and...
I think the line "MAIL_PASSWORD=fixme" is missing in the docker-compose.
 Maybe one could have some more explanation about how these two quotas interact (the company versus the personal)?
Many source files have "All rights reserved. Do not distribute without the express permission of the author" in their header ( https://github.com/lutraconsulting/mergin/search?q=All+rights+reserved ) which must predate the AGPL licensing. They...
A user suggested having also a convenient button for unsubscribing from the service. 
This lines in .prod.env cannot be like this: https://github.com/MerginMaps/server/blob/a0cf751bdc0537a859edb83653004dc158ec5c29/.prod.env#L12 https://github.com/MerginMaps/server/blob/a0cf751bdc0537a859edb83653004dc158ec5c29/.prod.env#L27 Using this configuration I ended up with such folder names in docker:  This is surelly wrong, so I commented...