Commit Graph

5 Commits

Author SHA1 Message Date
Francesco Giudici 97db17d73b
make linter happy - update copyright dates (#899)
Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
2025-01-31 15:33:47 +01:00
Fredrik Lönnegren da0776b710 Update copyright year (2024)
Signed-off-by: Fredrik Lönnegren <fredrik.lonnegren@suse.com>
2024-01-05 13:14:27 +01:00
Francesco Giudici 969e3d2c06 httpfy: allow to serve single file
Previously httpfy only allowed to serve a dir and if the passed path to
serve (specified with '-d') was a file, it returned an error.
Now, if the user specifies a path to serve, and the path is a file,
httpfy will always return that file.

Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
2023-04-20 18:01:37 +02:00
Francesco Giudici 093f1b69f0 httpfy: add timeout parameter
When the timeout elapsed no more connections will be accepted.
Any active connection will be completed and then the program will exit.

Related to: #397

Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
2023-04-18 15:31:27 +02:00
Francesco Giudici e5634abf9a SeedImage: build image for the builder pod
Related to:
https://github.com/rancher/elemental-operator/issues/374

Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
2023-03-28 10:07:35 +02:00