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
2023-11-02 06:52:37 +00:00
.github Update project -> migrate from poetry to pip-tools 2023-11-02 07:52:31 +01:00
conf Update project -> migrate from poetry to pip-tools 2023-11-02 07:52:31 +01:00
doc Update to manifest v2 2023-08-22 19:56:20 +02:00
pyinventory_ynh Update project -> migrate from poetry to pip-tools 2023-11-02 07:52:31 +01:00
scripts Update to manifest v2 2023-08-22 19:56:20 +02:00
tests Update project -> migrate from poetry to pip-tools 2023-11-02 07:52:31 +01:00
.editorconfig Update via manageprojects 2023-02-19 14:17:51 +01:00
.flake8 Update via manageprojects 2022-12-22 10:03:57 +01:00
.gitignore Update project -> migrate from poetry to pip-tools 2023-11-02 07:52:31 +01:00
config_panel.toml Update via manageprojects 2022-12-22 10:03:57 +01:00
dev-cli.py Update project -> migrate from poetry to pip-tools 2023-11-02 07:52:31 +01:00
LICENSE http -> https 2023-02-18 10:03:15 +01:00
manifest.toml Update project -> migrate from poetry to pip-tools 2023-11-02 07:52:31 +01:00
pyproject.toml Update project -> migrate from poetry to pip-tools 2023-11-02 07:52:31 +01:00
README.md Auto-update README 2023-11-02 06:52:37 +00:00
README_fr.md Auto-update README 2023-11-02 06:52:37 +00:00
requirements.dev.txt Update project -> migrate from poetry to pip-tools 2023-11-02 07:52:31 +01:00
tests.toml Update to manifest v2 2023-08-22 19:56:20 +02:00

PyInventory for YunoHost

Integration level Working status Maintenance status

Install PyInventory with YunoHost

Lire ce readme en français.

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.

Overview

tests codecov pyinventory_ynh @ PyPi Python Versions License GPL-3.0-or-later

PyInventory is a libre web-based management to catalog things including state and location etc. using Python/Django.

Integration level Install pyinventory_ynh with YunoHost

Pull requests welcome ;)

This package for YunoHost used django-yunohost-integration

More screenshots are here: jedie.github.io/tree/master/screenshots/PyInventory

Shipped version: 0.19.3~ynh1

Screenshots

Screenshot of PyInventory Screenshot of PyInventory Screenshot of PyInventory Screenshot of PyInventory

Disclaimers / important information

Settings and upgrades

Almost everything related to PyInventory's configuration is handled in a "../conf/settings.py" file. You can edit the file /home/yunohost.app/django_example/local_settings.py to enable or disable features.

Test sending emails, e.g.:

ssh admin@yourdomain.tld
root@yunohost:~# /home/yunohost.app/pyinventory/manage.py sendtestemail --admins

How to debug a django YunoHost app, take a look into:

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/pyinventory_ynh/tree/testing --debug
or
sudo yunohost app upgrade pyinventory -u https://github.com/YunoHost-Apps/pyinventory_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps