You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
|
1 month ago | |
---|---|---|
.github | 2 months ago | |
.vscode | 2 months ago | |
src | 2 months ago | |
.dockerignore | 2 months ago | |
.editorconfig | 2 months ago | |
.env.example | 2 months ago | |
.eslintrc.json | 2 months ago | |
.gitattributes | 2 months ago | |
.gitignore | 2 months ago | |
Dockerfile | 2 months ago | |
LICENSE.md | 2 months ago | |
Makefile | 2 months ago | |
README.md | 2 months ago | |
package-lock.json | 1 month ago | |
package.json | 1 month ago | |
renovate.json | 2 months ago |
README.md
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