Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (19 loc) · 1.13 KB

📡 Remote Tile Server

Deploy on Heroku

A template for deploying localtileserver in a custom Flask application on Heroku.

ℹ️ Overview

This is a template repository to show how to use localtileserver's Flask Blueprint in a custom application and deploy on Heroku.

🚀 Usage

Create a new repository from this template and set the following Secrets in your repository for your Heroku account:

  • HEROKU_API_KEY
  • HEROKU_APP_NAME
  • HEROKU_EMAIL

After that, the GitHub Action should deploy remotetileserver for you on your Heroku account and you can configure the dyno as you desire.

I recommend setting up your AWS S3 credentials in the Heroku interface or at least setting AWS_NO_SIGN_REQUEST=YES.

💭 Feedback and Contributing

For any feedback or questions, please head over to the Discussions forum for localtileserver