DJTommek / better-location

Telegram bot for parsing and generating various of location formats.
https://t.me/BetterLocationBot
MIT License
7 stars 2 forks source link

Prepare for public access #51

Closed DJTommek closed 3 years ago

DJTommek commented 3 years ago

Prepare application for public access. Basically three types of resources:

Public

Currently no page is public, but there will be created proxy for static maps, see #50 for more info. In future there could be public tester?

Protected

Access only if proper authorization.

Private

Can't be accessed from webserver by any way, basically everything else as /src, /temp, /data...

Idea

There should be some public www folder in root of app, which only that will be accessible from webserver. All private stuff would be located in root app so not accessible from webserver. This should be easy job for .htaccess