1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00
YunoHost app package for: https://github.com/jedie/PyInventory
Find a file
JensDiemer ba39fc8bf7 init
2020-12-08 09:06:25 +01:00
conf init 2020-12-08 09:06:25 +01:00
scripts init 2020-12-08 09:06:25 +01:00
.gitignore init 2020-12-08 09:06:25 +01:00
LICENSE init 2020-12-08 09:06:25 +01:00
manifest.json init 2020-12-08 09:06:25 +01:00
README.md init 2020-12-08 09:06:25 +01:00

PyInventory for YunoHost

Integration level
Install PyInventory with 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


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