An API for fast-cli.
This repository has been archived on 2023-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
CI bec95297bf
build Details
--> Linted: DOCKERFILE_HADOLINT No errors were found in the linting process Details
--> Linted: EDITORCONFIG No errors were found in the linting process Details
--> Linted: GITHUB_ACTIONS No errors were found in the linting process Details
--> Linted: GITLEAKS No errors were found in the linting process Details
--> Linted: JSON No errors were found in the linting process Details
--> Linted: YAML No errors were found in the linting process Details
lint Details
Update dependency eslint-plugin-unicorn to v49
2023-10-29 19:54:08 +00:00
.github Initial Commit 2023-10-07 08:24:03 -05:00
.vscode Initial Commit 2023-10-07 08:08:34 -05:00
src Initial Commit 2023-10-07 08:24:03 -05:00
.dockerignore Initial Commit 2023-10-07 08:24:03 -05:00
.editorconfig Initial Commit 2023-10-07 08:08:34 -05:00
.env.example Initial Commit 2023-10-07 08:24:03 -05:00
.eslintrc.json Initial Commit 2023-10-07 08:08:34 -05:00
.gitattributes Initial Commit 2023-10-07 08:08:34 -05:00
.gitignore Initial Commit 2023-10-07 08:24:03 -05:00
Dockerfile swap to debian 2023-10-07 12:57:20 -05:00
LICENSE.md Initial Commit 2023-10-07 08:08:34 -05:00
Makefile Initial Commit 2023-10-07 08:08:34 -05:00
README.md add homepage docs 2023-10-07 08:48:09 -05:00
package-lock.json Update dependency eslint-plugin-unicorn to v49 2023-10-29 19:54:08 +00:00
package.json Update dependency eslint-plugin-unicorn to v49 2023-10-29 19:54:08 +00:00
renovate.json Initial Commit 2023-10-07 08:08:34 -05:00

README.md

fast-cli-api
Donate

An API for fast-cli.

docker run -d \
    --name fast-cli-api \
    -e RETEST_EVERY_X_HOURS=24 \
    -p 3000:3000 \
    git.chse.dev/chase/fast-cli-api:latest

Homepage Integration

    - Fast.com Speedtest:
        icon: https://fast.com/assets/new-logo-vert-fit-f0bf05.png
        href: https://fast.com
        description: Fast.com Speedtest
        server: docker
        container: fast-cli-api
        widget:
            type: customapi
            url: http://192.168.1.3:3000 # change to your IP & port running this project
            mappings:
                - field: downloadSpeed # needs to be YAML string or object
                  label: Download
                  format: text # optional - defaults to text
                - field: uploadSpeed # needs to be YAML string or object
                  label: Upload
                  format: text # optional - defaults to text
                - field: latency # needs to be YAML string or object
                  label: Ping
                  format: text # optional - defaults to text