Crates.io | printnanny |
lib.rs | printnanny |
version | 0.22.0-rc.2 |
source | src |
created_at | 2022-01-13 22:27:45.995417 |
updated_at | 2022-06-05 03:15:34.661918 |
description | PrintNanny root package crate |
homepage | |
repository | |
max_upload_size | |
id | 513571 |
size | 33,418 |
This workspace contains the following tools used in PrintNanny OS:
services/src/config.rs
services/src/printnanny_api.rs
services/src/mqtt.rs
services/src/janus.rs
services/src/path.rs
/proc/cpuinfo
fields services/src/cpuinfo.rs
printnanny
Leigh Johnson <leigh@bitsy.ai>
PrintNanny Command-line Interface
USAGE:
printnanny-cli [OPTIONS] --config <config> <SUBCOMMAND>
OPTIONS:
-c, --config <config> Path to Config.toml (see env/ for examples)
-h, --help Print help information
-v Sets the level of verbosity
-V, --version Print version information
SUBCOMMANDS:
device Interact with device REST API
help Print this message or the help of the given subcommand(s)
janus-admin Interact with Janus admin/monitoring APIs https://janus.conf.meetecho.com/docs/auth.html#token
monitor Interact with PrintNanny monitoring service
mqtt Interact with MQTT pub/sub service
printnanny-cli-device
Leigh Johnson <leigh@bitsy.ai>
Interact with device REST API
USAGE:
printnanny-cli --config <config> device [OPTIONS] [action]
ARGS:
<action> [possible values: get, setup]
OPTIONS:
-h, --help Print help information
-o, --output <output>
-V, --version Print version information
printnanny-cli-factsd
Leigh Johnson <leigh@bitsy.ai>
Config serializer (JSON) intended for use with Ansible facts.d
USAGE:
printnanny-cli --config <config> factsd [OPTIONS]
OPTIONS:
-h, --help Print help information
-o, --output <output>
-V, --version Print version information
printnanny-cli-janus-admin
Leigh Johnson <leigh@bitsy.ai>
Interact with Janus admin/monitoring APIs https://janus.conf.meetecho.com/docs/auth.html#token
USAGE:
printnanny-cli --config <config> janus-admin [OPTIONS] [endpoint]
ARGS:
<endpoint> Janus admin/monitoring API endpoint [default: janus.plugin.echotest,janus.plugin.streaming] [possible values: get-status, info,
ping, add-token, remove-token, list-tokens, test-stun]
OPTIONS:
--adminsecret <admin_secret> [env: JANUS_ADMIN_SECRET]
-h, --help Print help information
-H, --host <host> [default: http://localhost:7088/admin]
--plugins <plugins> Commaseparated list of plugins used to scope token access. [default: janus.plugin.echotest,janus.plugin.streaming]
--token <token> [env: JANUS_TOKEN]
-V, --version Print version information
printnanny-cli-monitor
Leigh Johnson <leigh@bitsy.ai>
Interact with PrintNanny monitoring service
USAGE:
printnanny-cli --config <config> monitor <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
help Print this message or the help of the given subcommand(s)
start Start PrintNanny monitoring service
stop Stop PrintNanny monitoring service
printnanny-cli-mqtt
Leigh Johnson <leigh@bitsy.ai>
Interact with MQTT pub/sub service
USAGE:
printnanny-cli --config <config> mqtt --ca-certs <ca_certs> --private-key <private_key> --public-key <public_key> [action]
ARGS:
<action> [possible values: publish, subscribe]
OPTIONS:
--ca-certs <ca_certs> [env: MQTT_CA_CERTS=]
-h, --help Print help information
--private-key <private_key> [env: MQTT_PRIVATE_KEY=]
--public-key <public_key> [env: MQTT_PUBLIC_KEY=]
-V, --version Print version information
Two-factor authentication dash based on Rocket.rs
Developer tools
Leigh Johnson <leigh@bitsy.ai>
PrintNanny Developer Command-line Tools
USAGE:
printnanny-dev [OPTIONS] <SUBCOMMAND>
OPTIONS:
-c, --config <config> Path to Config.toml (see env/ for examples)
-h, --help Print help information
-v Sets the level of verbosity
-V, --version Print version information
SUBCOMMANDS:
ansible Interact with Ansible installation, vars, and playbooks
help Print this message or the help of the given subcommand(s)
octoprint Interact with OctoPrint installation
repetier Interact with Repetier installation
Created from XAMPPRocky/mean-bean-ci-template
This is a template for GitHub Actions meant as a successor to japaric/trust
for handling XAMPPRocky/tokei
's CI and
deployment. I decided to make it a template to be able share it across
projects and with the community.