GithubHelp home page GithubHelp logo

nxhosts's Introduction

nxhosts

nxhosts is a small bash utility to help manage Nginx server. The motivation to write this came from often needed process of:

vi /etc/nginx/sites-available/DOMAIN.conf
nginx -t # to check we haven't broke something

When adding new server block, it's even worse:

cd /etc/nginx
vi sites-available/NEW-DOMAIN.conf
cd sites-enabled
ln -s ../sites-available/NEW-DOMAIN.conf
cd ..
nginx -t

It's a lot of typing, I wanted something shorter. And with bash completition.

There is probably something similar outthere, but I just wanted to hack on something instead of working. Hey, it's Friday...

How to use it?

List files in sites-available directory:

nxhosts list

Test nginx configuration:

nxhosts test

Enable or disable specific server(s):

nxhosts enable server [server ...]

or

nxhosts disable server [server ...]

View one or more nginx server files (files in sites-available directory):

nxhosts view server [server ...]

Edit one or more nginx server files (files in sites-available directory):

nxhosts edit server [server ...]

How to install it?

Just copy nxhosts script to anywhere in PATH. There is bash completion script, source it from .profile. It could be put into /etc/bash_completion.d/ but this is not meant to be used by anyone other than root user, so that does not really makes sense.

Licence

nxhosts is MIT licensed.

nxhosts's People

Contributors

selectnull avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar  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.