A template for deploying localtileserver in a custom Flask application on Heroku.
This is a template repository to show how to use localtileserver
's Flask
Blueprint in a custom application and deploy on Heroku.
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
.
For any feedback or questions, please head over to the
Discussions forum for localtileserver