You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
templates | 2 years ago | |
webproj | 1 year ago | |
.achecker.yml | 1 year ago | |
.gitignore | 2 years ago | |
.jshintrc | 2 years ago | |
Dockerfile | 1 year ago | |
README.md | 1 year ago | |
check_links.js | 2 years ago | |
entrypoint.sh | 1 year ago | |
index.js | 1 year ago | |
main.js | 1 year ago | |
manage.py | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
shortcut_build.bat | 1 year ago | |
shortcut_build.sh | 1 year ago | |
shortcut_run.bat | 1 year ago | |
shortcut_run.sh | 1 year ago | |
wait-for-it.sh | 1 year ago |
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.