Closed DtxdF closed 11 months ago
Name | Link |
---|---|
Latest commit | 8c1d1b1cbc94ae2e9dec5f830bc097f99c256468 |
Latest deploy log | https://app.netlify.com/sites/inventree-org-preview/deploys/655ce4c3bc02ac00082da281 |
Deploy Preview | https://deploy-preview-176--inventree-org-preview.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
Lighthouse |
1 paths audited Performance: 99 (no change from production) Accessibility: 94 (no change from production) Best Practices: 100 (no change from production) SEO: 75 (no change from production) PWA: - View the detailed breakdown and full score reports |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hi there @DtxdF! I checked the Makejail and it looks good, very true to our normal docs. Could you put a warning in the paragraph about SQLite that the project discourages using SQLite for any production use? This is due to limitations to 1 concurrent write connection, making API and workers nearly unusable.
This should also be included in the install docs - which can be found in InvenTree/InvenTree under docs/docs
Hi there @DtxdF! I checked the Makejail and it looks good, very true to our normal docs. Could you put a warning in the paragraph about SQLite that the project discourages using SQLite for any production use? This is due to limitations to 1 concurrent write connection, making API and workers nearly unusable.
Done, thanks for that!
This should also be included in the install docs - which can be found in InvenTree/InvenTree under docs/docs
No problem, I will make those changes as soon as possible. Thanks!
Hi,
I have created an AppJail Makejail (text file similar to a Dockerfile) to automate the installation and deployment of InvenTree on FreeBSD systems. This is how I use InvenTree on my server.