commit 9fbe6b9d14aa69fc8cab0c63780a084233a30ff3 Author: Vojtěch Mareš Date: Fri Jun 13 19:35:29 2025 +0200 chore: initial commit Signed-off-by: Vojtěch Mareš diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..87a0020 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +root = true + +[*] +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +end_of_line = lf +max_line_length = null + +[Makefile] +indent_style = tab diff --git a/README.md b/README.md new file mode 100644 index 0000000..a55c7a4 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# infrastructure-hcloud-images + +A collection of custom images on my Hetzner Cloud. + +## Images + +| **Name** | **Version** | **Path** | +| -------- | ----------------- | ---------------- | +| Flatcar | _Rolling release_ | `images/flatcar` |