Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-09T06:00:49.000Z (3 months ago)
- Last Synced: 2024-10-11T09:28:32.621Z (3 months ago)
- Topics: flask-application, geospatial, heroku, localtileserver, rasters, tile-server
- Language: Python
- Homepage: https://remotetileserver.herokuapp.com
- Size: 23.4 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# đĄ Remote Tile Server
[![Deploy on Heroku](https://github.com/banesullivan/remotetileserver/actions/workflows/heroku.yml/badge.svg)](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)