Skip to content

OpenShift template for nginx prepared to server netbox

Notifications You must be signed in to change notification settings

fuegito/nginx-netbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nginx HTTP server and reverse proxy (nginx) S2I Sample Application for netbox deployment

This is a application repository that can be built and deployed on OpenShift using the Nginx HTTP server and a reverse proxy builder image.

The application serves static content for netbox and is reverse-proxy for netbox-unicorn

To build and run the application:

$ s2i build https://github.com/fuegito/nginx-netbox centos/nginx-112-centos7 mynginximage
$ docker run -p 8080:8080 mynginximage
$ # browse to http://localhost:8080

You can also build and deploy the application on OpenShift, assuming you have a working oc command line environment connected to your cluster already:

$ oc new-app centos/nginx-112-centos7~https://github.com/fuegito/nginx-netbox

You can also deploy the sample template for the application:

$ oc new-app -f https://raw.githubusercontent.com/fuegito/nginx-netbox/master/openshift/templates/nginx.json

About

OpenShift template for nginx prepared to server netbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages