<div dir="ltr"><div>Hello,</div><div><br></div><div>I'm not sure it is the proper mailing list to ask my questions, so if I'm wrong here - please route me to the proper place.</div><div><br></div><div>On my small Debian9 VM (RAM: 2GB, Disk: 20GB, 1 vCPU) I have installed the OSM website:</div><div><br></div><div><a href="https://github.com/openstreetmap/openstreetmap-website.git">https://github.com/openstreetmap/openstreetmap-website.git</a></div><div><br></div><div>using Docker based approach:</div><div><br></div><div><a href="https://github.com/openstreetmap/openstreetmap-website/blob/master/DOCKER.md">https://github.com/openstreetmap/openstreetmap-website/blob/master/DOCKER.md</a></div><div><br></div><div>Later I extracted a small map into a .osm.pbf file using this tool:</div><div><br></div><div><a href="https://protomaps.com/extracts">https://protomaps.com/extracts</a></div><div><br></div><div>And then, as per instructions above, I populated the DB:</div><div><br></div><div>sudo docker-compose run --rm web osmosis \<br>    -verbose    \<br>    --read-pbf data.osm.pbf \<br>    --log-progress \<br>    --write-apidb \<br>        host="db" \<br>        database="openstreetmap" \<br>        user="openstreetmap" \<br>        validateSchemaVersion="no"</div><div><br></div><div><br></div><div>Everything went OK and I could access my OSM instance, but - I saw the whole world map, instead of my small part that I have extracted and populated. Since my VM is not capable to host the whole map - I assume it's just the main OSM map and my instance functions as a proxy to it. So all changes I made - will go to the main OSM map and not my local map which is not what I want.<br></div><div><br></div><div>1. Why is it so and what should I do to actually get only my area of interest displayed in my instance?</div><div><br></div><div>Then I went on and added a new user, activated it, assigned it "Administrator" role and added OAuth Consumer Keys and restarted the "web container", as per this instructions:</div><div><br></div><div><a href="https://github.com/openstreetmap/openstreetmap-website/blob/master/CONFIGURE.md">https://github.com/openstreetmap/openstreetmap-website/blob/master/CONFIGURE.md</a></div><div><br></div><div>After all this I was able to login with the new user and start editing. I added a test point and tried to save it. I was asked to "Allow the client application to: modify the map" - I clicked "Grant Access" (see attachment).</div><div><br></div><div>However I got an error response (see attachments): <br></div><div><br>Routing Error<br>No route matches [GET] "/land.html"<br><br>Rails.root: /app</div><div><br></div><div><br></div><div>So my second question is:</div><div><br></div><div>2. Why do I get error and how can I fix it?</div><div><br></div><div><br></div><div>3. Is there a way in the web site settings to show my map only to logged in users and not to everybody?</div><div><br></div><div>Thank you in advance!<br></div></div>