Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Web front-end #40

Open
mathuin opened this issue Jun 15, 2017 · 3 comments
Open

Web front-end #40

mathuin opened this issue Jun 15, 2017 · 3 comments

Comments

@mathuin
Copy link

mathuin commented Jun 15, 2017

It would be very nice to have some sort of front-end interface that lists all the domains being managed by rgon-proxy, when their certs expire, and ideally a button one could click to immediately renew individual certs or all of them. Streaming logs would also be nice there.

@emcniece
Copy link
Member

@mathuin you make it sound so easy!

This is something we want to implement, but it won't be for MVP/1.0 release. Traefik has some good ideas around UI features.

It would be excellent to be able to view and manage certificates. We should define some requirements.

@Munsio
Copy link
Member

Munsio commented Jun 15, 2017

it could be an small golang web api sitting directly under the rgon-proxy but only if you choosed it in the installer to enable it.

So everyone who wants to build a frontend for it is free todo so and even desktop apps are possible then cause its just an API displaying this information. Securly for sure

@emcniece
Copy link
Member

emcniece commented Jun 15, 2017

small golang web api sitting directly under the rgon-proxy

Separate container? Something that parses nginx.conf, reads stdout from nginx, and has the ability to scrape details from Acme-generated certificates.

Bundling this with rgon-proxy creates a solid product, but creating a standalone binary is more flexible. Not sure which is better.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants