Otasoft Proxy is a proxy and firewall service for API Gateway in Online Travel Agency Ecosystem. It rejects unwanted requests and transfer correct ones to the API Gateway. It guarantees network layer security between client applications and the API Gateway
- Nginx
- Haproxy
- iptables (firewalld)
- Docker
Otasoft projects are and always will be open source (MIT Licence). Anyone can use and support the project. The project is currently in the development phase.
To start developing the project please check if you have these tools installed on your machine:
Installation
- Clone the repo
git clone https://github.com/otasoft/otasoft-proxy
- Copy .env.example file as .env and fill it with your environment variables
cp .env.example .env # Linux and Mac
copy .env.example .env # Windows
- Run script to generate OpenSSL public certificate and private key
sh /scripts/generate-nginx-ssl-cert.sh # Linux and Mac
bash /scripts/generate-nginx-ssl-cert.sh # Windows
# If you dont have bash installed this link could help you
# https://stackoverflow.com/questions/26522789/how-to-run-sh-on-windows-command-prompt
- Add static entry in etc/hosts for otasoft-proxy
sudo nano /etc/hosts # Linux and Mac
edit C:\Windows\System32\drivers\etc\hosts # Windows
> 127.0.0.1 proxy.otasoft.org
- Run docker-compose to start the proxy service
docker-compose up
See the open issues for a list of proposed features (and known issues).
You are welcome to contribute to Otasoft projects. Please see contribution tips
Otasoft projects are and always will be Open Source.
Core team and contributors in the Otasoft ecosystem spend their free and off work time to make this project grow. If you would like to support us you can do so by:
- contributing - it does not matter whether it is writing code, creating designs, or sharing knowledge in our e-books and pdfs. Any help is always welcome!
- evangelizing - share a good news about Otasoft projects in social media or during technology conferences ;)
Founder -> Jakub Andrzejewski
Distributed under the MIT licensed. See LICENSE
for more information.