Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bezoerb/wsfp
Set ACL folder permissions for webservers
https://github.com/bezoerb/wsfp
Last synced: 14 days ago
JSON representation
Set ACL folder permissions for webservers
- Host: GitHub
- URL: https://github.com/bezoerb/wsfp
- Owner: bezoerb
- License: mit
- Created: 2015-04-27T19:48:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T17:14:18.000Z (over 1 year ago)
- Last Synced: 2024-10-18T19:17:36.816Z (26 days ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# wsfp [![Build Status](https://travis-ci.org/bezoerb/wsfp.svg?branch=master)](https://travis-ci.org/bezoerb/wsfp)
> Set files & folder ACL permissions for webserver user. Based on symfony [installation guide](http://symfony.com/doc/current/book/installation.html#book-installation-permissions)
## Install
```
$ npm install -g wsfp
```## Usage
```js
var wsfp = require('wsfp');wsfp('path/to/cache',function(err){
});
```## Cli
```shell
~$ wsfp app/cache
```## API
### wsfp(input, [callback])
#### input
*Required*
Type: `string`Filepath or Directory path
## License
MIT © [Ben Zörb](http://sommerlaune.com)