An offline-capable, cross-platform, desktop client for the Nextcloud Passwords app app. Currently, only reading is supported and no passwords can be added or modified. This is, because this client was created as a read-only offline client, since the browser extension works online only.
Warning
This application has not been independently audited for security vulnerabilities. Your master key will remain encrypted throughout the session and will not be recorded in system logs. For feedback, feel free to contact me at leo@gehmasse.de.
- requires php (tested with 8.4) and nodejs
- navigate to project directory
- run
npm installandcomposer installto install dependencies - copy
.env.exampleto.env - fill the NC_* variables at the end of the
.envfile - run
php artisan migrateto create database - run
php artisan key:generateto generate encryption key - run
npm run buildto compile the frontend
- run
php artisan serveto start the application - open the shown url (probably http://localhost:8000) in your browser
- a command line application is available at
php artisan pwd