Skip to content

zero1limited/mdoq-pras

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

mdoq-pras

Installation

Add to your MDOQ PRAs script like

    "$ARGUMENT_STEP_FINAL-$ARGUMENT_COMPARISON_AHEAD")
        set -xe
        # do something
        curl -s https://raw.githubusercontent.com/zero1limited/mdoq-pras/refs/heads/master/entrypoint | bash
        ;;
    "$ARGUMENT_STEP_FINAL-$ARGUMENT_COMPARISON_IDENTICAL")
        set -xe
        # do something
        curl -s https://raw.githubusercontent.com/zero1limited/mdoq-pras/refs/heads/master/entrypoint | bash
        ;;
    "$ARGUMENT_STEP_FINAL-$ARGUMENT_COMPARISON_BEHIND")
        set -xe
        # do something
        curl -s https://raw.githubusercontent.com/zero1limited/mdoq-pras/refs/heads/master/entrypoint | bash
        ;;
    *)

Or if you want to run for all status

    "$ARGUMENT_STEP_FINAL-"*)
        set -xe
        # do something
        curl -s https://raw.githubusercontent.com/zero1limited/mdoq-pras/refs/heads/master/entrypoint | bash
        ;;

Help

For all options available run ./entrypoint --help

ZERO1 Common PRA's for use on MDOQ
----------------------------------
--skip-captcha              skips captcha functionality
--captcha-threshold=        change the captcha threshold (default 0.0)
--captcha-public-key=       change the public key used for captcha (default will work on MDOQ)
--captcha-private-key=      change the private key used for captcha (default will work on MDOQ)
--skip-account-sharing      skips enabling admin account sharing
--skip-disable-form-key     skips disabling admin form key
----------------------------------
see repo for more info: https://github.com/zero1limited/mdoq-pras

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages