Skip to content

joestump/go-pihole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-pihole

Local Development

Run Swagger-UI

$ docker pull swaggerapi/swagger-ui
$ docker run -p 80:8080 swaggerapi/swagger-ui

Run http-server

NOTE: Must be ran from repo root.

$ npm install -g http-server
$ http-server --cors

Load swagger.yaml in Swagger-UI

  1. Navigate to https://localhost/
  2. Paste https://localhost:8080/swagger.yaml into the input field at the top of the page.
  3. Click "Explore".

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published