https://github.com/banesullivan/remotetileserver
đĄ A template for deploying localtileserver on Heroku
https://github.com/banesullivan/remotetileserver
flask-application geospatial heroku localtileserver rasters tile-server
Last synced: 9 months ago
JSON representation
đĄ A template for deploying localtileserver on Heroku
- Host: GitHub
- URL: https://github.com/banesullivan/remotetileserver
- Owner: banesullivan
- License: mit
- Created: 2021-12-06T05:58:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T13:11:11.000Z (over 1 year ago)
- Last Synced: 2025-01-09T17:09:32.579Z (over 1 year ago)
- Topics: flask-application, geospatial, heroku, localtileserver, rasters, tile-server
- Language: Python
- Homepage: https://remotetileserver.herokuapp.com
- Size: 25.4 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# đĄ Remote Tile Server
[](https://github.com/banesullivan/remotetileserver/actions/workflows/heroku.yml)
*A template for deploying [localtileserver](https://github.com/banesullivan/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`](https://github.com/banesullivan/localtileserver/discussions)