mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-10 17:27:40 +08:00
🔐 Open source password manager with Nextcloud integration
appinfo | ||
controller | ||
css | ||
img | ||
js | ||
lib | ||
sass | ||
templates | ||
tests | ||
.gitignore | ||
.travis.yml | ||
AUTHORS.md | ||
CHANGELOG.md | ||
COPYING | ||
Gruntfile.js | ||
LICENSE | ||
Makefile | ||
package.json | ||
phpunit.integration.xml | ||
phpunit.xml | ||
README.md | ||
swagger.yaml |
passman
Passman is a password manager for Nextcloud Place this app in nextcloud/apps/
Building the app
The app can be built by using the provided Makefile by running:
npm install
Building the templates.
Passman uses compiled Angular js templates.
A grunt task compiles the views (located in templates/views), to templates.js
.
You can compile the templates using grunt
If you are a developer and want to watch the changes you made use: grunt watch