Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/par7133/invenktory
Finally the smart inventory solution to track your hardware and any other geek stuff (software on premise) - PHP: <=8.1, GPL
https://github.com/par7133/invenktory
gpl gpl3 hardware inventory it on-prem pc smart system
Last synced: about 2 months ago
JSON representation
Finally the smart inventory solution to track your hardware and any other geek stuff (software on premise) - PHP: <=8.1, GPL
- Host: GitHub
- URL: https://github.com/par7133/invenktory
- Owner: par7133
- License: gpl-3.0
- Created: 2021-09-30T23:07:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-09T06:48:20.000Z (8 months ago)
- Last Synced: 2024-05-09T07:48:51.223Z (8 months ago)
- Topics: gpl, gpl3, hardware, inventory, it, on-prem, pc, smart, system
- Language: PHP
- Homepage: https://invenktory.5mode-foss.eu
- Size: 4.98 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Invenktory
Hello and welcome to Invenktory!
Invenktory is a light and simple software on premise to track your devices.
Invenktory is released under GPLv3 license, it is supplied AS-IS and we do not take any responsibility for its misusage.
First step, use the left side panel password and salt fields to create the hash to insert in the config file. Remember to manually set there also the salt value.
As you are going to run Invenktory in the PHP process context, using a limited web server or phpfpm user, you must follow some simple directives for an optimal first setup:1. Check the permissions of your "Inventory" folder in your web app private path; and set its path in the config file.
2. In the Inventory path create a ".INVsampledir" folder and give to this folder the write permission. This folder will be the sample folder to copy from new folders inside the inventory path.
3. Likewise, in the Inventory path must exist ".INVsamplefile.xml" and give to this file the write permission. This file will be the sample file to copy from new inventory files.
4. Configure the max devices per xml file as required (default: 10).
5. Configure the max history items and max recall history items as required (default: 50).
Invenktory understands a limited set of commands with a far limited set of parameters:
cd, cd.., cp, edit, help, ls, mv, pwd, showIn edit mode press [CTRL]+[X] to exit or [CTRL]+[S] to save.
### Screenshot:
![Http Console in action](/Public/static/res/screenshot1.jpg)
Feedback: [email protected]