feat: add Cleanflix Connector Tauri desktop app
Move the Mac Tauri UI (pro.cleanflix.connector) into this repo under desktop/. Bundled Node runtime stays gitignored; package scripts fetch it when building.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
PORT=8787
|
||||
MEDIA_ROOT=/absolute/path/to/your/media
|
||||
PUBLIC_BASE_URL=https://connector.example.home
|
||||
APPROVAL_BASE_URL=https://connector.example.home
|
||||
# Generate with: node hash-password.js "a-long-private-password"
|
||||
PAIRING_PASSWORD_HASH=
|
||||
Reference in New Issue
Block a user