Coder Social home page Coder Social logo

nginx-ubus-module's Introduction

Donate License

Module ngx_http_read_request_body_module

The ngx_http_ubus_module module allows access ubus function directly from nginx without using cgi or additional application to connect to it Ubus is used in openwrt to gain and set data to the system. Alle the comunication are done in json format. This can be used to make gui that are based on only ubus request and calls.

This is based on uhttpd-mod-ubus module, some procedures are took from uhttpd module.

Configuration example

location /ubus {
        ubus_interpreter;
        ubus_socket_path /var/run/ubus.sock;
        ubus_script_timeout 600;
	      ubus_parallel_req 2;
      	ubus_cors off;
}

Directives

Syntax:  ubus_interpreter;
Default: โ€”
Context: location

Enable ubus_interpreter on the location set

Syntax:  ubus_socket_path;
Default: โ€”
Context: location

The path to the socket the module will connect to. Without this the module will report a json error with Internal Error

Syntax:  ubus_script_timeout;
Default: 60
Context: location

Ubus connection will be terminated after the timeout is exceeded

Syntax:  ubus_parallel_req;
Default: 1
Context: location

With batched request, the module will create n thread to handle request quickly. Note: Ubus doesn't support parallel request so the speedup is not too noticable

Syntax:  ubus_cors;
Default: 0
Context: location

Adds cors header security options to every response header

Syntax:  ubus_noauth;
Default: 0
Context: location

Only for test purpose. This will denied every request.

nginx-ubus-module's People

Contributors

ansuel avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.