You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- New /docs section with download buttons and copy-paste one-liners for
the "Send to OpenCoperLock" right-click uploader (Windows + Linux) and
the Windows WebDAV mount script, served from the official repo.
- Make both Send-To installers repo-aware: they pull their components
(send.ps1/send.sh, icon) from the checkout when present, else from the
official repo, so the `irm|iex` / `curl|bash` one-liners work standalone.
- Add a btns block type to the docs page for download links.
{h: L('Envoyer vers OpenCoperLock (clic droit)','Send to OpenCoperLock (right-click)')},
390
+
{
391
+
p: L(
392
+
'Ajoute une entrée « Envoyer vers → OpenCoperLock » au clic droit de votre explorateur de fichiers (Windows et Linux). Les fichiers sélectionnés sont envoyés en un clic dans un espace « ComputerShared » de votre Drive, via WebDAV. L’installeur mémorise votre serveur et votre jeton d’API.',
393
+
'Adds a “Send to → OpenCoperLock” entry to your file manager’s right-click menu (Windows and Linux). Selected files upload in one click to a “ComputerShared” space in your Drive, over WebDAV. The installer remembers your server and API token.',
394
+
),
395
+
},
396
+
{note: L('Créez d’abord un jeton d’API non restreint : Compte → Jetons d’API.','First create an unrestricted API token: Account → API tokens.')},
397
+
{h: L('Windows','Windows')},
398
+
{
399
+
p: L(
400
+
'Ouvrez PowerShell et lancez (aucun droit administrateur requis) :',
401
+
'Open PowerShell and run (no administrator rights needed):',
{label: L('Télécharger l’installeur Windows (.cmd)','Download Windows installer (.cmd)'),href: 'https://github.com/softpython2884/OpenCoperLock/raw/main/scripts/send-to/windows/install-windows.cmd'},
411
+
{label: L('Voir les scripts sur GitHub','View the scripts on GitHub'),href: 'https://github.com/softpython2884/OpenCoperLock/tree/main/scripts/send-to'},
412
+
],
413
+
},
414
+
{h: L('Monter le Drive en disque réseau (Windows)','Mount the Drive as a network drive (Windows)')},
415
+
{
416
+
p: L(
417
+
'Le client WebDAV de Windows est capricieux (voir la section WebDAV). Ce script configure le service WebClient, corrige les réglages qui bloquent, puis monte votre Drive sur une lettre (X: par défaut). Lancez dans PowerShell :',
418
+
'Windows’ WebDAV client is finicky (see the WebDAV section). This script configures the WebClient service, fixes the settings that block it, then maps your Drive to a letter (X: by default). Run in PowerShell:',
{label: L('Télécharger le script (.cmd)','Download the script (.cmd)'),href: 'https://github.com/softpython2884/OpenCoperLock/raw/main/scripts/mount-opencoperlock-windows.cmd'},
425
+
{label: L('Télécharger le script (.ps1)','Download the script (.ps1)'),href: 'https://github.com/softpython2884/OpenCoperLock/raw/main/scripts/mount-opencoperlock-windows.ps1'},
426
+
],
427
+
},
428
+
{note: L('Un prompt UAC apparaît uniquement pour la partie qui règle le service WebClient. Le mappage du lecteur reste en session utilisateur.','A UAC prompt appears only for the part that configures the WebClient service. The drive mapping stays in your user session.')},
0 commit comments