bbox-asset-server

Crates.iobbox-asset-server
lib.rsbbox-asset-server
version0.6.1
sourcesrc
created_at2024-08-08 07:18:02.101314
updated_at2024-08-23 21:42:38.024067
descriptionServing static and templated files
homepagehttps://www.bbox.earth
repositoryhttps://github.com/bbox-services/bbox
max_upload_size
id1329204
size107,142
Pirmin Kalberer (pka)

documentation

README

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.static]]
# ./assets/* -> http://localhost:8080/assets/
dir = "./assets"
path = "/assets"

Template file serving:

[[assets.template]]
# ./templates/name.html -> http://localhost:8080/html/name/param
dir = "./templates"
path = "/html"

QGIS plugin repository:

[[assets.repo]]
# ./plugins/*.zip -> http://localhost:8080/qgisrepo/plugins.xml
dir = "./plugins"
path = "/qgisrepo"
Commit count: 0

cargo fmt