BBOX Asset server
Serving static and templated files.
Features:
- Configurable base directories and endpoints
- Serve fonts and other assets for Tile services
- QGIS plugin repository
- Templates with inputs from path, arguments and configuration
Configuration
Static file serving:
[[]]
# ./assets/* -> http://localhost:8080/assets/
= "./assets"
= "/assets"
Template file serving:
[[]]
# ./templates/name.html -> http://localhost:8080/html/name/param
= "./templates"
= "/html"
QGIS plugin repository:
[[]]
# ./plugins/*.zip -> http://localhost:8080/qgisrepo/plugins.xml
= "./plugins"
= "/qgisrepo"