Added toggle for 'repointing' as well as (slightly) better documentation and homepage
This commit is contained in:
parent
dc48d44400
commit
65c5023ae4
5 changed files with 85 additions and 9 deletions
14
README.md
14
README.md
|
@ -1,3 +1,15 @@
|
|||
# Motto
|
||||
|
||||
Static file beautifier
|
||||
Motto presents files from a static file server in a more friendly way
|
||||
|
||||
## Documentation
|
||||
|
||||
### Configuration
|
||||
|
||||
- `ROOT_URL=(url)` - the static file server instance to get files from
|
||||
- `ENABLE_REPOINTING=(true|default:false)` - enable [repointing](#Repointing)
|
||||
|
||||
### Repointing
|
||||
|
||||
If enabled, repointing allows a url to be specified in the `root` query parameter that will override
|
||||
the default url of the static file server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue