unfoldingword/inventoryst

Sponsored OSS

By unfoldingWord

Updated 14 days ago

Run inventories for all the platforms that we are active on

Image
Security
API management
Databases & storage
0

3.5K

unfoldingword/inventoryst repository overview

Description

Inventoryst is a script to gather relevant information from all kinds of platforms and store that information into Markdown (.md) files. The intent is to have all relevant information ready in one place.

Setup and run

Manual
  1. Clone this repository
git clone unfoldingword/inventoryst
  1. Setup and activate Python virtual environment
cd inventoryst
python -m venv venv
source venv/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. Configure your .env file
    Use the file example.env for guidance

  2. Run the script

python main.py
Docker
  1. Pull the docker file
docker pull unfoldingword/inventoryst
  1. Configure the .env file
    Use the file example.env for guidance

  2. Run your container

docker run --rm --env-file=.env -v /path/to/markdown_files:/app/output unfoldingword/inventoryst

Tag summary

Content type

Image

Digest

sha256:f634675b9

Size

97.4 MB

Last updated

14 days ago

docker pull unfoldingword/inventoryst

This week's pulls

Pulls:

151

Last week