- disclaimer: this UI is included for demo purposes only, and does not concern itself with any security aspects
- run the link checker service with appropriate CORS headers, e.g.
link-checker-service serve --corsOrigins="http://localhost:8092"
- serve the public directory from the port
8092
, e.g.python -m http.server 8092
- open http://localhost:8092
- to create a static executable with the embedded page:
go build
- run the resulting executable
- to override the UI port, start it with the environment variable
PORT
set. Don't forget to adjust the server's--corsOrigins
option.
- → favicon source
jquery_example
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||