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
This commit is contained in:
@@ -1,36 +1,36 @@
|
||||
# Entwicklung unter WSL (login() mit Keys)
|
||||
# Development under WSL (login() with Keys)
|
||||
|
||||
Unter Windows schlägt das Kyber-WASM-Modul fehl. Unter WSL (Ubuntu/Debian) funktioniert es in der Regel.
|
||||
Under Windows, the Kyber WASM module fails. Under WSL (Ubuntu/Debian) it usually works.
|
||||
|
||||
## Voraussetzungen
|
||||
## Prerequisites
|
||||
|
||||
- WSL2 mit Ubuntu oder Debian
|
||||
- WSL2 with Ubuntu or Debian
|
||||
- Node.js 20+ (`node -v`)
|
||||
|
||||
## Setup
|
||||
|
||||
```bash
|
||||
# Im WSL-Terminal
|
||||
# In WSL terminal
|
||||
cd /mnt/c/Users/mbusc/source/repos/internxt-webdav
|
||||
|
||||
# Abhängigkeiten installieren (inkl. Kyber für login mit Keys)
|
||||
# Install dependencies (including Kyber for login with keys)
|
||||
npm install
|
||||
|
||||
# .env mit Credentials (INXT_EMAIL, INXT_PASSWORD)
|
||||
# Optional: DEBUG=1 für Salt-Check
|
||||
# .env with credentials (INXT_EMAIL, INXT_PASSWORD)
|
||||
# Optional: DEBUG=1 for salt check
|
||||
```
|
||||
|
||||
## Auth-PoC mit login() testen
|
||||
## Test Auth PoC with login()
|
||||
|
||||
Zuerst den Auth-PoC auf `login()` umstellen (mit Keys):
|
||||
First switch the Auth PoC to `login()` (with keys):
|
||||
|
||||
```bash
|
||||
npm run auth-test
|
||||
```
|
||||
|
||||
Falls der Fehler "Wrong login credentials" weiterhin auftritt, liegt das Problem nicht am Kyber-WASM, sondern am Backend/Account-Typ.
|
||||
If the "Wrong login credentials" error persists, the issue is not Kyber-WASM but the backend/account type.
|
||||
|
||||
## Projektpfad
|
||||
## Project Path
|
||||
|
||||
Windows-Pfad: `c:\Users\mbusc\source\repos\internxt-webdav`
|
||||
WSL-Pfad: `/mnt/c/Users/mbusc/source/repos/internxt-webdav`
|
||||
Windows path: `c:\Users\mbusc\source\repos\internxt-webdav`
|
||||
WSL path: `/mnt/c/Users/mbusc/source/repos/internxt-webdav`
|
||||
|
||||
Reference in New Issue
Block a user