An open API service indexing awesome lists of open source software.

https://github.com/wisehackermonkey/website-router

how I handle routing the example.com/routeNAME to the different containers on my website orancollins.com
https://github.com/wisehackermonkey/website-router

nginx reverse-proxy router

Last synced: 12 days ago
JSON representation

how I handle routing the example.com/routeNAME to the different containers on my website orancollins.com

Awesome Lists containing this project

README

          

# website-router
----
[![Open Source Love svg2](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

how I handle routing the example.com/routeNAME to the different containers on my website "oran.business"

uses nginx as the router

# Quick start
### __________________
```
Pixilate image server: pixel-artist 6451
Chirp.io 1199
Blank Page Website 11111
Remash 7788
```

# Summary

### - *[Installation](#Installation)*
### - *[For developers](#For-developers)*
### - *[Contributors](#Contributors)*
### - *[License](#License)*

# Installation
### Docker non compose (testing only)
```bash
cd ~
git clone https://github.com/wisehackermonkey/website-router.git
cd website-router
docker run --rm -it --name web-redirector --net=host -v $PWD/nginx.conf:/etc/nginx/nginx.conf:ro nginx
```

### Docker compose (deployment )
```bash
cd ~
git clone https://github.com/wisehackermonkey/website-router.git
cd website-router
docker run --restart always -d --name web-redirector --net=host -v $PWD/nginx.conf:/etc/nginx/nginx.conf:ro nginx
```
### Docker composer
```
cd ~
git clone https://github.com/wisehackermonkey/website-router.git
cd website-router
docker-compose up -d
```

-----------------
# For developers
###
```bash
# docker run -it --rm -d -p 8080:80 --name web nginx
```

-----------------
# Contributors

[![](https://contrib.rocks/image?repo=wisehackermonkey/website-router)](https://github.com/wisehackermonkey/website-router/graphs/contributors)

##### Made with [contributors-img](https://contrib.rocks).

-----------------
# License
#### MIT © wisehackermonkey
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
```bash
by oran collins
github.com/wisehackermonkey
oranbusiness@gmail.com
20210423
```