mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
Merge pull request #130 from YunoHost-Apps/testing
Testing: explicit dependency to redis-server
This commit is contained in:
commit
90ddb5b748
7 changed files with 7 additions and 7 deletions
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
||||||
|
|
||||||
# PyInventory for YunoHost
|
# PyInventory for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/pyinventory)  
|
[](https://ci-apps.yunohost.org/ci/apps/pyinventory/)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=pyinventory)
|
[](https://install-app.yunohost.org/?app=pyinventory)
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ No se debe editar a mano.
|
||||||
|
|
||||||
# PyInventory para Yunohost
|
# PyInventory para Yunohost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/pyinventory)  
|
[](https://ci-apps.yunohost.org/ci/apps/pyinventory/)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=pyinventory)
|
[](https://install-app.yunohost.org/?app=pyinventory)
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ EZ editatu eskuz.
|
||||||
|
|
||||||
# PyInventory YunoHost-erako
|
# PyInventory YunoHost-erako
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/pyinventory)  
|
[](https://ci-apps.yunohost.org/ci/apps/pyinventory/)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=pyinventory)
|
[](https://install-app.yunohost.org/?app=pyinventory)
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ Il NE doit PAS être modifié à la main.
|
||||||
|
|
||||||
# PyInventory pour YunoHost
|
# PyInventory pour YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/pyinventory)  
|
[](https://ci-apps.yunohost.org/ci/apps/pyinventory/)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=pyinventory)
|
[](https://install-app.yunohost.org/?app=pyinventory)
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ NON debe editarse manualmente.
|
||||||
|
|
||||||
# PyInventory para YunoHost
|
# PyInventory para YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/pyinventory)  
|
[](https://ci-apps.yunohost.org/ci/apps/pyinventory/)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=pyinventory)
|
[](https://install-app.yunohost.org/?app=pyinventory)
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
# YunoHost 上的 PyInventory
|
# YunoHost 上的 PyInventory
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/pyinventory)  
|
[](https://ci-apps.yunohost.org/ci/apps/pyinventory/)  
|
||||||
|
|
||||||
[](https://install-app.yunohost.org/?app=pyinventory)
|
[](https://install-app.yunohost.org/?app=pyinventory)
|
||||||
|
|
||||||
|
|
|
@ -100,7 +100,7 @@ ram.runtime = "50M" # **estimate** minimum ram requirement. e.g. 50M, 400M, 1G,
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
# https://yunohost.org/en/packaging_apps_resources#apt
|
# https://yunohost.org/en/packaging_apps_resources#apt
|
||||||
# This will automatically install/uninstall the following apt packages
|
# This will automatically install/uninstall the following apt packages
|
||||||
packages = "build-essential, python3-dev, python3-pip, python3-venv, git, libpq-dev, postgresql, postgresql-contrib"
|
packages = "build-essential, python3-dev, python3-pip, python3-venv, git, libpq-dev, postgresql, postgresql-contrib, redis-server"
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
# https://yunohost.org/en/packaging_apps_resources#database
|
# https://yunohost.org/en/packaging_apps_resources#database
|
||||||
|
|
Loading…
Add table
Reference in a new issue