jvvan / reverseproxy

Reverse Proxy API powered by Nginx.
MIT License
13 stars 1 forks source link

Add database #7

Closed anondev-sudo closed 2 years ago

anondev-sudo commented 3 years ago

There should be added json or sqlite file database so you can store the information about proxies there and then make API endpoint /proxies/:domain to get more info about the proxy like target, domain, cert expiration, ... and option when you make request to /proxies?defailed=true, dipslay more info about the proxies in array

jvvan commented 2 years ago

In version v1.1.0, a database has not been added. However, metadata is now included in every configuration and you can get the target and whether SSL is enabled.