Commit graph

11 commits

Author SHA1 Message Date
malpou
4bf44efe08 feat: add --location flag to specify datacenter region
Allow users to specify which Hetzner datacenter location to use for
the temporary server during image upload. Defaults to fsn1 for
backward compatibility.

Available locations: fsn1, nbg1, hel1, ash, hil, sin
2025-12-16 15:13:22 +01:00
George Gaál
b877383556
docs: update README (#116)
small beautiful changes
2025-09-13 09:31:05 +02:00
91df729f1c
feat: publish container image (#82)
Use `goreleaser` and `ko` to automatically build and publish container
images in the release workflow. The images are published to
`ghcr.io/apricote/hcloud-upload-image`.

Co-authored-by: Ilja Malachowski <malahovskiy.in@gmail.com>
2025-05-04 00:23:20 +00:00
d144b85e3d
feat: docs website (#80)
Deploy the documentation to GitHub Pages using `mdbook` and a little
more content for it. Can be visited at https://apricote.github.io/hcloud-upload-image.
2025-05-04 02:18:47 +02:00
66dc5f70b6
fix(cli): local install fails because of go.mod replace (#47)
Remove the replace directive in `go.mod`. It does not apply on `go
install github.com/apricote/hcloud-upload-image` and is otherwise
covered by `go.work`.
2024-11-02 22:21:38 +01:00
4e24d83c7a
docs: add generated CLI help output to repo (#46)
Generate the help pages using `cobras` builtin functionality and commit
them to the repository. This gives users to ability to review the
options of `hcloud-upload-image` without having to install it first.
2024-11-02 21:57:53 +01:00
caaa5435bb
docs: cli install (#21) 2024-05-10 18:01:39 +00:00
d7cdf210d2 docs: update README 2024-05-05 01:06:38 +02:00
ab668ce310 docs: update readme 2024-05-05 00:30:23 +02:00
d8e39159f0 docs: README 2024-05-04 23:56:58 +02:00
d0729e1cb5 chore: cleanup before publishing 2024-05-02 22:12:29 +02:00