conf | ||
scripts | ||
.gitignore | ||
LICENSE | ||
manifest.json | ||
README.md |
PyInventory for YunoHost
This package allows you to install PyInventory quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.
Current status is pre-alpha: This app doesn't work, yet ;)
Pull requests welcome ;)
Overview
PyInventory is a libre web-based management to catalog things including state and location etc. using Python/Django.
Screenshots
Admin account
An admin user is created at installation, the login is what you provided at installation, the password is pyinventory.
Settings and upgrades
Almost everything related to PyInventory's configuration is handled in a "../conf/ynh_pyinventory_settings.py"
file.
You can edit the file $final_path/local_settings.py
to enable or disable features.
Miscellaneous
LDAP connexion
TODO: https://github.com/django-auth-ldap/django-auth-ldap
Links
- Report a bug about this package: https://github.com/jedie/pyinventory_ynh
- Report a bug about PyInventory itself: https://github.com/jedie/PyInventory
- YunoHost website: https://yunohost.org/
Developer info
Please send your pull request to https://github.com/jedie/pyinventory_ynh
Try e.g.:
sudo yunohost app install https://github.com/jedie/pyinventory_ynh/tree/main --debug
or
sudo yunohost app upgrade pyinventory -u https://github.com/jedie/pyinventory_ynh/tree/main --debug