wangcong1137-hash/dsh-geoserver0

dsh-geoserver

Read GeoServer WMS services and render map images in the dsh web GUI, with a configuration card in the settings page.

AI 분석

核心用途是在 DSH 网页端直接请求并渲染 GeoServer 的 WMS 地图服务。适合需要与地理信息系统(GIS)交互、查看地图图层的专业用户。

패키지
dsh-geoserver
버전
0.2.1
라이선스
MIT
최근 업데이트
2026. 8. 19.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wangcong1137-hash/dsh-geoserver

Configuration

KeyDefaultMeaning
baseUrl— (required)GeoServer base URL, e.g. http://host:8080/geoserver.
env[]Environment-variable names for credentials. The first name matching /user/i is the username, the first matching /pass|pwd|token/i the password. Direct username/password fields take precedence.
username / passwordDirect Basic-auth credentials (alternative to env). The settings card writes these.
cacheTtlMs600000Image cache TTL.
cacheMaxEntries50Max cached images before eviction.
publicBaseUrlhttp://127.0.0.1:Externally reachable GUI URL for LAN access; the display URL prefix.
connectTimeoutMs15000Per-request HTTP timeout.

Example with credentials from $DSH_HOME/.env (GEOSERVER_USER, GEOSERVER_PASS):

- insert:
    - id: geoserver
      name: dsh-geoserver
      config:
        baseUrl: http://host:8080/geoserver
        env: [GEOSERVER_USER, GEOSERVER_PASS]