https://github.com/synw/microb-ui
User interface for Microb api server using Caddy file server
https://github.com/synw/microb-ui
caddy
Last synced: 2 months ago
JSON representation
User interface for Microb api server using Caddy file server
- Host: GitHub
- URL: https://github.com/synw/microb-ui
- Owner: synw
- License: mit
- Created: 2017-05-04T13:43:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T14:36:22.000Z (about 8 years ago)
- Last Synced: 2025-02-19T12:51:13.189Z (4 months ago)
- Topics: caddy
- Language: CSS
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Microb user interface
=====================User interface for Microb api server using with Caddy file server
Get [Microb api server](https://github.com/synw/microb) up and running
Clone and place the folder at Caddy's static root
Configure the [Caddy static files server](http://caddyserver.com/):
```javascript
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`