Skip to content

gr4yj3d1/toolshed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toolshed

Installation / Development

git clone https://github.com/gr4yj3d1/toolshed.git

or

git clone https://git.neulandlabor.de/j3d1/toolshed.git

Backend

cd toolshed/backend
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python configure.py
python manage.py runserver 0.0.0.0:8000 --insecure

to run this in properly in production, you need to configure a webserver to serve the static files and proxy the requests to the backend, then run the backend with just python manage.py runserver without the --insecure flag.

Frontend

cd toolshed/frontend
npm install
npm run dev

Docs

cd toolshed/docs
mkdocs serve

CLI Client

Requirements

  • python3
  • python3-nacl

Usage Example

cli-client/toolshed-client.py --key <hex private key> --user [email protected] --host 1.2.3.4:8000 getinventory

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published