2022-10-15 23:14:18 +00:00
|
|
|
name: inventree
|
|
|
|
description: Open Source Inventory Management System
|
|
|
|
homepage: https://inventree.org
|
2023-12-05 22:22:56 +00:00
|
|
|
notifications: true
|
2022-10-15 23:14:18 +00:00
|
|
|
buildpack: https://github.com/mjmair/heroku-buildpack-python#v216-mjmair
|
|
|
|
env:
|
|
|
|
- STACK=heroku-20
|
|
|
|
- DISABLE_COLLECTSTATIC=1
|
|
|
|
- INVENTREE_DB_ENGINE=sqlite3
|
|
|
|
- INVENTREE_DB_NAME=database.sqlite3
|
|
|
|
- INVENTREE_PLUGINS_ENABLED
|
|
|
|
- INVENTREE_MEDIA_ROOT=/opt/inventree/media
|
|
|
|
- INVENTREE_STATIC_ROOT=/opt/inventree/static
|
2022-10-16 13:09:31 +00:00
|
|
|
- INVENTREE_BACKUP_DIR=/opt/inventree/backup
|
2022-10-15 23:14:18 +00:00
|
|
|
- INVENTREE_PLUGIN_FILE=/opt/inventree/plugins.txt
|
|
|
|
- INVENTREE_CONFIG_FILE=/opt/inventree/config.yaml
|
|
|
|
after_install: contrib/packager.io/postinstall.sh
|
2023-06-11 14:32:03 +00:00
|
|
|
before:
|
|
|
|
- contrib/packager.io/before.sh
|
2022-11-20 08:29:12 +00:00
|
|
|
dependencies:
|
|
|
|
- curl
|
2024-03-01 01:49:06 +00:00
|
|
|
- "python3.9 | python3.10 | python3.11"
|
|
|
|
- "python3.9-venv | python3.10-venv | python3.11-venv"
|
|
|
|
- "python3.9-dev | python3.10-dev | python3.11-dev"
|
2022-11-20 08:29:12 +00:00
|
|
|
- python3-pip
|
|
|
|
- python3-cffi
|
|
|
|
- python3-brotli
|
|
|
|
- python3-wheel
|
|
|
|
- libpango-1.0-0
|
|
|
|
- libharfbuzz0b
|
|
|
|
- libpangoft2-1.0-0
|
|
|
|
- gettext
|
|
|
|
- nginx
|
|
|
|
- jq
|
2023-01-29 01:39:27 +00:00
|
|
|
- libffi7
|
2022-10-15 23:14:18 +00:00
|
|
|
targets:
|
2022-11-20 08:29:12 +00:00
|
|
|
ubuntu-20.04: true
|
|
|
|
debian-11: true
|