KeepassManager is a KeePass-like web application (mobile friendly).
- Manage users and give them permissions
- Manage categories
- Edit your keepass hierarchy as you want
- Import existing KeePass (XML)
- Icon management
- Entries copy/paste
- Manage favorites
composer install
php artisan migrate
php artisan key:generate
php artisan db:seed
php artisan storage:link
npm install
npm run prod
You will have to create an admin account in database yourself by using standard Laravel password encryption (bcrypt function). Or you can execute php artisan db:seed --class=CreateAdminUserSeeder
- PHP (Laravel 6)
- Javascript (VueJS)
- Bosket (vue) for the treeview thing
- CoreUI (which includes Bootstrap 4)
- vue-js-modal
- vue-js-notification
And of course thanks to the original KeePass software.