mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 14:59:26 +01:00
feat: supports downloading a group of containers in a zip file (#3490)
This commit is contained in:
@@ -94,9 +94,9 @@ func createRouter(h *handler) *chi.Mux {
|
||||
r.Use(auth.RequireAuthentication)
|
||||
}
|
||||
r.Get("/hosts/{host}/containers/{id}/logs/stream", h.streamContainerLogs)
|
||||
r.Get("/hosts/{host}/containers/{id}/logs/download", h.downloadLogs)
|
||||
r.Get("/hosts/{host}/containers/{id}/logs", h.fetchLogsBetweenDates)
|
||||
r.Get("/hosts/{host}/logs/mergedStream/{ids}", h.streamLogsMerged)
|
||||
r.Get("/containers/{hostIds}/download", h.downloadLogs) // formatted as host:container,host:container
|
||||
r.Get("/stacks/{stack}/logs/stream", h.streamStackLogs)
|
||||
r.Get("/services/{service}/logs/stream", h.streamServiceLogs)
|
||||
r.Get("/groups/{group}/logs/stream", h.streamGroupedLogs)
|
||||
|
||||
Reference in New Issue
Block a user