mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
589 B
JSON
19 lines
589 B
JSON
{
|
|
"name": "webfs",
|
|
"author": "Brendan Coles <bcoles@gmail.com>, Andrew Horton",
|
|
"version": "0.2",
|
|
"description": "This is a simple http server for mostly static content. You can use it to serve the content of a ftp server via http for example.",
|
|
"website": "http://linux.bytesex.org/misc/webfs.html",
|
|
"matches": [
|
|
{
|
|
"regexp": "(?-mix:^webfs\\/)",
|
|
"search": "headers[server]"
|
|
},
|
|
{
|
|
"search": "headers[server]",
|
|
"regexp": "(?-mix:^webfs\\/([^\\s]+)$)",
|
|
"offset": 1
|
|
}
|
|
]
|
|
}
|