Files
internxt-webdav/.env.example
elpatron 262cffe4a6 Translate all user-facing output to English
- 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
2026-02-28 16:37:28 +01:00

26 lines
1.1 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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=