Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 763 Bytes

File metadata and controls

11 lines (10 loc) · 763 Bytes

Example UI

  • 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