Go to file
Adler Neves bd79e4c365 docs: add README 2022-01-03 00:53:46 -03:00
templates fix: gitignore + node server for parallelism 2021-07-11 14:57:27 -03:00
webproj feature: containerized 2022-01-03 00:43:27 -03:00
.achecker.yml feature: containerized 2022-01-03 00:43:27 -03:00
.gitignore fix: gitignore + node server for parallelism 2021-07-11 14:57:27 -03:00
.jshintrc fix: gitignore + node server for parallelism 2021-07-11 14:57:27 -03:00
Dockerfile feature: containerized 2022-01-03 00:43:27 -03:00
README.md docs: add README 2022-01-03 00:53:46 -03:00
check_links.js Initial commit 2021-07-11 12:46:23 -03:00
entrypoint.sh feature: containerized 2022-01-03 00:43:27 -03:00
index.js feature: containerized 2022-01-03 00:43:27 -03:00
main.js feature: containerized 2022-01-03 00:43:27 -03:00
manage.py fix: gitignore + node server for parallelism 2021-07-11 14:57:27 -03:00
package-lock.json fix: gitignore + node server for parallelism 2021-07-11 14:57:27 -03:00
package.json fix: gitignore + node server for parallelism 2021-07-11 14:57:27 -03:00
shortcut_build.bat feature: containerized 2022-01-03 00:43:27 -03:00
shortcut_build.sh feature: containerized 2022-01-03 00:43:27 -03:00
shortcut_run.bat feature: containerized 2022-01-03 00:43:27 -03:00
shortcut_run.sh feature: containerized 2022-01-03 00:43:27 -03:00
wait-for-it.sh feature: containerized 2022-01-03 00:43:27 -03:00

README.md

accessibility-checker-api

Both an "API" and (crude) web pages for retrieving automated accessibility checks

Setting up a password-less HTTP Proxy (prerequisite)

Without a proxy

docker run -d --restart=always -p 24865:24865 --name gost ginuerzh/gost -L=:24865

With a proxy

docker run -d --restart=always -p 24865:24865 --name gost ginuerzh/gost -L=:24865 -F=http://my.company.tld:8080

With a password-protected proxy

docker run -d --restart=always -p 24865:24865 --name gost ginuerzh/gost -L=:24865 -F=http://user:password@my.company.tld:8080

Running

Windows

Setup

Double-click shortcut_build.bat once; skip if you did this earlier.

Executing

Double-click shortcut_run.bat - keep the window open while you're using it.

Linux

Setup

Run ./shortcut_build.sh once; skip if you did this earlier.

Executing

Run ./shortcut_run.sh - don't interrupt the process open while you're using it.