HuggingClaw / health-server.js

Commit History

Merge branch 'main' into main
b835b9d
unverified

Anurag commited on

Fix sync robustness, devdata activation, alias cleanup, and timing-safe auth compare
14fd0fa

Codex commited on

fix: use GATEWAY_TOKEN as Jupyter token fallback when JUPYTER_TOKEN unset
8f6996c

somratpro Claude Sonnet 4.6 commited on

fix: inject Jupyter token header to skip JupyterLab's own login screen
0546372

somratpro Claude Sonnet 4.6 commited on

refactor: port HuggingMes auth pattern — unified /login, HMAC session, crypto.timingSafeEqual
1c989b2

somratpro Claude Sonnet 4.6 commited on

Set default Jupyter root to filesystem root
be6d947

Anurag commited on

Merge branch 'main' into edit
e19a071
unverified

Anurag commited on

Stop gating env-builder.js behind cookie auth to eliminate iframe 401
a9c21e0

Anurag commited on

Polish env-builder UX with quick guide and required selector
1c87ad6

Anurag commited on

Merge branch 'main' into edit
2be260d
unverified

Anurag commited on

Merge branch 'main' into main
e8b08e4
unverified

Anurag commited on

Merge branch 'main' into main
68fc4b1
unverified

Anurag commited on

feat: add hf_transfer, provider tile, telegram detail, dockerignore, readme sync
8ba914e

somratpro Claude Sonnet 4.6 commited on

feat: password-protect env-builder with GATEWAY_TOKEN
b05a526

somratpro Claude Sonnet 4.5 commited on

fix: default JUPYTER_ENABLED to true, remove baked DEV_MODE from image
d8ef5a6

somratpro Claude Sonnet 4.5 commited on

fix: default JUPYTER_ENABLED to true, clean up footer
5d10651

somratpro Claude Sonnet 4.5 commited on

Align terminal enablement messaging with runtime behavior
ec5616f

Anurag commited on

feat: auto-enable terminal when GATEWAY_TOKEN is set
273aafd

somratpro Claude Sonnet 4.5 commited on

Fix gateway/telegram config bugs and stabilize WhatsApp + key rotator flows
c8a2bdb

Anurag commited on

Enhance Space Privacy Detection, Proxy Defaults, and Environment Builder UX
d5203bf

anurag008w commited on

Remove WhatsApp status tiles from health server
c82b989
unverified

anurag008w commited on

Fix status code check in probePort function
4228709

anurag008w commited on

Implement space privacy detection and redirection
35e67fe

anurag008w commited on

Implement private space redirect functionality
6113d21

anurag008w commited on

Serve env-builder.js on request with error response
b38a996

anurag008w commited on

Change Jupyter API status endpoint to '/login'
be82891

anurag008w commited on

Update Jupyter API endpoint and enhance error handling
78eaac4

anurag008w commited on

Fix prune_remote_deleted_files guard and health probe status threshold
0e6fb59

openhands commited on

Merge pull request #31 from anurag162008/codex/find-automatic-package-installation-method-d90k9g
d65efac

anurag008w commited on

fix: update footer to credit the author in the dashboard
92e14cd

somratpro commited on

feat: add local time display for sync status in dashboard
d7aa0e0

somratpro commited on

style: format code for better readability and consistency
38eb753

somratpro commited on

feat: replace UptimeRobot with an automated Cloudflare Worker for Space keep-alive functionality
25b14fd

somratpro commited on

refactor: update default allowed domains, unify domain filtering logic, and remove UptimeRobot setup UI from health server
93a1830

somratpro commited on

refactor: optimize rate limiting, harden WebSocket parsing, update webhook payload formatting, and cleanup Docker assets
d43f799

somratpro commited on

fix: sanitize application proxy search parameters and improve connection lifecycle management for upstream requests
1c3d633

somratpro commited on

refactor: overhaul workspace sync to use robust huggingface_hub operations and local fingerprinting
0f21014

somratpro commited on

feat: open control UI link in a new tab with security attributes
c083fd1

somratpro commited on

refactor: remove redundant isDashboardRoute check from health check path validation
03cf867

somratpro commited on

feat: implement server-side space privacy detection to conditionally render keep-awake UI
70d2c8e

somratpro commited on

refactor: implement asynchronous private space detection to replace static sign-parameter check
ea48603

somratpro commited on

refactor: simplify and style UptimeRobot setup UI for public Spaces
57fb27a

somratpro commited on

feat: disable UptimeRobot monitor setup for private Hugging Face Spaces
0006b4a

somratpro commited on

refactor: update dashboard routing logic, improve sync status handling, and enhance UI layout in health-server.js
9038f9e

somratpro commited on

feat: relocate dashboard to root path and update routing logic for improved accessibility
774bd5e

somratpro commited on

refactor: route dashboard traffic to gateway port and add base path configuration
8c12f41

somratpro commited on

feat: add BROWSER_PORT and update proxy functions to support dynamic port routing
b0a5827

somratpro commited on

feat: add support for HF backup configuration and update routing to handle app-based sync status reporting
411ffb9

somratpro commited on

feat: enhance dashboard UI with dynamic status badges and server-side initial data rendering
85665cf

somratpro commited on