https://github.com/mathisburger/nginx-automation
This REST service is written for the automatisation of the nginx reverse proxy
https://github.com/mathisburger/nginx-automation
Last synced: 9 months ago
JSON representation
This REST service is written for the automatisation of the nginx reverse proxy
- Host: GitHub
- URL: https://github.com/mathisburger/nginx-automation
- Owner: MathisBurger
- Created: 2021-01-16T15:25:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T18:52:15.000Z (over 5 years ago)
- Last Synced: 2025-03-21T07:46:42.114Z (over 1 year ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nginx-automation
This REST service is written for the automatisation of the nginx reverse proxy.
I wrote this appication especially for an server I am working on. But it can also be
used on every other server.
## further developed
I will develop this, if I need more features or I get some new ideas to add for other users of this software.
## Important
This application is only creating your configurations. It does not restart your nginx server.
If you want to use this application in production, make sure you set your allowed-origins correctly in the config.json
Otherwise everyone can create configurations on your server.
Furthermore this application is not working in your network, because it does not match you needs.
## Installation
This is a step by step tutorial
- Download the executable file from the releases
- Create a folder in the same directory as your executable and create a file config.json
- Use this sample config to configure your application: sample config
- Start the application as service or in a screen