Skip to content
/ microb-ui Public

User interface for Microb api server using Caddy file server

License

Notifications You must be signed in to change notification settings

synw/microb-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microb user interface

User interface for Microb api server using with Caddy file server

Get Microb api server up and running

Clone and place the folder at Caddy's static root

Configure the Caddy static files server:

localhost:8080 {
  gzip
  log /home/myuser/path_to_static_root/var/access.log
  root /home/myuser/path_to_static_root
  templates
  cors
  header / {
  	X-XSS-Protection "1"
  	X-Content-Type-Options "nosniff"
  	X-Frame-Options "SAMEORIGIN; always"
  }
}

Run: ./caddy

Open http://localhost:8080

About

User interface for Microb api server using Caddy file server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published