- Scripts: start-webdav.cmd, stop-webdav.cmd (echo messages, REM comments) - Server: server.js (console.log, HTTP error messages) - Token tools: token-test.js, token-refresh.js - Other: auth-poc.js, debug-name-decrypt.js, internxt-client.js, upload.js - Docs: README, .env.example, docs/*.md Made-with: Cursor
26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
# Internxt API (Production - from internxt/cli .env.template)
|
||
DRIVE_API_URL=https://gateway.internxt.com/drive
|
||
# Bridge/Network for file up/download (optional, default: gateway.internxt.com/network)
|
||
# BRIDGE_URL=https://gateway.internxt.com/network
|
||
|
||
# Crypto secret - CLI: 6KYQBP847D4ATSFA
|
||
# drive-web uses REACT_APP_CRYPTO_SECRET (may differ - extract from drive.internxt.com JS)
|
||
CRYPTO_SECRET=6KYQBP847D4ATSFA
|
||
# For name decryption (CRYPTO_SECRET2). If unset, CRYPTO_SECRET is used.
|
||
# CRYPTO_SECRET2=6KYQBP847D4ATSFA
|
||
|
||
# DEBUG=1 # Salt decryption test; stack trace on PUT errors
|
||
# WEBDAV_LOG=debug # REQ/RES, PUT steps, errors → logs/webdav-debug.log, webdav-errors.log
|
||
# WEBDAV_LOG=error # Errors only → logs/webdav-errors.log
|
||
# WEBDAV_LOG=off # No file logging (default)
|
||
|
||
# Browser tokens (for token-test.js and WebDAV) – from drive.internxt.com localStorage
|
||
# INXT_TOKEN= # xNewToken
|
||
# INXT_MNEMONIC= # xMnemonic (for file decryption)
|
||
|
||
# WebDAV credentials (for Duplicati, Explorer, etc.)
|
||
# If unset: any Basic Auth credentials accepted.
|
||
# If set: only these credentials accepted.
|
||
# WEBDAV_USER=
|
||
# WEBDAV_PASS=
|