nginx-proxy-manager/backend/internal/api/handler
Jamie Curnow 215083f6cf
Certificates Renewal + SSE
- Certificate renewal is just a re-request as it's forced already
- Rejig the routes for readability
- Added Server Side Events so that the UI would invalidate the
cache when changes happen on the backend, such as certs being
provided or failing
- Added a SSE Token, which has the same shelf life as normal token
but can't be used interchangeably. The reason for this is, the
SSE endpoint needs a token for auth as a Query param, so it would
be stored in log files. If someone where to get a hold of that,
it's pretty useless as it can't be used to change anything, only
to listen for events until it expires
- Added test endpoint for SSE testing only availabe in debug mode
2023-03-07 16:42:26 +10:00
..
access_lists.go Access lists basics 2023-01-13 15:03:28 +10:00
auth.go Moved v3 code from NginxProxyManager/nginx-proxy-manager-3 to NginxProxyManager/nginx-proxy-manager 2022-05-12 08:47:31 +10:00
certificate_authorities.go Proper 404's for objects 2023-02-27 17:21:40 +10:00
certificates.go Certificates Renewal + SSE 2023-03-07 16:42:26 +10:00
config.go Moved v3 code from NginxProxyManager/nginx-proxy-manager-3 to NginxProxyManager/nginx-proxy-manager 2022-05-12 08:47:31 +10:00
dns_providers.go Proper 404's for objects 2023-02-27 17:21:40 +10:00
health.go Moved v3 code from NginxProxyManager/nginx-proxy-manager-3 to NginxProxyManager/nginx-proxy-manager 2022-05-12 08:47:31 +10:00
helpers.go Use eris for error management 2023-02-24 17:19:07 +10:00
hosts.go Proper 404's for objects 2023-02-27 17:21:40 +10:00
nginx_templates.go Proper 404's for objects 2023-02-27 17:21:40 +10:00
not_allowed.go Moved v3 code from NginxProxyManager/nginx-proxy-manager-3 to NginxProxyManager/nginx-proxy-manager 2022-05-12 08:47:31 +10:00
not_found.go Proper 404's for objects 2023-02-27 17:21:40 +10:00
schema.go Edit upstreams, added swagger docs 2023-01-09 16:19:23 +10:00
settings.go Proper 404's for objects 2023-02-27 17:21:40 +10:00
sse_notification.go Certificates Renewal + SSE 2023-03-07 16:42:26 +10:00
streams.go Proper 404's for objects 2023-02-27 17:21:40 +10:00
tokens.go Certificates Renewal + SSE 2023-03-07 16:42:26 +10:00
upstreams.go Proper 404's for objects 2023-02-27 17:21:40 +10:00
users.go Proper 404's for objects 2023-02-27 17:21:40 +10:00