| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
This prevent the script to generate a new certificate every time the module is updated. `certs.js` manages the certificates: creation and deletion, and provides them to index.js. An uninstall script is added, it deletes the folder at uninstall time. makes problems, generate the certificates at first run. If the index.js won't find the certificates, certs.js will generate them. Some edits in README accordingly to changes. Add also a link on README to CONTRIBUTING. Upgrade to v4.1.0 in package.json. Upgrade of dependencies.
Fixes a brutal crash in case of address 443 or 80 already in use on the machine and if the script is not runned under sudo on linux. The script exit, but writing an error message and a tip on how to resolve. Update README consequently. Upgrade minimum node version to 8.
Sorry, something went wrong.
Sorry, something went wrong.
Add pkg to package all this code into an executable that doesn't require a node.js installation. This allow to easly distribute this tool.
- Update to mkcert v1.4.0: macOS Catalina compatibility and more. https://github.com/FiloSottile/mkcert/releases/tag/v1.4.0 - Add `REINSTALL=true serve` env variable to force reinstall certs. - Check for updates if running as compiled executable (downloaded from GitHub releases). - Update dependencies. - Add troubleshooting for #13.
| Back | FazBrowse Home | New Git URL |
Pull Request Details
Related Issue
This closes #8 (AppData), closes #10 (first run), and closes #11 (EACCES). Should solve #9.
Types of changes
Checklist