- TileServer-GL + nginx reverse proxy (docker-compose) - CORS-Konfiguration für MediaWiki, Nextcloud & weitere Dienste - Rate-Limiting & Tile-Caching-Header via nginx - config/config.json: OSM + Satellitenkacheln - scripts/download-data.sh: Planetiler (OSM), Sentinel-2 Hinweise - docs: API-Endpoints, MediaWiki Kartographer, Nextcloud Maps - .gitignore: MBTiles/PMTiles und .env ausgeschlossen
4 lines
257 B
Text
4 lines
257 B
Text
# Shared CORS headers – included by nginx.conf
|
||
# Wird automatisch auf alle Responses angewendet.
|
||
# Für produktiven Betrieb kann Origin auf deine Domains eingeschränkt werden:
|
||
# add_header Access-Control-Allow-Origin "https://wiki.example.com" always;
|