mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
Integrates tunwg (WireGuard tunnel) to enable optional public access to the hapi server. Tunnel is disabled by default and enabled via --relay flag or HAPI_TUNNEL=true environment variable. Users can now run 'hapi server --relay' and get a direct link like: https://app.hapi.run/?server=https://xxx.relay.hapi.run&token=xxx
40 lines
532 B
Plaintext
40 lines
532 B
Plaintext
# Dependencies
|
|
**/node_modules/
|
|
|
|
# Build output
|
|
**/dist/
|
|
**/.vitepress/cache/
|
|
**/dist-exe/
|
|
**/*.tsbuildinfo
|
|
server/src/web/embeddedAssets.generated.ts
|
|
|
|
# Downloaded tools (fetched at build time)
|
|
server/tools/tunwg/tunwg-*
|
|
server/tools/tunwg/*.exe
|
|
|
|
# Env files (can contain secrets)
|
|
**/.env
|
|
**/.env.*
|
|
**/.env*.local
|
|
|
|
# Logs
|
|
**/*.log
|
|
**/*-debug.log
|
|
**/*-error.log
|
|
npm-debug.log*
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# OS / IDE
|
|
**/.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
**/*.swp
|
|
**/*.swo
|
|
|
|
# Claude local settings
|
|
.claude/settings.local.json
|
|
localdocs/
|
|
execplan/
|