Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kcchouette/lesspass-helper
An offline webUI to create and generate JSON from your password's profile from LessPass
https://github.com/kcchouette/lesspass-helper
internet-browser json lesspass lesspass-helper password-profile standalone webui
Last synced: 1 day ago
JSON representation
An offline webUI to create and generate JSON from your password's profile from LessPass
- Host: GitHub
- URL: https://github.com/kcchouette/lesspass-helper
- Owner: Kcchouette
- License: gpl-3.0
- Created: 2017-04-03T13:11:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T15:41:42.000Z (6 months ago)
- Last Synced: 2024-12-03T08:21:24.543Z (about 1 month ago)
- Topics: internet-browser, json, lesspass, lesspass-helper, password-profile, standalone, webui
- Language: HTML
- Size: 291 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lesspass-helper
An offline webUI to create and generate JSON from your password's profile from LessPass.
## How to use?
You can only use this software if you're using [LessPass](https://github.com/lesspass/lesspass) as you password manager.
1. Download/clone LessPass Pure: `git clone https://github.com/lesspass/lesspass.git` or [https://github.com/lesspass/lesspass/archive/main.zip](https://github.com/lesspass/lesspass/archive/main.zip)
2. Copie the file from `packages/lesspass-pure/dist/index.html` to `packages/lesspass-pure/index.html`
3. Update it using this **sed** command: `sed -i 's/="\//="dist\//g' 'packages/lesspass-pure/index.html'`
4. Start the webUI in standalone in your internet browser (drag & drop in your browser the index.html file contained in `packages/lesspass-pure`, and you should see in the adress something like `file:///C:/[FOLDER]/lesspass/packagespackages/lesspass-pure/index.html#/`)
5. Remember this link `file:///C:/[FOLDER]/lesspass/packages/pure/index.html#/` (you can close the tab)
6. Download/clone this repositorie: `git clone https://github.com/Kcchouette/LessPass-Helper.git` or [https://github.com/Kcchouette/lesspass-helper/archive/master.zip](https://github.com/Kcchouette/LessPass-Helper/archive/master.zip)
7. Start the webUI in standalone in your internet browser (drag & drop in your browser, and you should see in the adress something like `file:///C:/[FOLDER]/LessPass-Helper/index.html`)
8. Indicate the link from the part `3.` WITHOUT the *`index.html#/`* part and the JSON file you have (or nothing if you have nothing)
9. Finish! You can add new setting by clicking "New Setting" Button and fill all the input :)## External Ressources
`css/bootstrap.min.css` and `js/bootstrap.min.js` come from [Bootstrap](https://getbootstrap.com) v3.3.7
`js/jquery.min.js` come from [JQuery](https://jquery.com/) v1.12.4