AI Agent Hub
Back to plugins
dsh-plugin-auth-webserver preview

dsh-plugin-auth-webserver

admin-security Updated 2026.08.22

Run the following command in DeepSeek Harness:

dsh plugin install kolawong/dsh-plugin-auth-webserver

Paste the following prompt into your AI chat to install this plugin:

To install this plugin in DeepSeek Harness, run `dsh plugin install kolawong/dsh-plugin-auth-webserver`, source code at https://github.com/kolawong/dsh-plugin-auth-webserver.

About this plugin

The native browser popup is not only crude but also fails to reflect the design aesthetics of DeepSeek Harness. Designed for self-hosted deployments, dsh-plugin-auth-webserver replaces native authentication with a dark, glassmorphism-styled Web login page that perfectly matches DSH's design system and supports bilingual switching between English and Simplified Chinese.

This plugin provides secure 30-day session management via HMAC-signed Cookie sessions and features a hot-updating Web UI settings card. You can modify credentials directly in the browser, and the system automatically persists them locally without requiring a restart or manual configuration file editing.

Beyond HTTP Basic Auth compatibility for CLI tools and scripts, it fully covers authentication for WebSocket channels. Additionally, it intelligently handles permission delegation issues during remote IP access, ensuring that accessing privileged RPC endpoints via a public IP no longer results in 403 errors, making it the ideal choice for self-hosters seeking professionalism and security.

Screenshots

Use Cases

  • Need a secure and aesthetic Web entry point for self-hosted DeepSeek Harness instances.
  • Want to replace default browser popups with a glassmorphism-styled login interface.
  • Need Basic Auth fallback for CLI tools or real-time credential management via Web UI.

Best For

  • DSH users who pursue ultimate UX and interface aesthetics.
  • System administrators responsible for security configuration and maintenance in self-hosted environments.
  • Enterprise users requiring professional-grade authentication solutions and multi-language support.