Skip to content

isabella232/foxpass-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoxPass Tools

Docker images

We provide different docker images to run our utilities.

API Docker Image

In order to create an image for the API, use the following command:

docker build -f './docker-images/api.Dockerfile' . -t 'foxpass-api'

Now you can run the docker image with:

docker run foxpass-api <action> [<options>]

Use the following command to obtain more help:

docker run foxpass-api

# Help example:
#  Usage:
#    docker run foxpass-api <action> [<options>]
#  Actions: list_groups list_users copy_group posix_user delete_group deactivate_user
#  Examples:
#    docker run foxpass-api copy_group [<options>]
#    docker run foxpass-api deactivate_user [<options>]

About

Foxpass tools and utilities

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.8%
  • PowerShell 10.3%
  • Jinja 3.0%
  • Shell 2.5%
  • Dockerfile 0.4%