Skip to content

📡 A template for deploying localtileserver on Heroku

License

Notifications You must be signed in to change notification settings

banesullivan/remotetileserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📡 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